* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
body {
	background:url(images/bg.gif) repeat-x #d7dee6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, a img, table {
	border:none;
}
a, #content a {
	outline:none;
	color:#990000;
}
a:hover, #content a:hover {
	color:#000000;
}
#wrap {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}
#wrap.interior {
	background:url(images/wrap_bg.gif) repeat-y;
}
#header {
	height:114px;
	background:transparent url(images/header_bg.jpg) no-repeat;
}
#header img {
	height:90px;
	width:190px;
	top:23px;
	left:365px;
	position:relative;
}

/* Nav */

#nav.defaultNav img {
	float:left;
}

#nav.interior {
	width:191px;
	float:left;
	margin:20px 0px 20px 0px;
}
#nav.interior img {
	margin:0px 0px 6px 8px;
}
/* Content */
#content {
	width:739px;
	float:right;
	padding:18px 10px 10px 10px;
}
#subnav {
	clear:both;
	height:114px;
	padding-top:7px;
}
/* Footer */
#footer {
	clear:both;
	height:30px;
}
#footer.interior {
	background:url(images/footer_bg.jpg) no-repeat;
	height:70px;
}
#footer.default p {
	color:#333;
	position:relative;
	top:16px;
}
#footer.default p strong {
	color:#f70404;
}
.foot1 {position:relative; left:8px;}
.foot2 {position:relative; left:230px;}
.foot3 {position:relative; left:460px;}
#footer.interior p {
	color:#fff;
	margin:10px;
}
#footer.interior p strong {
	color:#fff;
}
#footer.interior p.right {
	font-size:13px;
	font-weight:bold;
	margin:7px 10px 0px 0px;
}
#footer.interior p.right span {
	font-size:16px;
	line-height:32px;
}
/* Special Classes and IDs */
.left {
	float:left;
}
.right {
	float:right;
}
p.right {
	text-align:right;
}
img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.contactheader {
	display:none;
}
.BrowseBox1, hr {
	margin:3px auto 3px auto;
}
#site ul {
	margin:0 0 15px 30px;
	list-style-type:disc;
}
#site li.none {
	list-style-type:none;
}