html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

/* STRUCTURE */

body{
	font: 100% Arial, Helvetica, sans-serif; 
	background:#0b3a7d url(images/bg.jpg) repeat-x;
	color:#000;
	text-align:left;
	line-height:160%;
}

.sub-head{
	width:100%;
	background:url(images/sub-head.jpg) no-repeat top center;
}

.sub-cont{
	width:100%;
	background:url(images/cont-bg.jpg) repeat-y center;
}

.container{
	margin:0px auto 0px auto;
	width:974px;
}

.left-nav{
	width:250px;
	float:left;
	margin:0px 30px 0px 35px;
}

.content{
	width:600px;
	float:left;
}

.logo{
	margin:15px 0px 70px 20px;
}

.footer{
	background:url(images/footer.jpg);
	height:37px;
	width:974px;
	margin:0px auto 0px auto;
}

.floatfixer{
	clear:both;
	visibility:hidden;
}

h1{
	margin:0px 0px 15px 0px;
	color:#06387f;
}

h2{
	margin:0px 0px 15px 0px;
	color:#06387f;
}

h3{
	margin:0px 0px 15px 0px;
	color:#06387f;
}

h4{
	margin:0px 0px 0px 0px;
	color:#06387f;
}

h5{
	margin:0px 0px 0px 0px;
	color:#06387f;
}

h6{
	margin:0px 0px 0px 0px;
	color:#06387f;
}

p{
	margin:0px 0px 15px 0px;
}

p.top-nav{
	text-align:center;
	font-size:105%;
	font-weight:bold;
	margin:50px 0px 45px 0px;
}

p.top-nav a, p.top-nav a:hover, p.top-nav a:visited{
	text-decoration:none;
}

p.footerp{
	text-align:center;
	margin:-5px 645px 0px 0px;
	font-size:80%;
	color:#000d3d;
	padding-bottom:10px;
}

a, a:visited{
	color:#06387f;
}

a:hover{
	color:#3d7ace;
}


ul, ol{
	margin:5px 0px 15px 25px;
	font-size:100%;
}

.divider{
	margin:0px 5px 0px 5px;
	color:#7c9cc8;
}

dt
{
font-weight:bold;
	}

dd
{
 padding-bottom:10px;
	}
