/***** start new stylesheet **/
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#666666;
	background:url(../images/body_bg.jpg) left top repeat-x;
	background-attachment:fixed;
}

hr { display: block; width: 100%; border: 1px dotted #CCCCCC; margin: 12px 0px 12px 0px; }

h2 {
	margin:0px 0px;
	padding:0px;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#617c2b;
	font-weight:600;
	text-transform:uppercase;
}
h3{
	margin:0px 0px;
	padding:0px;
	font:bold 50px Arial, Helvetica, sans-serif;
	color:#5279ba;
	font-weight:600;
}
h5{
	margin:0px 0px;
	padding:0px;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#0a253a;
	text-transform:capitalize;
}
img { 
	border: 0px; 
}
a{
	color:#617C2B;
	font:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
}

a:hover{
	text-decoration:underline;
}

p {
	line-height:16px;
	margin:0;
}

fieldset{
	float:left;
	width:100%;
	margin-top:10px;
	border:1px solid #CCCCCC;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
}
legend{
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#0066CC;
}

hr{
	display: block; background: #ccc; color: #ccc; width: 100%; height: 1px; border: none;
}
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; }
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], select, button { cursor: pointer; }
input[type='submit']:hover { background-color:#333333; color:#FFFFFF; border:1px solid #FFFFFF;}
input[type='button'], input[type='submit'], input[type='checkbox'], input[type='image'], input[type='radio'], input[type='reset'], button { border:1px solid #cccccc; margin-left:3px; }
input[type='hidden'] { display:none; }

/******* start div boxs ****/
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:850px;
}
/**** header area ****/
#header{
	float:left;
	width:850px;
	height:88px;
	padding-top:127px;
	background:url(../images/header.jpg) top center no-repeat;
}
#top_nav{
	float:left;
	width:850px;
	height:28px;
	margin-top:13px;
}

#top_menu_1 {
	float:left;
	width:770px;
	margin-left:35px;
	height:40px;
}

#top_menu_2 {
	float:left;
	width:500px;
	padding-top:13px;
	margin-left:40px;
	height:30px;
}
#login {
	float:left;
	width:275px;
	height:15px;
	padding-top:10px;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#login a{
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#login form{
	float:left;
	margin:0;
	padding:0;

}
#username{
	float:left;
	width:70px;
	height:17px;
	color:#000000;
	padding-top:0;
}
#password{
	float:left;
	width:70px;
	height:17px;
	margin-left:3px;
	color:#000000;
}

#register {
	float:left;
	width:250px;
	height:15px;
	padding-top:5px;

}

#top_menu_2  a{
	float:left;
	margin-right:15px;
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#097e09;
	text-decoration:none;
}

#content{
	float:left;
	width:796px;
	padding-left:27px;
	padding-right:27px;
	background: url(../images/content_bg.png) top center repeat-y;
}

#reports{
	float:left;
	width:796px;
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.reports_header{
	float:left;
	width:796px;
	height:37px;
}
/*** navigation ***/
.report_content_box {
	float:left;
	width:775px;
	margin-left:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	border:1px solid #cccccc;
}
#tabs_box {
	float:left;
	width:750px;
	height:30px;
	margin-top:3px;
	margin-left:10px;
}
.tabs_active{
	float:left;
	width:68px;
	height:20px;
	text-align:center;
	padding-top:5px;
	margin-top:2px;
	margin-left:5px;
	margin-bottom:-20px;

}
.tabs_active a{
	color:#000000;
	text-decoration:none;
	font:normal 10px Arial, Helvetica, sans-serif;
}
.tabs_active a:hover{
	text-decoration:underline;
}

.tabs{
	float:left;
	width:68px;
	height:20px;
	text-align:center;
	padding-top:5px;
	margin-top:2px;
	margin-left:5px;
	border:1px solid #ffffff;
	background-color:#13a3d5;
}
.tabs a{
	color:#FFFFFF;
	text-decoration:none;
	font:normal 10px Arial, Helvetica, sans-serif;

}
.tabs a:hover{
	text-decoration:underline;
}


/***** ***/

#message{
	float:left;
	width:796px;
}

#message_content_left{
	float:left;
	width:594px;
	padding:10px;
}

#message_content_right{
	float:left;
	width:170px;
	background-color:#e3dfdf;
	border-left:1px solid #cccccc;

}

#news_events{
	float:left;
	width:796px;
	margin-top:15px;
}

#news{
	float:left;
	width:245px;
	padding:10px;
	background-color:#e3dfdf;
}

.news_content{
	float:left;
	width:245px;
	margin-top:10px;
}

#blogs{
	float:left;
	width:245px;
	padding:10px;
	background-color:#ffffff;
}
.blogs-text{
	float:left;
	width:245px;
	margin-bottom:48px;
}

.blogs-text p{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#000066;
	text-transform:capitalize;
}

#events{
	float:left;
	width:246px;
	padding:10px;
	background-color:#e3dfdf;
}

.main-links{
	float:left;
	width:242px;
	padding:10px;
	margin-right:2px;
	text-align:center;
	background-color:#ffffff;
}


/***** subpage boxs ***/

#text_content_sub {
	float:left;
	width:796px;
}


#content_left_sub {
	float:left;
	width:180px;
	background-color:#3A67B1;
	padding:10px;	
}

#content_right_sub {
	float:left;
	width:570px;
	padding:10px;	

}
#content_left_sub ul{
	margin:0;
	padding:0;
	list-style:none;
}
#content_left_sub li{
	padding:5px;
	list-style:none;

}
#content_left_sub li a{
	color:#FFFFFF;
	font-weight:bold;
}
#content_left_sub li a:hover{
	color:#CCCCCC;
	text-decoration:none;
}






#footer{
	float:left;
	width:850px;
	height:49px;
	background: url(../images/footer_bg.jpg) top center no-repeat;
}
/******** classes *******************/
.float_l{
	float:left;
	margin-right:10px;
}
.float_r{
	float:right;
	margin-left:10px;
	margin-right:10px;
}
.clear {
	clear:both;
}
.readmore {
	float:right;
} 
.readmore a{
	color:#617c2b;
	text-decoration:none;
	margin-top:10px;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;

} 
.readmore a:hover{
	text-decoration:underline;
} 


.separator{
	float:left;
	width:580px;
	height:8px;
	background: url(../images/hr.jpg) top center no-repeat;
}

.download{
	float:left;
	width:328px;
}
.more_info{
	float:left;
	width:261px;
	margin-left:30px;
}
.header {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#0066CC;
}

.copyright{
	float:left;
	width:380px;
	height:22px;
	padding-top:10px;
	padding-left:10px;
	font-size:12px;
	color:#FFFFFF;
}
.footer_nav{
	float:right;
	width:500px;
	height:22px;
	padding-top:10px;
	padding-right:10px;
	text-align:right;
}
.footer_nav a{
	color:#ffffff;
	text-decoration:none;
	font:normal 12px Arial, Helvetica, sans-serif;

}
.footer_nav a:hover{
	color:#cccccc;
}
.white{
	color:#FFFFFF;
}
.width70 {
	width:50px;
}
.width90{
	width:100px;
}
.width120{
	width:200px;
}
.required{
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
}
