body {

	margin: 0;

	padding:0;

	font-family: Arial;

	line-height: 1.5em;

	color: #585858;

	font-size: 12px;

	background-color: #000000;


	
	
}

a:link, a:visited { color: #34a908; text-decoration: none; } 

a:active, a:hover { color: #34a908; text-decoration: none }

h1 {

	
	font-size: 18px;

	font-weight: bold;

	color: #56b81b;

	height: 32px;

	padding: 7px 0px 0px 0px;

}

h2 {

	margin-top: 10px;

	font-size: 12px;

	font-weight: bold;

	color: #56b81b;

	height: 20px;

	padding: 0px 0px 0px 0px;

	

}

#container {

	width: 1000px;

	margin: auto;

	background-color: #fff;

}

#topsection {

	float: left;

	width: 1000px;

	height: 245px;

	background: url(images/header.gif) no-repeat;

}

#title {

	width: 985px;

	font-size: 48px;

	font-family: "Agency FB", Arial;

	color: #FFFFFF;

	font-weight: bold;

	text-align: center;

	line-height: 1.6em;

	padding: 188px 0px 0px 15px;

}

.topmenu{

	float: left;

	width: 825px;

	margin-top: 20px;

	padding: 0px 0px 0px 175px;

}

.topmenu ul {

	list-style: none;

	padding: 0px;

	margin: 0px;

}

.topmenu li{

	display: inline ;

}

.topmenu li a{

	float: left;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	width: 90px;

	height: 28px;

	padding: 10px 2px 0px 0px;

	background: url(images/button.gif) no-repeat;


}

.topmenu li a:hover, .temp_topmenu li .current{

	color: #000;

	width: 90px;

	background: url(images/button.gif) no-repeat;

}

#left {

	float: left;

	width:130px;
	
	height:650px;

	background: url(images/leftborder.gif) no-repeat;

}


#middle {

	float: left;

	width: 680px;

	height:650px;

	overflow: auto;

	line-height: 2em;

	padding: 0px 0px 0px 30px;

	text-align: justify;

	background: url(images/mid_bg.gif) repeat-y;


}



.text {

	float: left;

	width: 680px;

	padding: 10px 0px 0px 0px;

}

#footer {

	float: left;

	width: 1000px;

	height: 211px;

	background: url(images/footer.gif) no-repeat;

}

.copyright {

	float: left;

	width: 1000px;

	font-weight: bold;

	text-align: center;

	color: #09F30B ;

}

