* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
	outline:none;
}
body, html, h1, h2, h3, p, dl, dt, dd, ul, li, object {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#CCC;
}
img, a img, table {
	border:none;
}
#wrap {
	width:954px;
	margin:24px auto 0 auto;
	background:url(images/wrap_default_bg.gif) repeat-y;
}
#wrap.interior {
	background:url(images/wrap_bg.gif) repeat-y;
}
#header {
	background:url(images/header_default_bg.jpg) no-repeat;
	height:116px;
	position:relative;
}
#header a {
	position:absolute;
	top:9px;
	left:7px;
}
#header.interior {
	background:url(images/header_bg.jpg) no-repeat;
	height:131px;
}

#header div {
	position:absolute;
	left:654px;
	top:18px;
	width:280px;
}
#header div p {
	display:block;
	font-size:18px;
	color:#00246a;
	text-align:right;
	font-weight: bold;
}
#header div p strong {
	color:#fff;
}
/* navigation */
#nav_default {
	clear:both;
	width:942px;
	margin-left:6px;
}
#nav {
	float:left;
	width:182px;
	display:inline;
	margin-left:7px;
	margin-bottom:10px;
}

#navads {
	display:block;
	margin:18px auto 0 auto;
}

#cover {
	width:942px;
	margin-left:6px;
	position:relative;
}
#content {
	width:725px;
	margin-left:207px;
	margin-bottom:20px;
	position:relative;
}
/* Footer */
#footer {
	clear:both;
	height:37px;
	background-image:url(images/footer_bg.gif);
	background-repeat:no-repeat;
}
#footer p {
	color:#fff;
	position:relative;
	top:7px;
	font-size:15px;
	font-weight: bold;
}
#footer p strong, .foot1, .foot2, .foot3 {
	position:relative;
	left:14px;
	white-space:nowrap;
}
.foot1 {left:68px;}
.foot2 {left:127px;}
.foot3 {left:191px;}
/* Footer */

#contactpage {
	margin-left:100px;
}
.contactheader {
	display:none;
}
/* Links */
a:link {
	color:#010163;
	text-decoration:none;
}
a:visited {
	color:#006FDD;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
}
a:active {
	color:#0099FF;
}
li.none {
	list-style-image:none;
	list-style-type:none;
	background-image:none;
}

#site a:visited, #content #site a:visited {
	color:#999;
}
