body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595b;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}#container {
	width: 784px;
}
#logo {
	float: left;
	height: 120px;
	width: 112px;
}
#header_area {
	float: left;
	width: 672px;
	height: 120px;
	background-color: #F5F8D9;
}
#topright_links {
	float: right;
	height: 40px;
	width: 205px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
	color: #827d00;
	text-align: right;
	padding-right: 15px;
	padding-top: 25px;
}
#topright_links a{
	color: #827d00;
	text-decoration:none;
}
#topright_links a:hover{
	color: #827d00;
	text-decoration:underline;
}


#menuarea {
	float: left;
	height: 55px;
	width: 672px;
	background-image: url(../images/menuarea_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
#mainpage_bg {
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	float: left;
	width: 754px;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#body_area {
	float: left;
	width: 525px;
}
#body_area ul li{
	padding-bottom:15px;
}
#rightside {
	float: right;
	width: 200px;
	font-size: 10px;
	color: #827d00;
}
#copyright {
	float: left;
	width: 650px;
	padding-top: 12px;
	background-color: #c1d72e;
	text-align: right;
	padding-right: 19px;
	color: #FFFFFF;
	height: 21px;
}
#bottomnav {
	float: left;
	width: 784px;
	padding-top: 20px;
	padding-bottom: 25px;
	font-size: 10px;
	text-transform: uppercase;
	color: #c1d72e;
	text-align: center;
}
#bottomnav a{
	color: #c1d72e;
	text-decoration:none;
}
#bottomnav a:hover{
	color: #c1d72e;
	text-decoration:underline;
}
.color_lightblue {
	color: #13b793;
}
.color_grey {
	color: #58595b;
}
.float_left {
	float: left;
}
a:link {

            color: #13B793;

            text-decoration: none;

}

a:active {

            color: #13B793;

            text-decoration: none;

}

a:visited {

            color: #13B793;

            text-decoration: none;

}

 

a:hover {

            color: #13B793;
			
            text-decoration: underline;

}
