* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/logogreen.jpg) repeat;

}


}

body, th, td, input, textarea {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}

p, ol
{
margin-top: 10px;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #345A05;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #345A05;
}

hr {
	display: none;
}

#main
{
width: 900px;
margin: 0 auto;
background: #ffffff;
border-left: 10px solid #ffffff;
border-right: 10px solid #ffffff;
border-top: 1px solid #ffffff;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 386px;
}

#menu {
	float: left;
	height: 45px;
	width: 890px;
	padding-left: 10px;
	background: url(images/button.gif) repeat-x;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 39px;
	width: 123px;
	margin-right: 1px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 12px;
    text-align: center;
}

#menu a:hover {
	color: #ffffff;
	background: url(images/button_r.gif) repeat-x;
}

/* Logo */

#logo {
	width: 900px;
	height: 387px;
	margin: 0 auto;
	text-align: right;
    background: url(images/header.gif) no-repeat
}

/* Page */

#page {
	width: 885px;
	margin-top: 45px;
	border-top: none;
	padding-top: 20px;
	padding-left: 15px;
    background: url(images/table_back.gif) repeat-y;
	border-top: 2px solid #ffffff;
	border-bottom: 0px solid #ffffff;
}

/* Footer */
#footer
{
padding: 32px;
background: url(images/button_u.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #ffffff;
}
