body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E6E7E7;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
.btb {
	background-color: #3399CC;
	padding: 12px;
}
h1,h2,h3,h4,h5,h6,p{
padding:0px;
margin:0px;
}

a {
	color: #003399;
	text-decoration: none;
	}

a:hover {
	
	color: #FF0000;
	}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
}



.footer a
{
	color: #00CCFF;
	text-decoration: none;
}
.footer a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
.powered {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.powered a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.powered a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.content {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 21px;
	color: #666666;
	text-align: justify;
	padding-right: 12px;
	padding-left: 12px;
}

.content1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #993300;
	text-align: left;
	padding: 6px;
	font-weight: bold;
}
.lf {
	padding: 4px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px dotted #990000;
	background-color: #0099CC;
}
.wel {
	font-family: Arial;
	font-size: 18px;
	color: #0099FF;
	padding-left: 20px;
	font-weight: bolder;
}

/* top Menu start*/

#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 820px;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#menu a {
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#menu a:hover {
	color: #FF0000;
	padding-bottom: 12px;
}
/* end Menu start*/

/* left Menu start*/
.left_menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 240px; /* width of menu */
	display: block;	
}

.left_menu li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: white;
}

.left_menu li a{
	display: block;
	color: #FFFFFF;
	width: auto; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	/*border-bottom: 1px solid white; bottom border of menu link. Should be equal or darker to link's bgcolor*/
	background-color: #3399CC;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 9px;
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/mainnavbg.jpg);
	background-repeat: repeat-y;
}


.left_menu li a:hover{
	color: #006699;
	/*border-bottom: 1px solid white; bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
	display: block;
	background-color: 00AEF0;
}
.footer_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.footer_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #00CCFF;
	line-height: 21px;
}
