@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;

}
.footer_bottom {
	
	background-image:url(images/footer_bottom.jpg);
	background-repeat:repeat;
	height:100px;
}

#menu_button td {
	border-left:solid #012211 2px;
	border-bottom:solid #00622C 1px;
	border-right:solid #012211 2px;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	height:24px;
	color: #000000;
	cursor: pointer;
}

a.menuLink,a.menuLink:hover {
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}


a {
	color:#00401D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#009141;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#menu_button td.buttonOver {
	border-left:solid #012211 2px;
	border-bottom:solid #00622C 1px;
	border-right:solid #012211 2px;
	padding-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	height:24px;
	color: #003300;
	background-color:#E1EAB1;
	cursor: pointer;
}

.content_bg {
	background-image:url(../images/content_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.heading_style {
	font-weight:bold;
	letter-spacing:1px;
	line-height:20px;
	color: #FFFFFF;

}

fieldset {
	border:1px solid #00401D;
}

legend {
	color:#00401D;
	font-weight:bold;
	margin:5px;
}

#flash {
	width:100%;
	height:152px;
	background:url(../images/no-flash.jpg) repeat-x;
	overflow:hidden;
	clear:both;
	margin-top:61px;
}


#main_logo_con {
	position:absolute;

}
#main_logo {

	position:absolute;
	top:-152px;
	left:0px;
	z-index:1;
}