body {  
margin: 0px;
text-align:center;
background:#465264;
}

#container {
height:100%;
width:750px;
background: #fff url(../_image/left_tile.gif);
background-repeat: repeat-y;
border: 0px;
margin:0px auto;
margin-bottom:-26px;

text-align:left;

}


 /* utility-nav */

#utility-nav {
position:relative;
float:right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;

}
#utility-nav ul {
list-style: none;
margin: 1px;
padding-bottom: 1px;
 }

#utility-nav li {
display: inline;
}

#utility-nav a:link, #utility-nav a:visited {  
margin-right: 1px;
padding: 1px 1px 1px 1px;  
color: #00587D;
text-decoration: none;
}

#utility-nav a:hover {
color: #757575;  
}

/* end utility-nav ----------------------------------------------------*/

#top {
background: white url(../_image/top_tile.gif);
margin: 0;
padding-top: 0px;
width: 750px;
height: 120px;
}

.logo{
background: transparent;
padding-top:25px;
}


#graphic {
	height: auto;
	width: 750px;
	padding-bottom: 0px;
	border:0px;
}



#footer {
	width:750px;
	clear:both;
	height:30px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../_image/footer_tile.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
}

* html #footer {/*only ie gets this style*/
\height:26px;/* for ie5 */
he\ight:26px;/* for ie6 */
position:relative;
}


#footer ul{
 list-style: none;
 margin: 0px;
 padding-top: 5px;
 padding-left: 5px;
 color: #717171;
font-family: Arial, Helvetica, sans-serif;
font-size: .7em;
}

#footer li{
 display: inline;
}

#left {
	position: relative;
	float:left;
	height: auto;
	border: 0px solid #D4D4D4;
	width: 200px;
	margin-top: 2px;
	padding-top: 10px;
	margin-left:0px;
	padding-left:0px;

}



/*relpaced background on left col with image with image on container
	background-image: url(../_image/leftnav_tile.gif);
	background-repeat: repeat-x;
	background-position: top;

 ----------------------------------------------------*/


#center {
	border: 0px solid #D4D4D4;
	margin-top: 1px;
	margin-bottom: 20px;
	margin-left: 201px;
	margin-right: 0px;
	height: auto;
	width: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom:10px;
	padding-left: 20px;
	background-color: #FFFFFF;
}

#centertwo {
background-color: #ffffff;
background: url(../_image/welcome_tile.gif);
background-repeat:repeat-x;
border: 0px solid #D4D4D4;
margin-top: 1px;
margin-bottom: 1px;
margin-left: 152px;
margin-right: 152px;
padding:10px 20px;
height: 50%;
}

#centertwo h3{
float:right;

}
.intro{
color:#003366;

}



/*new vertical left nav------------------------------------------------------------------------*/



 #navlist
{
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style:normal;
	margin-left:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#navlist ul
{
	margin: 0;
	width:180px;
	padding: 0px;
}

#navlist li
{
margin: 0;
padding:0;
list-style: none;
width:200px;

}

#navlist a
{
color: #000066;
text-decoration: none;
display: block;
padding-top: 3px;
padding-bottom: 3px;
padding-left:20px;
}

#navlist a:hover { 
color:#369;
}

#subnavlist li a
{
padding-left:20px;
}


#subnavlist li a:hover
{
background: #cdd4de;
color:#000066;
}

#current
{
color: #000066 !important;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 8px;
background:#fff;
padding-left:20px;
padding-top:3px;
padding-bottom:3px;
}
