* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
body {
	background:url(images/bg.gif) repeat-x #d9e6f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
#wrap {
	width:767px;
	margin:0 auto;
	background:url(images/wrap_bg.gif) repeat-y;
	border:2px solid #fff;
	border-top:none;
}
#header {
	height:100px;
	background:url(images/header_bg.jpg) no-repeat;
	border-bottom:2px solid #fff;
}
#header img {
	position:relative;
	top:2px;
	left:5px;
}
#header p {
	color:#0055a5;
	font-weight:bold;
	font-size:11px;
	margin:10px;
}
#header p span {
	font-size:12px;
	color:#620202;
}
#header p strong {
	font-size:16px;
	color:#000;
	position:relative;
	top:3px;
}
#nav {
	width:164px;
	float:left;
	padding-top:20px;
	border-right:2px solid #fff;
}
#nav img {
	margin-bottom:6px;
}
#content {
	width:601px;
	float:right;
}
#content.interior {
	width:570px;
	padding:10px;
}
#sub {
	margin:8px 0px 11px 0px;
}
#footer {
	clear:both;
	height:70px;
	background:url(images/footer_bg.gif);
	border-top:2px solid #fff;
}
#footer p {
	color:#fff;
	margin-top:10px;
	position:relative;
}
#footer p.left {
	left:10px;
}
#footer p.left span {
	font-size:14px;
	font-weight:bold;
}
#footer p.right {
	font-size:13px;
	font-weight:bold;
	right:10px;
}
.left {
	float:left;
}
.right {
	float:right;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
p.center {
	margin:10px auto 10px auto;
	text-align:center;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:2px auto 2px auto;
}