body
{
background-color: #DFE8D2;
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 85%;
margin: 25px;
padding-left: 10;
}

*{
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
	list-style-position: inside;
}

a:active, a:visited, a:link
{
color:#990033;
text-decoration: none;
}

a:hover
{
color: #000000;
text-decoration: none;
}


#container
{ 
width: 750px;
height: 100%;
margin: 0 auto 20px auto;
background: #F4F4F4;
border: 1px solid #677E43;
background-color: #f4f4f4;
}

#topheader
{
width: 750px;
height: 60px;

}

#topheader h1
{
text-align: right;
margin-right: 5px;
color: #336633
font-family: vedana;
text-transform: lowercase;
font-size: 3.5em;

}

#menu
{
text-align: right;
margin-top: 8px;
height: 20px;

}

#menu a
{
margin-right: 15px;
text-transform: lowercase;
font-size: 1.0em;
text-decoration: none;

}

#header
{
border-top:1px solid #677E43;
border-bottom:1px solid #677E43;
color: #336633;
width: 100%;
margin-top: 10px;
height: 150px;
background-image:url('background.jpg'); background-repeat:repeat-x
}

#mainleft
{
	color: #336633;
	margin-top: 60px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 135%;
	width: 400px;
	float: left;
	padding-top: 5px;
}

#mainleft h2
{
font-size: 165%;
padding-bottom: 5px;
margin-left: 5px;
color: #336633;
width: 250px;
}

p
{
color: #3A4925;
margin-top: 0px;
font-size: 12pt;
margin-left: 10px;
padding-left: 10px;
}

#mainright
{
	margin-right: 10px;
	width: 250px;
	float: right;
	/*line-height: 175%;*/
margin-left: 0px;
	text-align: left;
	margin-top: 30px;
}

#mainrightbottom
{
margin-right: 10px;
width: 250px;
float: right;
line-height: 175%;
margin-left: 0px;
text-align: left;
}

#mainright h2
{
font-size: 165%;
margin-left: 0px;
color: #336633;
width: 250px;
}

#mainright p
{
width: 250px;
color: #3A4925;
margin-top: 15px;
margin-left: 0px;
}

#footer
{
margin-bottom: 10px;
clear: both;
text-align: right;
width: 100%;
}

