body	
{	
	background-color: #73a824;
	font-family: arial, helvetica, sans serif;
	color: #fff;
	font-size: xx-small;
}

.white
{
	color: #fff;
}

table
{
	font-size: x-small;
	color: #186200;
}

h1
{
	font-size: small;
	color: #186200;
}

h2
{
	font-size: x-small;
	color: #186200;
}

li
{
	list-style-type: image;
	list-style-image: url(images/bulletpoint.gif);
}

#main
{
	border: 1px solid #186200;
	background-color: #fff;

	color: #186200;
	font-size: x-small;
}

#menu
{
	background-image: url(images/menu_background2.gif);
}

#menutable
{
	background-image: url(images/menu_background.gif);
	background-repeat: no-repeat;
}

#menu td
{
	border-bottom: 1px solid #b28f00;
}

#menu a
{
	color: #186200;
	font-family: century gothic, arial, helvetica, sans serif;
	text-decoration: none;
}

#menu2
{
	background-image: url(images/menu_background2.gif);
}

#content
{
	padding: 15px;
}

.right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.large
{
	font-size: 120%;
}

#content a:link, #content a:visited, #content a:active
{
	color: #b28f00;
	text-decoration: none;
}

#content a:hover
{
	color: #b28f00;
	text-decoration: underline;	
}