html{
	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: #002E63;
}

body {
	top:0;
	height: 100%;
	width:812px;
	margin: 0 auto;
	padding:0;
	text-align:left; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;

}

a:link{ color: #006699; }

a:visited{ color: #006699; }

a:hover, a:focus{ color: #003366; text-decoration:none; }

p{	margin:1em 0; text-align:left; }
td{
	text-align:left;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:0;}

h1, h2, h3, h4, h5, h6{  color: #002E63; font-family: Georgia,"Times New Roman", Times, serif;  }

h1{ font-size:12pt; text-align:center;margin-bottom:1em; font-weight:bold;}

h2{	font-size:10pt; font-family:Arial, Helvetica, sans-serif; font-weight:500; text-align:center;}

h3{	font-size:10pt;}

h4{	font-size:10pt;}

h5{	font-size:10pt;}

h6{	font-size:10pt;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bolder;}

strong em, em strong{ font-style:italic; font-weight:bold; }


#container {
	display:block;
	position: relative;
	width:100%;
	overflow:hidden;
	background:#386DA5 url(../img/blue.gif) repeat-y 0 0;
}

#header{
	width:100%;
	position:relative;
	display:block;
	height:193px;
	background: url(../img/head3.jpg) no-repeat 0 0;
}

#logo{
	display:block;
	position:relative;
	width:100%;
	height:100%;
	left:0;
	top:0;
	text-indent:-999em;
	line-height:999em;
	overflow:hidden;
}

#content{
	position:relative;
	display:block;
	width:578px;
	width:618px;
	left:156px;
	min-height:580px;
	margin:0 ;
	padding:10px 20px;
	padding:0 0 20px 0;
	background:#fff;
	top:0;
	border-right:19px solid #002E63;
	overflow:hidden;
}

#asideLeft{
	position:relative;
	display:block;
	width:155px;
	float:left;
	left:0;
	list-style:none;
	padding:0;
	margin:0 -155px 0 19px;
	z-index:6;
}

#footer {
	position: relative;
	bottom: 0;
	margin:0;
	height:170px;
	text-align: left;
	left:0;
	color:#fff;
	font-size:12px;
	line-height:1.1em;
	padding:15px 0;
	background: url(../img/bottom.gif) no-repeat center top
}

#footer .contactInfo{
	display:block;
	position: absolute;
	padding:0;
	top:25px;
	left:190px;
}

#footer a{
	color:#fff;
}

.footerloc{
	color:#DEDFCE;
	font-weight:bold;
}

#extraNav h4{
	color:#DEDFCE;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#extraNav {
	padding:10px;
}

#extraNav ul{
	margin:0;
	padding:0;
}

#extraNav ul li{
	list-style:none;
}

#extraNav a:hover, #extraNav a:focus{
	text-decoration:underline;
}

#extraNav, #extraNav a, #footer a:hover, #footer a:focus{
	color:#DEDFCE;
	text-decoration:none;
}

#siteMapLink{
	color:#fff;
	font-size:12px;
	position:absolute;
	top:125px;
	left:73px;
}

.Bold
{
	font-weight: bold;
}

.Title
{
	font-weight: bold;
	font-size: 18px;
	color: #cc3300;
}

.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
