body	{
	background: #539238 url(images/background.gif) repeat-x fixed;
	margin: 0;
	padding: 0;
}

.shadow	{
	background: white url(images/header_shadow.gif) repeat-x;
	height: 25px;
	border-left: solid 1px white;
	border-right: solid 1px white;
}

.header	{
	border-left: solid 1px white;
	border-right: solid 1px white;
	text-align: left;
	background: #ffce4a url(images/header_logo.gif) no-repeat;
}

.header	img {
	margin-left: 188px;
}

.footer	{
	vertical-align: top;
	height: 40px;
}

td	{
	font: 12px/17px 'Trebuchet MS', Arial;
	color: black;
}

.menu	{
	border-left: solid 1px white;
	border-bottom: solid 1px white;
	width: 173px;
	background: white;
}

.menu a	{
	background: #ffba00 url(images/menu_yellow.gif) no-repeat right top;
	height: 20px;
	font: bold 12px 'Trebuchet MS', Arial;
	color: white;
	display: block;
	border-bottom: solid 1px white;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
}

.menu a:hover	{
	background: #3a8918 url(images/menu_green.gif) no-repeat right top;
}

.content	{
	padding: 0 25px 1px 25px;
}

.content h1	{
	font: bold 20px 'Trebuchet MS', Arial;
	color: #3a8918;
}

.content h2	{
	font: bold 14px 'Trebuchet MS', Arial;
	color: #3a8918;
	margin: 0;
}

.content a	{
	color: #3a8918;
}
.content a:hover	{
	color: #ffba00;
}
