/* Form CSS */
body {
	background: #474747;
	padding: 75px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
#pageWrapper {
	width: 950px;
	margin: 0 auto; 
}
#mainContainer {
	background: #fff url("../../images/ufac_logo.png") no-repeat bottom left;
	font-size:10px; 
}
#pics{
	background: url("../../images/picbg.jpg") no-repeat;
	padding: 7px 0px 0px 5px;
	width: 195px;
	height: 135px;
	margin: -51px 0 0 20px;
	float: left;
	display: inline;
}
img.title {
	margin: -39px 0 0 240px;
}
#menu {
	margin-top: 0;
	margin-left: 200px;
	padding: 0;
	font-size: 12px;
	font-weight:bold;
}
#menu ul li{
	list-style-type: none;
	display: inline;
	position: relative;
	float: left;
}
#menu li {
	background: url("../../images/btnbg.gif") no-repeat;
	width: 136px;
	height: 26px;
	line-height: 24px;
	padding: 0px 2px;
}
#menu a {
	color: #fff;
	display: block;
	text-align: center;
	text-decoration: none;
}
#menu a:hover {
	color: #CC527A;
}
#forParentSub,
#resSubMenu, #eventSubMenu, #diagSubMenu {
margin:0;
padding: 2px 0px;
font-size: 9px;
display:none;
visibility:hidden;
}

#mainBody {
	margin-left: 240px;
	margin-right: 0px;
	font-size: 12px;
	/*width: 680px;*/
	min-height: 550px;
	padding-right:15px;
}
#rightSide {
	float: right;
	margin: 0 0 15px 15px;
}
#rightContent {
	font-size: 12px;
	padding: 10px 15px;
	margin: 10px 10px;
}
#footer {
	margin: 10px 0;
	font-size: 10px;
	color: #a8a7a7;
	width: 950px;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*#bodyContent */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	background: transparent;
	color: #CC527A ;
	margin: .4em 0;
	padding: 0;
	letter-spacing: -.07em;
}
h1{
	font-size: 22px;
}
h2{
	font-size: 20px;
}
h3{
	font-size: 18px;
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
h6{
	font-size: 12px;
}

#todayEvents { padding: 15px 10px; font-size: 12px;}
#todayEvents ul { padding: 3px 15px; margin:0;}
#todayEvents li {list-style:none;}
#todayEvents li.eventStartTime{font-weight:bold;}
#todayEvents li.eventNote {padding-left:15px;}
#todayEvents li.eventPostDate {	font-size: 8px;	font-style:italic;}

.errMsg { font-weight:bold; color: #f00; }
#box{
	background-color: #E1DFD2;
	width: 450px;
	padding: 0px 5px;
	color: #666;
}

#addCat {
	background-color: #ccc;
	left: 155px;
	position: relative;
	border: dashed 1px #333;
	font-size: 9px;
	width:290px;
}


