body {
 	background-color: #2C2C2E;
  	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
	line-height: 18px;
  	}
	
	
#header {
	margin-left:84px;
	vertical-align:middle;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height: 152px;
	width:820px;	
}
	
#tabs {
	font-size: 10px;
	color: #847e7e;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	padding-top:0px;
	font-weight: bold;
	
}

#tabs div{
	padding:6px;
	background-color:#094E8B;
	float:right;
}

#contactTab{
 float:left; 
 margin-left:6px;
}

#siteMapTab{
 float:right;
}

#homecontainer{
	position:relative;
	background-image:url("images/background.jpg");
}
	
#homeintro{
	position:absolute;
	margin-left:290px;
	width:595px;	
	top: 288px;
	left: 1px;
	z-index:1000;
}

#homenavigation{
	position:absolute;	
	top: 280px;	
	left: 80px;
	z-index:1000;
}

ul{
	list-style-image: url('images/bullet.gif');
	margin-top:0px;
}

li {
	font-size: 10px;
	vertical-align:top;
	text-transform:uppercase;
	line-height:23px;
	font-weight: bold;
	
}

#subcontainer{
	position:relative;
	background-image:url("images/background_sub.gif");
	height:215px;
	padding-left:257px;
}

#subnavigation{
	position:absolute;
	width:161px;
	height: 124px;
	padding: 0px;
	left: 83px;
	top: 52px;
}

#bodycontainer{
	background-color:#0D3A61;
	padding: 38px 0px 40px 257px;
}

#bodyrightcontainer{
	width:666px;
}

#footer{
	margin-left: 20px;
	color: #999999;
	width:880px;
	padding: 16px;
	font-size: 11px;
	white-space:nowrap;
}

#footerleft{
	float: left;
	padding: 0 0 20px 0;
}

#footerright{
	float: right;
	text-align:right;
	padding: 0 0 20px 0;
}

span.callout{
	color: #EC6313;
	font-variant: upper-caps;
	font-size:12px;
	font-weight: bold;
}

a.tablink:link { background-color:#094E8B; color: #fff; text-decoration:none; }
a.tablink:visited {background-color:#094E8B;  color: #fff; text-decoration:none; }
a.tablink:active { background-color:#094E8B; color:#fff; text-decoration:none; }
a.tablink:hover { background-color:#094E8B; color:#fff; text-decoration:none; }

a.graylink:link { color: #999999; text-decoration:underline; }
a.graylink:visited { color: #999999; text-decoration:underline; }
a.graylink:active { color:#999999; text-decoration:underline; }
a.graylink:hover { color:#999999; text-decoration:underline; }

a.whitelink:link { color: #ffffff; text-decoration:none; }
a.whitelink:visited { color: #ffffff; text-decoration:none; }
a.whitelink:active { color:#ffffff; text-decoration:none; }
a.whitelink:hover { color:#ffffff; text-decoration:none; }

.FormFieldLabel{color:#EC6313; font-size:12px; }
.FormField{background-color:#173545; color:#fff;border:1px solid #125490;}
.FormFieldChoice{}
.FormFieldValidationMessage{font-size:11px; color:#EC6313;}
.FormFieldRequired{font-size:12px; color:#EC6313;}
.FormFieldComment{}

.bodycopy {color:#ffffff; font-size: 12px;}