/* CSS Document */

body{
	padding:0;
	margin:0;
	color:#5A5A5A;
	background-color: #c4e8ff;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}
div, 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{
	width:770px;
	height:400px;
	margin:0 auto 0 auto;
	background:url(images/header_bg.jpg) 0 0 no-repeat;
}
/*------------------------------------------------header left start--------------------*/
.main_menu {
	width: 188px;
	margin-bottom: 0;
	margin-left: 12px;
	overflow:hidden;
}
.menulabel {
	width: 188px;
	height: 22px;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336699;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	padding-left:12px;
}
ul#menu {
 	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul#menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFF95;
	text-align: left;
	vertical-align: middle;
	height: 20px;
	text-decoration: none;
	text-transform: capitalize;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFF95;
	list-style-type: none;
	margin-left: 0px;
}
ul#menu li a:link, a:visited {
	color: #FFFF95;
	text-decoration: none;
}
ul#menu li a:hover {
	color: #FFFF95;
	text-decoration: none;
	margin: 0 0 0 5px;
	font-weight: bold;
}
/*------------------------------------------------header left end--------------------*/
/*------------------------------------------------header right start--------------------*/
.header_right {
	height:262px;
	width:535px;
	padding:114px 21px 24px 14px;
}
/*------------------------------------------------header end--------------------*/

/*------------------------------------------------body start--------------------*/
#body{
	width:746px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
	padding:20px 12px 20px 12px;
}
.left{
	width:188px;
}
.left_title{
	width:168px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
}
.left_bannerbg{
	width:168px;
	background-image:url(images/left_bannerbg.jpg);
	background-repeat: repeat-y;
	padding: 0 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.left_more{
	font-weight: bold;
	color: #669900;
	text-decoration:none;
}
.left_more a:hover{
	color: #669900;
	text-decoration:none;
}
.left_more a:visited{
	color: #669900;
	text-decoration:none;
}
.left_more a:active{
	color: #669900;
	text-decoration:none;
}
.left_more a:link{
	color: #669900;
	text-decoration:none;
}
.right{
	width:546px;
	padding:0 0 0 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #405d60;
	font-size: 12px;
	font-style: normal;
}
.right_title{
	text-indent:8px;
	background-color:#FFFFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #1558B3;
	line-height: 22px;
	margin-bottom:10px;
	text-transform: uppercase;
}
.right_subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	line-height: 16px;
}
/*------------------------------------------------body end--------------------*/

#footer{
	width:726px;
	height:59px;
	background-color:#FFFFFF;
	background-image:url(images/footer_bg.jpg);
	margin:0 auto 0 auto;
	padding:12px 22px 0 22px;
	background-repeat: no-repeat;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
}
.footer_text a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
.footer_text a:visited{
	color: #FFFFFF;
	text-decoration:none;
}
.footer_text a:active{
	color: #FFFFFF;
	text-decoration:none;
}
.footer_text a:link{
	color: #FFFFFF;
	text-decoration:none;
}
.footer_text strong{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF00;
	text-align:center;
	text-decoration:none;
}