/* 	===================== Begin Drop Down Menu Styles =====================
								Version 1.3
	These styles need to be placed at the top of the style sheet
	
	CHANGES
	=========================
	Version 1.3
		Line 31: added "cursor: pointer;" to change the cursor to a hand on mouse over when using a transparent png as a background
*/

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;
	cursor: pointer;
}
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 ===================== */

a.MainNav:visited, a.MainNav:link { 
	color: #ffffff; 
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 24px;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
a.MainNav:hover { 
	color: #443e2d; 
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 24px;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
a.MainNavActive:visited, a.MainNavActive:link, a.MainNavActive:hover { 
	color: #443e2d; 
	text-decoration: none;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	line-height: 24px;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
}


a.subnav:visited, a.subnav:link { 
	color: #e6faff; 
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	width: 100%;
}
a.subnav:hover { 
	color: #04415b; 
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	width: 100%;
}
a.subnavActive:visited, a.subnavActive:link, a.subnavActive:hover { 
	color: #04415b; 
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	width: 100%;
}
 

a.subnav2:visited, a.subnav2:link { 
	color: #5B6D7C; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
a.subnav2:hover { 
	color: #000000; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}


a.subnav2Active:visited, a.subnav2Active:link, a.subnav2Active:hover { 
	color: #000000; 
	text-decoration: none;
	font-size: 10px;
	font-family: arial;
}

.FinePrint {
	font-family: Arial; 
	font-size: 10px; 
	color: #ffffff;
	line-height: 26px;
}
a.FinePrint:visited, a.FinePrint:link { 
	font-family: Arial; 
	font-size: 10px; 
	color: #ffffff;
	line-height: 26px;
}
a.FinePrint:hover { 
	font-family: Arial; 
	font-size: 10px;
	color: #5a564b;
	line-height: 26px;
}


.MainBodySmallRed {  
	font-family: Arial; 
	font-size: 11px; 
	color: #990000; 
}

td#content {
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #f4f3f0;
	padding: 15px;
}
td#leftside {
	background-image: url(/images/subnav_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e8f5f6;
	padding-top: 28px;
	padding-left: 8px;
}

/*******  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;
}

/* Shadow Styles */
#shadowLeft {
	background-image: url(/images/bdy_left_shadow.png);
}
* html table tr td table tr td#shadowLeft {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bdy_left_shadow.png',sizingMethod='scale');
}
#shadowRight {
	background-image: url(/images/bdy_right_shadow.png);
}
* html table tr td table tr td#shadowRight {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bdy_right_shadow.png',sizingMethod='scale');
}
#shadowBottom {
	background-image: url(/images/ftr_shadow.png);
}
* html table tr td table tr td#shadowBottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/ftr_shadow.png',sizingMethod='scale');
	position: relative;
	z-index: 0;
}
/* Shadow Styles */