@charset "UTF-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
div.ad
{
	position:relative; 
	top:0px; 
	left:18px;	
}
font.contentText
{
	padding: 5px 5px 5px 5px;
}
table.upperHome
{
	background-color: #752105;	
	width: 800px;	
}
table.upperHome td.hlogo
{
	background-image:url(../images/home_logo.gif);
	background-repeat: no-repeat;
	height: 100px;
}
table.upperHome td.spacer
{
	background-color: #d0923d;
}
table.homeContent
{
	height:160;
	width:800;
}
table.homeContent td.content
{
	background-color: #a95620;
	height:inherit;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 6pt;
	padding: 5px 5px 0px 5px;
}
table.homeContent td.homeShade 
{
	background-color: #a95620;
	width: 175;
	height: 68;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: 900;
}
table.homeContent td.left_btm
{
	background-image:url(../images/home_lft_bottom1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#bb6d25;
	background-size: 100%;
	height:166;	
}
table.shade td.homeShadeText
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
}