@charset "utf-8";
/* CSS Document */

img { behavior: url('iepngfix.htc') }

body{
	background:url('bg.png') #2c3546 center repeat-y;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size:0.8em;
	color: #000;
	margin: 0px 0px 10px 0px;
}
a:link{ color:#4068AC;text-decoration: underline; }
a:active{ color:#4068AC;text-decoration: underline; }
a:visited{ color:#4068AC;text-decoration: underline; }
a:hover{ color:#4068AC;text-decoration: none; }
h1{
	font-size: 18px;
	color: #1f3466;
	line-height: 28px;
	background: url('titleBar.gif') bottom left no-repeat;
}
h2{
	font-size: 14px;
	color: #1f3466;
	line-height: 20px;
	background: url('titleBar.gif') bottom left no-repeat;
}
h3{
	font-size: 14px;
	color: #3e3e4c;
	background: url('titleArrow.gif') left no-repeat;
	padding-left: 10px;
}
h4{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #223d88;
}
h3 a:link{ color:#3e3e4c;text-decoration: none; }
h3 a:active{ color:#3e3e4c;text-decoration: none; }
h3 a:visited{ color:#3e3e4c;text-decoration: none; }
h3 a:hover{ color:#4068AC;text-decoration: none; }
#pageContent{
	margin: 15px 15px 25px 15px;
}
#contentBox{
	font-size: 11px;
}
#pageFooter{
	color: #000;
	height: 22px;
	font-size: 12px;
	margin: 0px 20px 0px 50px;
	padding-top: 6px;
	overflow: hidden;
	text-decoration: none;
}
#navList a:link{ color:#000;text-decoration: none; }
#navList a:active{ color:#000;text-decoration: none; }
#navList a:visited{ color:#000;text-decoration: none; }
#navList a:hover{ color:#000;text-decoration: none; }
#navList{ font-size:12px;margin:0px;padding:0px;line-height:16px; }
#navList li{
	list-style:none;
	padding-left:10px;
	margin-bottom:5px;
	background:url('navbar.png') bottom left no-repeat;
}
#navList li:hover{
	background:url('navbarH.png') bottom left no-repeat;
}
#navList .noArrow{
	background:url('navbar.png') bottom left no-repeat !important;
}
#navList .bold{
	font-weight:bold;
}
#pageFooter a:link{ color:#000;text-decoration: none; }
#pageFooter a:active{ color:#000;text-decoration: none; }
#pageFooter a:visited{ color:#000;text-decoration: none; }
#pageFooter a:hover{ color:#C00;text-decoration: none; }
#copyRite{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#copyRite a:link{ color:#fff;text-decoration: none; }
#copyRite a:active{ color:#fff;text-decoration: none; }
#copyRite a:visited{ color:#fff;text-decoration: none; }
#copyRite a:hover{ color:#fff;text-decoration: underline; }
.hilite{
	opacity: 1.0;
	filter: alpha(opacity=100);
}
.hilite:hover{
	opacity: .85;
	filter: alpha(opacity=85);
	cursor: pointer;
}
.labelIn{ color:#b6b6b6; }

/* From old version of the site */
.body {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.heading {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #223d88;
}
.subheading {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #223d88;
}
.subheading2 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #223d88;
}
.quote {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.smallText {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.whiteQuote {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}
.required {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #CC0000;
}