/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-image:url(images/background_blue.gif);
	background-repeat:no-repeat;
	background-color:#072d5b;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing:0.02em;
	line-height:1.2em;
	color:#FFFFFF;
}
p {
	margin: 0px 0px 18px 0px;
	padding: 0px
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size:1.2em;
	margin:0px;
	font-weight:bold;
	line-height:1.2em;
}
h2 {
	font-size:1.15em;
	font-weight:bold; 
	color:#b1c3fe;
	margin:0px;
}
h3 {
	font-size:1.0em;
	font-weight:bold; 
	color:#b1c3fe;
	margin:0px;
}
h4 {
	font-size:0.7em;
	font-weight:bold; 
	color:#b1c3fe;
	margin:0px;
}

i {
	font-weight:bold; 
	text-decoration:underline;
	font-style:normal;
	color:#b1c3fe;
}
em {
	font-weight:bold; 
	text-decoration:underline;
	font-style:normal;
	color:#b1c3fe;
}
strong {
	font-weight:bold; 
	color:#b1c3fe;
}
b {
	font-weight:bold; 
	color:#b1c3fe;
}

a:link{ color:#b1c3fe; font-weight:bold; text-decoration:none;}
a:visited{ color:#b1c3fe; font-weight:bold; text-decoration:none;}
a:hover{ color:#FFFFFF; font-weight:bold; text-decoration:underline;}
a:active{ color:#FFFFFF; font-weight:bold; text-decoration:underline;}

.header{
	background-color:#ced5df;
	background-image:url(images/background_header.gif);
	background-repeat:repeat-y;
	border-bottom:3px solid #9cabbd;
	height:86px;
	clear:both;
	min-width: 780px;
}
#headerLogo{
	float:left;
	width:532px;
}
#headerDate{
	letter-spacing:0em;
	text-align:right;
	font-size:0.75em;
	color:#425f82;
	padding-top:55px;
	padding-right:25px;
	width: 213px;
	float:right;
}
* html body div#headerDate{ /*IE Hack*/
	clear:both;
}

.mainBody{
	margin-left:19px;
	margin-right:19px;
	padding-bottom:24px;
	clear:both;
	min-width: 960px;
	border-bottom:3px solid #9cabbd;
}
#mainBodyMenu{
	float:left;
	width:195px;
}
#mainBodyContent{
	float:left;
}

* html body div#mainBodyContent{ /*IE Hack*/
	clear:right;
}
.subMenu{
}
.mainContentArea{
	width: 705px;
	padding-top:20px;
	margin-left:40px;
}
.mainContentHeader{
	padding-bottom:15px;
}
.footer{
	clear:both;
	float:right;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:25px;
	font-size:0.75em;
	color:#425f82;
}

.tableSplitter hr{
	height:1px;
	border:0px;
	border-bottom:1px solid #425f82;
}

.textSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #b1c3fe;
	font-weight: bold;
}
.textSubHeader a:link { color: #b1c3fe; text-decoration: none; font-weight: bold;}
.textSubHeader a:visited { color: #b1c3fe; text-decoration: none; font-weight: bold;}
.textSubHeader a:hover { color: #b1c3fe; text-decoration: underline; font-weight: bold;}
.textSubHeader a:active { color: #b1c3fe; text-decoration: underline; font-weight: bold;}

.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #b1c3fe;
	font-weight: bold;
}
.textHeader a:link { color: #b1c3fe; text-decoration: none; font-weight: bold;}
.textHeader a:visited { color: #b1c3fe; text-decoration: none; font-weight: bold;}
.textHeader a:hover { color: #b1c3fe; text-decoration: underline; font-weight: bold;}
.textHeader a:active { color: #b1c3fe; text-decoration: underline; font-weight: bold;}

.textEmphasis {
	color: #b1c3fe;
	font-weight: bold;
}
.textFootnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #425f82;
	font-weight: normal;
}

.textFootnote a:link { color: #425f82; text-decoration: underline; font-weight: normal;}
.textFootnote a:visited { color: #425f82; text-decoration: underline; font-weight: normal;}
.textFootnote a:hover { color: #425f82; text-decoration: underline; font-weight: normal;}
.textFootnote a:active { color: #425f82; text-decoration: underline; font-weight: normal;}

.formFieldShort{
	color: #072D5B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 100px;
}
.formFieldMiddle{
	color: #072D5B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 200px;
}
.formFieldWide{
	color: #072D5B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 350px;
}
.formFieldFull{
	color: #072D5B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	width: 560px;
}
.formFieldButton{
	color: #072D5B;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}