/* 	===================== Begin Drop Down Menu Styles =====================
								Version 1.1
	These styles need to be placed at the top of the style sheet
*/

ul.menu {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
ul.menu li {
	position: relative;
}
li ul.submenu {
	position: absolute;
	left: 199px;
	top: 0;
	display: none;
}
ul.menu li a {
	display: block;
}
ul.submenu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
}
ul.submenu li a {}
li.topfix {}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; }
* html ul.menu li a { height: 1%; }
/* End */

a.menu {
	position: absolute;
	visibility: hide;
}

/* 	===================== End Drop Down Menu Styles ===================== */

body {
	margin: 0px;
	text-align: center;
}

#sizingTable {
	border: 0px;
	margin: 0px auto;
}
#siteTable {
	border: 0px;
	background-color: #999999;
}

#mainTable {
	border: 0px;
}

#navigationCell {
	padding: 18px 10px 10px 18px;
	vertical-align: top;
}
#logoCell {
	padding-bottom: 31px;
}


#contentCell {
	padding: 0px 15px 0px 0px;
	vertical-align: top;
}

a.MainNav:link, a.MainNav:visited, a.MainNav:hover {
	display: block;
	height: 26px;
	font: 13px/26px Arial;
	color: #325166;
	text-decoration: none;
	background: #cccccc url(/images/main_nav_bg.gif) no-repeat;
	margin-top: 1px;
	padding-left: 19px;
}
a.MainNav:hover {
	color: #ffffff;
	background: #97aec5 url(/images/main_nav_bg_over.gif) no-repeat;
}
a.MainNavActive:link, a.MainNavActive:visited, a.MainNavActive:hover {
	display: block;
	height: 26px;
	font: 12px/26px Arial;
	color: #ffffff;
	text-decoration: none;
	background: #97aec5 url(/images/main_nav_bg_over.gif) no-repeat;
	margin-top: 1px;
	padding-left: 19px;
}
a.subnav:link, a.subnav:visited, a.subnav:hover {
	color: #325166;
	background-color: #cccccc;
}
a.subnav2:link, a.subnav2:visited, a.subnav2:hover {
	color: #ffffff;
	background-color: #97aec5;
}

#announcementCell {
	font: 11px Arial;
	color: #325166;
	padding: 43px 10px 0px 14px;
}
.announcementTitle {
	font-size: 12px;
}

#footerTable td {
	font: 11px Arial;
	color: #94a5b5;
	padding: 10px 0px 20px 22px;
}
#footerTable td a:link, #footerTable td a:visited, #footerTable td a:hover {
	color: #94a5b5;
	text-decoration: none;
}
#footerTable td a:hover {
	color: #325166;
}

#contentCellHome {
	vertical-align: top;
	background-color: #cccccc;
	padding: 9px;
	height: 222px !important;
	height: 240px;
}
#innerCell {
	vertical-align: top;
	background: url(/images/content_bg.gif) repeat-x;
	height: 222px !important;
	height: 240px;
	font: 13px Arial;
	color: #325166;
	padding: 40px 20px 20px 20px;
}
#rightsideCell {
	vertical-align: top;
	background: #cccccc url(/images/rightside_bg.gif) repeat-x;
	font: 11px/14px Arial;
	color: #325166;
	padding: 40px 20px 20px 20px;
}


h1 {
	font: 16px Arial;
	font-weight: bold;
	color: #325166;
}
h2 {
	font: 12px Arial;
	font-weight: bold;
	color: #325166;
	margin-bottom: -15px;
}

.MainBody {
	font: 12px Arial;
	color: #325166;
}
.MainBodyWhite {
	font: 12px Arial;
	color: #ffffff;
}

#HomeCell {
	padding: 23px 50px 0px 9px;
	font: 11px/14px Arial;
	color: #325166;
}

a:link, a:visited, a:hover {
	color: #8598ac;
	text-decoration: none;
}
a:hover {
	color: #555555;
}




/*******  CALENDAR STYLES **********/
.CalendarBG {
	border-collapse: collapse;
	background-color:#FFFBF7;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height : 14px;
}

.CalendarHeadings {
	background-color: #DBEAF5;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height : 14px;
}

.CalendarDays {
	background-color: #FFFBF7;
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
	line-height : 12px;
}

.CalendarToday {
	background-color: #DBEAF5;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height : 14px;
}

.CalendarNotCurMonth {
	background-color: #F2F7F2;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height : 14px;
}

.CalendarEventDay {
	background-color: #f1bc47;
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
	line-height : 14px;
}

/********  NEW ********/

.LoginInfo {
	font: 11px Arial;
	color: #325166;
}