﻿html {
	background:#3f3f3f url('../images/bg.jpg') top center no-repeat;
}

body {
	font-family:Arial;
	font-size:8pt;
	color:#464646;
	margin:0 auto;
}

a img {
	border:none;
	text-decoration: none;
}

.home {
	list-style:circle outside;
	font-size:9pt;
	line-height:20px;
}

.homep {
	float:right;
	width:160px;
}


#content {
	width:847px;
	margin:0 auto;
}

#banner {
	width:847px;
}

#nav {
	width:847px;
	height:36px;
	background:transparent url('../images/nav.png') no-repeat;
	padding-left:12%;
}

#body {
	width:847px;
	background:transparent url('../images/bg_slice.png') repeat-y;
}

#left {
	width:197px;
	position:relative;
	left: 28px;
	float:left;
}

#left p {
	padding:0px 5px 0px 35px;
}

#right {
	width:570px;
	float:left;
	margin-top:20px;
	padding-left:30px;
}

#footer {
	background: transparent url('../images/footer.png') no-repeat;
	height:44px;
	width:847px;
	margin-top:-10px;
	*margin-top:0px;
}

#footer p {
	color:#414141;
	width:847px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-size:7.5pt;
	padding-top:12px;
}

#footer a {
	text-decoration:none;
	color:#414141;
}

.clearclass {
	clear:both; 
	font-size:1px; 
	height:1px; 
	margin-top:-1px;
	padding:0px 0px 0px 0px;
}

#copyright {
	color:#979797;
	margin-left:50px;
	margin-top:15px;
	float:left;
	width:304px;
}

#links {
	color:#979797;
	width:450px;
	float:left;
	margin-top:15px;
}

#links a {
	color:#979797;
}

a:visited {
		color:#001C70;
	text-decoration: none;

}


a {
	color:#001C70;
	text-decoration: none;
}

h1 {
	color:#2e2e2e;
	font-size:10pt;
	margin:none;
}

.blue {
	color:#0b2676;
}

h1.bigheader {
	font-size:11pt;
	color:navy;
}

.terms td {
	vertical-align:top;
	width:190px;
}

.specials {
	font-size:7pt;
	text-align:center;
	margin-left:-15px;
}

.specials th {
	color:navy;
}

.darker {
	background:#464646;
	color:white;
}
