/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*



{
margin: 0px;
padding: 0px;
}

a:link {
	color: #009900;
}

a:hover {
	text-decoration: underline;
	color: #009900;
}

a:visited {
	color: #009900;
}

body {
	
	
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
}


#main
{
width: 721px;
background:  url("images/gfx/table_back.gif") repeat-y;
margin-top: 20px;
margin: 0 auto;
}

#top
{
background:  url("images/gfx/top.gif") no-repeat top
}

#bottom
{
background:  url("images/gfx/bottom.gif") no-repeat bottom;
}

#header {
	height: 100px;
	width: 721px;
	margin: 0 auto;
}

#menu
{
width: 671px;
height: 36px;
padding-left: 50px;
}

#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: #037931;
	font-weight: bold;
	font-size: 16px;
	margin-left: 3px;
	padding-top: 10px;
	background:  url("images/gfx/button.gif") no-repeat;


}

#menu a:hover {
	width: 128px;
    height: 26px;
	color: #ffffff;
	margin-left: 3px;
	background:  url("images/gfx/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: 6px;
	padding-top: 20px;
}

#right H3
{
width: 189px;
height: 20px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
}



#right ul {
	border: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	list-style: none;
}



#right H4
{
font-size: 12px;
}

#right a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: underline;
	}
	
#right a:hover {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: underline;
	
}

#right p
{
padding: px;
}


#left
{
width: 450px;
padding-left: 20px;
padding-top: 10px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #037931;
}

#left a
{
color: #009900;
font-size: 13px;
	text-decoration: underline;
}
#left a:hover {
	color: #009900;
	font-size: 14px;
	text-decoration: underline;
	
}
#left p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #037931;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
}

.date a {
	color: #037931;
}



#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;
}