*{

	font-size:100%;

}


body{
	font:80%/140% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0;
	background: #002450;
}




dd{
	margin-right:0;

}

p {
	margin: 0 5px 20px 0;
	line-height: 150%
}


#wrap{
	width:750px;
	margin:0 auto;
	text-align:left;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	background: #fff;

}


#topnav{
	background-image: url(images/logo_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 105px;
	margin-bottom: 5px;

}

#header {

margin-bottom: 20px;

}



/***********************************************/
/* TOP NAV                                     */
/***********************************************/

  #topnav ul
{
padding-left: 0;
margin-left: 18px;
margin-top: 69px;
color: White;
float: left;
border-left: 1px solid #fff;
}

#topnav ul li { display: inline; }

#topnav ul li a
{
padding: 0 1em;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;

}

#topnav ul li a:hover
{
text-decoration: underline;
}
	  
/***********************************************/
/* SUB NAV                                     */
/***********************************************/	  
	  #navlist
{
padding: 0;
margin: 0;
width: 225px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em 0.9em 0.25em 1.9em;
border-bottom: 1px solid #ccc;
background-image: url(images/wee_page.gif);
background-repeat: no-repeat;
}

#navlist li a { 
text-decoration: none; 
color: #006699;

}

#navlist li a:hover { 
text-decoration: none; 
color: #003333;

}

/***********************************************/
/* MAIN CONTENT                                */
/***********************************************/

#main-content{
	width:460px;
	display:inline;
	float:left;
	margin-left:25px;
	margin-bottom:35px;
	padding: 0;
}

#main-content h1 {
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
font-weight: normal;
color: #6198d8;


}

/***********************************************/
/* SUB CONTENT                                 */
/***********************************************/

#sub-content{
	width:225px;
	float:left;
	margin-left:25px;
	margin-bottom:35px;
	padding: 0;
}


#foot{
	clear:both;
	width: 750px;
	background: #6099D8;
	padding-bottom: 25px;
	color: #ffffff;
	margin: 0;

}

#foot p{
	margin: 15px 25px

}
