@charset "utf-8";
/* CSS Document */

body {
	font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	width:800px;
	font-size:12px;
	color:#434040;
}

p {
	padding:15px;
}

.input {
	width:150px;
}



/* by doing this you don't need to write border="0" into the <img> tag */
img {
	border:0px;
}

a {
	color: #000000;
	text-decoration:underline;
}

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

.main {
	margin-left:auto;
	margin-right:auto;
	padding:auto;
	background-color:#FFFFFF;
}

.head {
	margin:auto;
	color:#323131;
	font-size:12px;
	width:800px;
	
}

.head a {
	color: #323131;
	text-decoration: none;
	font-size:12px;
}

.head a:hover {
	color: #222221;
	text-decoration: none;
	font-size:12px;
}

.space {	
	background-color:#263e1e;
	height:2px;
	float:left;
	margin-top:10px;
}

.mainBody {
	width:800px;
	float:left;
	padding-bottom:10px;
	background-color:#000000;
}

.leftColumn{
	width:600px;
	float:left;
	margin-left:9px; 
	margin-top:15px;
}

.rightColumn {
	width:170px;
	float:right;
	margin-right:10px;
	margin-top:15px;
}

.menu {
	padding-top:5px;
	float:left;
}

.menu a{
	color:#467d33;
}

.menu a:hover{
	color:#000000;
	text-decoration:underline;
	
}

.box {
	width:598px;
	background-color:#ffffff;
	border-top:0;
	border-left: #cec8c8 solid 1px; 
	border-right: #cec8c8 solid 1px; 
	border-bottom: #cec8c8 solid 1px;
	margin-bottom:20px;
	margin-right:15px;
	font-size:12px; 
	color:#676767;
	float:left;
}

.boxAds {
	width:793px;
	background-color:#f7f7f8;
	border-top:0;
	border-left: #cec8c8 solid 1px; 
	border-right: #cec8c8 solid 1px; 
	border-bottom: #cec8c8 solid 1px;
	font-size:12px; 
	color:#676767;
}

.tbl { 
	margin-top:6px; 
	border:1px solid #ebecf0;
	background-image:url(../images/contentBg.gif);
	background-repeat: repeat-x;
	width:793px;
	background-color:#FFFFFF
}

#footer { 
	clear: both; 
	margin-top:10px; 
	margin:auto; 
	text-align:center; 
	padding-top:3px; 
	background-color:#34791c; 
	color:#fff; 
	height:40px; 
	font-size:11px;
}

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

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

