/* CSS Document */

body{
	padding:0;
	margin:0;
	background-color: #FFFFFF;
}
div, h3, h1, h2, p, form, label, input, textarea, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header start--------------------*/
#header{
	height:44px;
	margin:0 auto 0 auto;
	background-color:#CC0000;
	padding: 14px 0 0 0;
	text-align:center;
}

.nav_menu{
	width:637px;
	margin:0 auto 0 auto;
	cursor:pointer;
}

.menuNav{
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
	padding:0 6px 0 6px;
	text-align:center;
	text-transform:uppercase;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menuNav:hover{
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	background-color:#FF9900;
}
.menuNav:active{
	font-size:10px;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
	background-color: #333333;
}



#header2{
	height:23px;
	margin:0 auto 0 auto;
	background:url(images/serch_bg.gif);
	font-weight: normal;
	color:#707574;
	font-size:9px;
	text-transform:uppercase;
	text-align:center;
	padding: 10px 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#header2 strong{
	font-weight: bold;
	color: #CC0000;
}


/*------------------------------------------------header end--------------------*/

/*------------------------------------------------header end--------------------*/
#banner{
	width:637px;
	height:347px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	padding:0;
}
/*------------------------------------------------header end--------------------*/

/*------------------------------------------------body start--------------------*/
#body{
	width:615px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	border-top:thin dashed #CCCCCC;
	padding:18px 11px 24px 11px;
}

.content_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #505c50;
	text-decoration: none;
}
.content_text a:link{
	color: #505c50;
	text-decoration: none;
}
.content_text a:visited{
	color: #669900;
	text-decoration: none;
}
.content_text a:hover{
	color: #505c50;
	text-decoration: none;
}
.content_text strong{
	color: #669900;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
h2{
	color: #336699;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.readmore{
	color: #FF6600;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.readmore:visited{
	color: #FF6600;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

/*------------------------------------------------body end--------------------*/

#footer{
	height:95px;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	padding: 12px 0 12px 0;
	text-align:center;
}


.botNav{
	font-size:9px;
	color:#E8E8E8;
	text-decoration:none;
	margin:0 4px 0 4px;
	text-align:center;
	text-transform:uppercase;
}
.botNav:hover{
	font-size:9px;
	color:#E8E8E8;
	text-decoration:underline;
	text-transform:uppercase;
	font-weight: bold;
}


.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #66CC00;
	text-align:center;
	text-decoration:none;
}
.footer_text a:hover{
	color: #FFCC00;
	text-decoration:none;
}
.footer_text a:visited{
	color: #FFCC00;
	text-decoration:none;
}
.footer_text a:active{
	color: #66CC00;
	text-decoration:none;
}
.footer_text a:link{
	color: #66CC00;
	text-decoration:none;
}
.footer_text em{
	color: #414C4A;
	text-decoration:none;
}
.footer_text em a:link{
	color: #414C4A;
	text-decoration:none;
}
.footer_text em a:visited{
	color: #414C4A;
	text-decoration:none;
}
.footer_text em a:active{
	color: #414C4A;
	text-decoration:none;
}
