/* 	===================== 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 {
	background-repeat: repeat-x;
}

#search {
	border: 0px;
	background-color: #d4dce6;
	line-height: 12px;
	font-size: 12px;
}

.MainBody {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.MainBodyGrey {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
}
.MainBodyWhite {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.MainBodyBlue {
	font-family: Verdana;
	font-size: 11px;
	color: #455191;
}
.MainBodyRed {
	font-family: Verdana;
	font-size: 11px;
	color: #880000;
}

.MainBodyBold {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold; 
}
.MainBodyBoldGrey {
	font-family: Arial;
	font-size: 12px;
	color: #707070;
	font-weight: bold; 
}

.MainBodySmall {
	font-family: Verdana;
	font-size: 10px;
	color: #424242;
}

.Heading {
	font-family: Arial;
	font-size: 17px;
	color: #191c5b;
	font-weight: bold;
}
.HeadingYellow {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #cce672;
}
.HeadingBlue {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #5a5d96;
}

a:visited, a:link { 
	color: #424242; 
	text-decoration: underline;
}
a:hover { 
	color: #666666; 
	text-decoration: underline;
}
.MainBodyBlue a:visited, .MainBodyBlue a:link { 
	color: #e36538; 
	text-decoration: underline;
}
.MainBodyBlue a:hover { 
	color: #424242; 
	text-decoration: underline;
}

a.MainNav:link,a.MainNav:visited,a.MainNav:hover {
	font-family: Arial;
	font-size: 12px;
	color: #293040;
	text-decoration: none;
}
a.MainNav:hover {
	color: #324e87;
}
a.subnav:visited, a.subnav:link { 
	color: #293040; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
a.subnav:hover { 
	color: #293040; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
a.subnavActive:visited, a.subnavActive:link, a.subnavActive:hover { 
	color: #293040; 
	text-decoration: none;
	font-size: 11px;
	font-family: arial;
}
 

a.subnav2:visited, a.subnav2:link { 
	color: #293040; 
	text-decoration: none;
	font-size: 10px;
	font-family: arial;
}
a.subnav2:hover { 
	color: #293040; 
	text-decoration: none;
	font-size: 10px;
	font-family: arial;
}
a.subnav2Active:visited, a.subnav2Active:link, a.subnav2Active:hover { 
	color: #293040; 
	text-decoration: none;
	font-size: 10px;
	font-family: arial;
}

a.FinePrint:link, a.FinePrint:visited, a.FinePrint:hover {
	font-family: Myriad, Arial;
	font-size: 10px;
	color: #dbdcde;
	padding-left: 0px;
	padding-right: 0px;
}
a.FinePrint:hover {
	color: #324e87;
}
.FinePrint {
	font-family: Myriad, Arial;
	font-size: 10px;
	color: #dbdcde;
	padding-left: 20px;
	padding-right: 20px;
}