* {
	margin:0;
	padding:0;
	outline:none;
	text-decoration:none;
}
body {
	background:url(images/bg.jpg) repeat-x #002561;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
a, #content a {
	color:#0000FF;
}
a:hover, #content a:hover {
	color:#333333;
}
#wrap {
	width:958px;
	margin:0 auto;
}
#wrap.interior {
	background:url(images/wrap_bg.gif) repeat-y;
}
#header {
	height:127px;
	background:url(images/header_bg.jpg) no-repeat;
	position:relative;
	border-bottom:1px solid #dce1e9;
}
#header a, #header img.num {
	position:absolute;
	top:5px;
}
#header a {
	left:13px;
}
#header img.num {
	left:579px;
}
/* Nav */
#nav {
	width:191px;
	height:520px;
	float:left;
	padding-top:10px;
}
#nav a {
	display:block;
	width:191px;
	height:31px;
	padding-top:7px;
	background:url(images/nav_bg.jpg) no-repeat;
	margin-bottom:7px;
}
#nav2, #nav3 {
	position:relative;
	right:1px;
}
#nav a.ads {
	height:100px;
	background:none;
	padding:0;
	margin-top:19px;
}
/* Content */
#cover {
	height:365px;
	background:url(images/cover.jpg) no-repeat;
	position:relative;
}
#cover a.ads {
	position:absolute;
	top:223px;
}
#cover h1, #cover p {
	position:absolute;
	left:695px;
}
#cover h1 {
	font-size:22px;
	color:#ff0000;
	top:16px;
}
#cover p {
	color:#012661;
	top:84px;
	font-size:14px;
	width:235px;
	line-height:20px;
}
#cover p a {
	color:#012661;
	text-decoration:underline;
}
#cover p a:hover {
	color:#ff0000;
}
#content {
	width:739px;
	padding:10px;
	float:right;
}
/* Subnav */
#subnav a {
	display:block;
	width:184px;
	height:31px;
	padding-top:7px;
	background:url(images/subnav_bg.jpg) no-repeat;
	float:left;
	margin:11px 7px 11px 0;
}
#subnav #but1, #subnav #but4 {
	margin-right:8px;
}
#subnav #but5 {
	margin-right:0;
}
#subnav #nav3 {
	right:2px;
}
/* Footer */
#footer {
	clear:both;
	height:38px;
	background:url(images/footer_bg.gif) no-repeat;
	color:#ff0000;
	font-size:15px;
	font-weight:bold;
	line-height:38px;
	padding:0 10px;
}
#footer.interior {
	background:url(images/footer_int_bg.gif) no-repeat;
	padding-top:21px;
}
#footer span {
	font-size:13px;
	color:#002562;
	margin:0 210px 0 205px;
}
/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	text-align:center;
}
p.right {
	text-align:right;
}
#nav a img, #subnav a img, img.center {
	display:block;
	margin:0 auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}