A:active, A:LINK, A:VISITED{ color :#367013; text-decoration:underline}
A:HOVER { color:#611B02;text-decoration:underline}

A.w:active, A.w:LINK, A.w:VISITED{ color :#fff; text-decoration:underline}
A.w:HOVER { color:#FFEC80;text-decoration:underline}

A.cw:active, A.cw:LINK, A.cw:VISITED{ color :#fff; text-decoration:underline; font-size:9px;}
A.cw:HOVER { color:#FFEC80;text-decoration:underline}

	body {
	font-family: Verdana, Geneva, sans-serif;
	background: #366F13;
	background-image:url(../images/bg.gif);
	background-attachment:fixed;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #333;
	margin-bottom:10px;
	margin-top:10px;
}

#top1 {
	width:940px;
	height:18px;
	background: url(../images/top1.gif);
	
}
#top2 {
	width:940px;
	height:156px;
	/* background: url(../images/top2.jpg); */
	
}
#top3 {
	width:940px;
	height:87px;
	background: url(../images/top3.jpg);
	
}
#top3 h1{
	color:#FFF;
	margin-top:0px;
	padding-top:55px;
	padding-left:60px;
	font-size:12px;
	font-weight:normal;
}
#top4 {
	width:940px;
	height:114px;
	background: url(../images/top4.jpg);
	
}

.header { 
	background-image:url(../images/header.png);
	height:203px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#logoLink{
	width:142px;
	height:153px;
	display:block;
	cursor:pointer;
	margin: 22px 0 0 5px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menu{
	background:url(../images/bg_menu.gif);
	background-repeat:no-repeat;
	width:162px;
	height:350px;
	list-style:none;
	padding-top:5px;
}
.menuItem{
	color:#00038c;
	font-family: Helvetica, Arial;
	font-size:15px;
	font-weight:normal;
	text-shadow: #333 1px 1px 1px;
	background-image:url(../images/bg_menu_item.png);
	background-repeat:no-repeat;
	height:24px;
	padding-left:40px;
	padding-top:5px;
	list-style:none;
	
	}
.menuItem a{
	display:block;
	color:#FFF;
	text-decoration:none;
}
.menuItem a:hover
{
color:#f9c997;
}
#rightMenu{
	background:url(../images/right_menu.gif);
	width:81px;
	height:335px;
}

#visitors{
	background:url(../images/bg_visitors.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FF9;
	font-weight:bold;
	height:138px;
	padding-top:17px;
}
.headerContent{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
	background:url(../images/bg_h.gif);
	background-repeat:no-repeat;
	height:76px;
	font-size:26px;
	color:#5C2000;
	text-shadow: #FFFFFF 1px 1px 1px;
	text-align:left;
	vertical-align: bottom;
	padding-left:40px;
}
.titleContent{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	text-transform:uppercase;
	background: url(../images/bg_content_title.png);
	background-repeat:no-repeat;
	height:76px;
	font-size:22px;
	color:#056600;
	text-shadow: #FFFFFF 1px 1px 1px;
	text-align:left;
	vertical-align: bottom;
	padding-left:25px;
}
#mainContent {
	width:697px;
	float:left;
	margin-top:0px;
	margin: 0px 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	background-image:url(../images/bg_content.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
#content{
	text-align:justify;
	width:610px;
	margin:auto;
}
#mainContent h1 {
	margin-top: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:18px;
}
#mainContent h2 {
	margin-top: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:16px;
	font-weight:normal;
}


.special {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#F90;
	
	}
.h_o{
	color:#d98d3d;
	}
	
.h_g{
	color:#548e00;
	
	}
.h{
	font-family: Helvetica, Arial;
	font-size:16px;
	font-weight:bold;
	color:#5C2000;
}
	
.td:Hover{
	background-color:#E8F4AE;
}
.w{
	color:#FFF;
	font-size:13px;
	
}
.image{ 
	border:solid #7FBE31 3px;
	padding:2px;
	}
	
.imageFloatRight{
		margin-left:15px;
		margin-bottom:5px;
	float:right;
	border:solid #7FBE31 3px;
	padding:2px;
	}
.imageFloatLeft{
		margin-right:15px;
		margin-bottom:5px;
	float:left;
	border:solid #7FBE31 3px;
	padding:2px;
	}
	
.floatLeft{
		margin-right:15px;
		margin-bottom:5px;
	float:left;
	}

.img_border {
	border:solid 3px #7FBE31;
	}
	
.red{
	color:#FF0000;
}
.small{
	font-size:11px;
	color:#000;
	
}
.hilightBox{
	color:#000;
	width:600px;
	font-size:13px;
	background-color: #FF3;
	border:solid 1px #ccc;
	padding:5px;
	margin:auto;
}
#footer {
	height:19px;
	background:url(../images/footer.gif);
} 
.copyright{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #000;
	float:left;
	margin-left:15px;
}
.footetNav{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	float:right;
	color:#68a516;
	margin-right:15px;
}
.powerby{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#000;
	text-align:center;
	margin-top:10px;
}

.radio {	BORDER:SOLID 0px;

	}

.th {
	font-family:Tahoma, Geneva, sans-serif;
	
}


#rateTable{
	border: solid 2px #FFF;
}
.bt {
	color: #FFFFFF;
	background-color: #367013;
	FONT-SIZE: 14px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	border:solid #3682C2 1px;
	border-top-color: #7FBE31;
	border-left-color: #7FBE31;
}

.text {	
	BORDER:SOLID 1px #7FBE31;
	color:#4C4B4B; background-color:#E4FEBA;
	FONT-SIZE:12px;	FONT-FAMILY: Verdana; 	

	}
.trueMessage{
	background-color:#FF9;
	border-bottom:solid 1px #FC0;
	border-top:solid 1px #FC0;
	width:50%;
	height:20px;
	text-align:left;
	padding-left:35px;
	background-image: url(../images/icon_true.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
}

.falseMessage{
	background-color:#FF9;
	color: #CC3333;
	border-bottom:solid 1px #FC0;
	border-top:solid 1px #FC0;
	width:50%;
	height:20px;
	text-align:left;
	padding-left:35px;
	background-image: url(../images/icon_false.png);
	background-repeat: no-repeat;
	background-position: 2% 50%;
	
}

