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

a:link {
    color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

body {
	background: #78952D url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content {
	margin: 0 auto;
	background: #98B74C;
	width: 800px;
	text-align: left;
}

#main {
	width: 800px;
	padding-top: 10px;
	background: url(images/table_back.gif) repeat-x top;
}

#logo {
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
	width: 770px;
	height: 270px;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;
}

#menu {
	margin: 0 auto;
	width: 500px;
	height: 34px;
	padding-top: 0px;
	padding-left: 280px;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 100px;
	height: 23px;
    display: block;
	text-align: center;
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	padding-top: 8px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 100px;
    height: 23px;
	color: #5C722A;
	background: #ffffff;
}

#left {
	width: 220px;
	padding-left: 20px;
	padding-top: 10px;
}

#left H3 {
	width: 195px;
	height: 33px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 18px;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/title.gif) repeat-x;
}

#left a {
	color: #ffffff;
}

#left a:hover {
	color: #5C722A;
	background: #ffffff;
}

#right {
	float: right;
	width: 510px;
	padding-right: 20px;
}

#right H4 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #F5FFDC;
}

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

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #F5FFDC;
}

#right ol, #right ul {
	margin-left: 30px;
}

#full_width {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

#footer {
	height: 50px;
	width: 800px;
	clear: both;
	padding-top: 10px;
	background: url(images/footer.gif) repeat-x bottom;
	border-top: 4px solid #918E48;
}

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

#footer a {
	color: #ffffff;
}