/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
fixed no-repeat
*/

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

a:link {
	color: #9e1d20;
}

a:hover {
	text-decoration: none;
	color: #9e1d20;
}

a:visited {
	color: black;
}

body {
	
	background: #62993B url(images/m6.jpg) ;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
}


#main
{
width: 721px;
background: url(images/table_back.gif) repeat-y;
margin-top: 20px;
margin: 0 auto;
}

#top
{
background: url(images/top.gif) no-repeat top
}

#bottom
{
background: url(images/bottom.gif) no-repeat bottom;
}

#header {
	height: 100px;
	width: 721px;
	margin: 0 auto;
}

#menu
{
width: 571px;
height: 36px;
padding-left: 150px;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 128px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 16px;
	margin-left: 3px;
	padding-top: 10px;
	background: url(images/button.gif) no-repeat;


}

#menu a:hover {
	width: 128px;
    height: 26px;
	color: #037931;
	margin-left: 3px;
	text-decoration: underline;
	background: url(images/button_r.gif) no-repeat;
}


#logo {

width: 229px;
height: 64px;
}




#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #000000;
}

#logo H2 a
{
font-size: 12px;
}

#right
{
	float: right;
	padding: 10px;
	width: 204px;
	padding-right: 5px;
	padding-top: 30px;
}

#right H3
{
width: 189px;
height: 30px;
font-size: 16px;
font-weight: bold;
padding-left: 10px;
padding-top: 15px;
text-transform: uppercase;
color: #037931;
}

#right ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}

#right H4
{
font-size: 14px;
}

#right a {
	color: #9e1d20;
	font-size: 14px;
}
#right a:visited {
	color: #9e1d20;
	font-size: 14px;
}

#right a:hover {
	text-decoration: none;
}

#right p
{
padding: 12px;
}

#left
{
width: 450px;
padding-left: 20px;
padding-top: 30px;
}

#left H4
{
	margin: 0;
	padding-top: 15px;
	font-size: 14px;
	color: #037931;
}

#left a
{
color: #037931;
text-decoration: none;
}

#left p {
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #037931;
}

#left ul {
	margin: 30px;
}

#footer {
	clear: both;
	height: 47px;
	width: 500px;
	clear: both;
	padding-top: 20px;
	background: url(images/footer.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #037931;
}

#footer a {
	color: #037931;
}