﻿*
{
	margin:0;
	padding:0;
}

p
{
	margin:0px 0 15px 0
}
a
{
	color: #588120;
}
a:hover
{
	color: #334E0E;

}
img
{
	border:none;
	margin:0;
}


html
{
	background:#899A7A url(images/html.jpg) repeat left top;
}
body
{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#page
{
	width:780px;
	margin:5px auto;
	border: 3px solid #568B32;
	background-color: #FFFFFF;
}

#header
{
	width:780px;
	height:225px;
}

#menu
{
	background:#8FBA6A url(images/topnav.jpg) repeat-x left top;
	font-weight:bold;
	padding-top: 22px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#menu ul
{
}

#menu ul li
{
	list-style-type:none;
	display:inline;
}

#menu ul li a
{
	color:#000000;
	text-decoration:none;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

#menu ul li a:hover
{
	color:#ffffff;
	background-image: url(images/hoverbg.jpg);
	background-repeat: repeat-x;
}

#text
{
	background:#fff;
	padding:10px;
	width:700px;
	font-size:12pt;
	margin-left: 30px;
	text-align: justify;
}


#footer
{
	background:url(images/footer.jpg);
	font-size:9pt;
	color:#000000;
	text-align:center;
	padding-top: 25px;
	padding-bottom: 30px;
}

#footer a
{
	color:#000000;
}
#footer a:hover
{
	color:#fff;
}







