body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	
	margin: 0px;
	background-color: #99ca3d;
}
h1,h2,h3,h4,h5,h6,p{
padding:0px;
margin:0px;
}

a {
	color: #900;
	text-decoration: none;
	}

a:hover {
	
	color: #330099;
	}

.footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	text-decoration: none;
	text-align: left;
	line-height: 16px;
	font-weight: bold;
}



.footer a
{
	color: #003300;
	text-decoration: none;
}
.footer a:hover
{
	color: #FF0000;
	text-decoration: underline;
}
.powered {
	font-family: Arial;
	font-size: 12px;
	color: #003300;
	text-decoration: none;
	text-align: justify;
}
.powered a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.powered a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.main_tb {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 8px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-align: justify;
}

.content1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #993300;
	text-align: justify;
	padding: 6px;
}
.h2_color {
	color: #FF0000;
}

.wel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #669900;
	line-height: 17px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.4;
	cursor: hand;
}


.left_menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 231px; /* width of menu */
	display: block;	
}

.left_menu li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.left_menu li a{
	display: block;
	color: white;
	width: 270px; /* 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: #99ca3d;
	background-image: url(../images/left_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana;
	font-size: 11px;
	font-weight: bold;
}

.top_nav {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-weight: bolder;
	margin-left: 5px;
}
.top_nav a{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
}
.top_nav a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	text-align: center;
}


.left_menu li a:hover{
	color: #000000;
	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;
}.l_float {
	float: left;
	margin-right: 8px;
}
.bottom_bg_flower {
	float: right;
	margin-right: 8px;
}
