
body {
	font: 12px arial,helvetica,sans-serif;
	background: #D3D3D3;
	margin: 0px;
}
small {
	font-size: 10px;
}
.content {
	margin: 2px auto;
	width: 808px;
	background:  #D3D3D3 URL(images/bodyBG.jpg) center repeat-y;
}
.tContent {
	height: 400px;
	overflow: visible;
}
#contact {
	position: relative;
	display: block;
	margin: 5px 6px 0px 0px;
}
.block {
	display: block;
}
.headerNav a {
 	display: block;
	padding: 8px 0px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0px;
	width: 100%;
}
.headerNav a:hover {
	background: #900;
}
.sidePad {
	padding: 0px 12px;
}
h2 {
	margin: 10px 0px 5px 0px;
	font-size: 18px;
}

h3 {
	margin: 10px 0px 5px 0px;
	font-size: 16px;
	
}
.featuredHeader {
	padding: 5px;
	background: #55819C;
	color: #fff;
	font-size: 16px;
}
.featured {
	padding: 5px;
	background: #F1F7FB;
	border-bottom: 1px solid #D9E8F1;
	margin: 0px 0px 10px 0px;
}
.featured hr {
	border: 1px dashed #D9E8F1;
}
.spotlight {
	margin: 0px 0px 15px 0px;
}

.spotLightHeader {
	border-bottom: 1px solid #3585BA;
	color: #3585BA;
}

.spotlightLink {
	display: block;
	font-size: 14px;
}

.sponsorLink {
	display: block;
	font-size: 14px;
}
.smaller {
	font-size: .9em;
	line-height: 1.3em;
}
.verySmall {
	font-size: 9px;
}
.categoryHead {
	border-bottom: 1px solid #c00000;
	color: #C00000;
}
.listingHead {
	border-bottom: 1px solid #3585BA;
	color: #3585BA;
}
.footer {
	height: 58px;
	background: url(images/footerBG.jpg) no-repeat;
	text-align: center;
	color: #fff;
}
.footer a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	
}
.footer a:hover {
	color: #ffff00;
}
.topSideMenu {
	background: #3585BA;
	color: #fff;
	padding: 5px;
}
.topSideMenu a{
	color: #fff;
}
.padFive{
	padding: 5px;
}
.red {
	color: #c00;
}

.black {
	color: #000;
}

.errors {
	margin: 5px;
	padding: 5px;
	color: #c00;
	font-weight: bold;
	border: 1px solid #999966;
	background: #ffffcc;
	text-align: center;
}
.errors ul {
	text-align: left;
	margin: 10px auto;
}
.example {
	padding: 10px;
	border: 1px dashed #6699cc;
	background: #eeeeee;
	font-weight: bold;
}
.cForm {
	border: 1px solid #dddddd;
	
}
.affDiv {
	border-bottom: 1px solid #eee;
	border-top: 1px dashed #eee;
}

.topTen {
	border: 1px solid #C00000;
}

.topTen th, .topTen .rank {
	background: #A3BFD0;
	color: #fff;
	font-weight: bold;
}

.topTen th, .topTen td {
	text-align: center;
	padding: 10px 4px;
}

.topTen .price {
	font-weight: bold;
	color: #900000
}