body {
	margin: 6px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/tmp_body_bg.jpg) center top repeat-x #004974;
}

.uber {
	width: 908px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.main_top {
	height: 5px;
	width: 908px;
}

.main_top[class] {
	background: url(../img/tmp_main_top.png) left top no-repeat;
}

* html .main_top {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/tmp_main_top.png',sizingMethod='image');
}

.main_left {
	width: 4px;
}

.main_left[class] {
	background: url(../img/tmp_main_left.png) left top repeat-y;
}

* html .main_left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/tmp_main_left.png',sizingMethod='scale');
}

.main_bottom {
	height: 4px;
	width: 908px;
}

.main_bottom[class] {
	background: url(../img/tmp_main_bottom.png) left top no-repeat;
}

* html .main_bottom {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/tmp_main_bottom.png',sizingMethod='image');
}

.main_right {
	width: 4px;
}

.main_right[class] {
	background: url(../img/tmp_main_right.png) left top repeat-y;
}

* html .main_right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/tmp_main_right.png',sizingMethod='scale');
}

.banner {
	background: url(../img/tmp_banner_mht.jpg) left top no-repeat;
	width: 900px;
	height: 180px;
}

.banner .nav {
	float: right;
}

.banner .nav .button {
	padding: 2px 12px 0px 4px;
	float: left;
}

.hmenu {
	background: url(../img/tmp_hmenu_bg.gif) left top repeat-x #ffffff;
	width: 730px;
	height: 32px;
}

.hmenu .button {
	float: left;
}

.adright_top {
	background: url(../img/tmp_hmenu_bg.gif) left top repeat-x #ffffff;
	width: 170px;
	height: 32px;
}

.adright_top .cap {
	padding-top: 22px;
}

.main {
	width: 730px;
	background-color: #ffffff;
}

.main .box {
	margin-left: 18px;
	width: 696px;
	padding: 0px 0px 7px 0px;
	font-size: 14px;
	color: #707070;
}

.adright {
	width: 170px;
	background: url(../img/tmp_adright_bg.gif) left top repeat-y;
}

.adright .texture {
	background: url(../img/tmp_adright_texture.gif) left top no-repeat;
}

.adright .nascar {
	width: 150px;
}

.adright .nascar .ad150 {
	padding: 0px 0px 10px 0px;
}

.adright .nascar .ad150b {
	padding: 0px 0px 5px 0px;
}

.footer {
	background: url(../img/tmp_footer_cap.gif) left top no-repeat #ffffff;
	width: 900px;
	height: 28px;
}

.footer .tag {
	text-align: right;
	font-size: 10px;
	color: #707070;
	padding: 5px 10px 0px 0px;
}

/* SITEWIDE */

a {
	color: #0068a6;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.headline {
	border-bottom: solid 1px #7fb3d2;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-bottom: 11px;
}

.h16 {
	font-weight: bold;
	font-size: 16px;
}

.h15 {
	font-size: 15px;
}

hr {
	display: block;
	border-style: none;
	height: 1px;
	background-color: #7fb3d2;
}

.banner_main {
	padding-top: 10px;
}

.footnote {
	font-size: 11px;
}

/* Contact Form */

.contactform {
	border: solid 1px #7fb3d2;
}

.contactform form {
	margin: 0px;
}

.contactform .left {
	text-align: right;
	padding: 5px 5px 0px 5px;
	font-size: 13px;
}

.contactform .right {
	padding: 5px 5px 0px 0px;
}

.contactform .input {
	width: 175px;
	font-size: 10px;
	color: #0068a6;
}

.contactform .submittal {
	padding: 5px 0px 5px 0px;
	text-align: center;
}

/* FAQ */

.faqnav {
	font-size: 11px;
	text-align: right;
}



