body {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #EEEEEE;
	line-height: 180%;
}

a {
	color: #4B6400;
	text-decoration: none;
}

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

#headercontainer {
	width: 100%;
	background: #242424;
}

#header {
	margin: 0 auto;
	width: 760px;
	height: 118px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424 url('images/header-background.jpg');
}

#header h1 {
	margin: 0;
	color: #EEEEEE;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
}

#menucontainer {
	width: 100%;
	height: 28px;
	background: #A0C80E;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
}

#menu {
	margin: 0 auto;
	width: 760px;
	background: #A0C80E;
	border-right: 1px solid #95BC0E;
}

#content {
	margin: 0 auto;
	width: 740px;
	padding: 20px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #A0C80E;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
}

#footer
{
	margin: 0 auto;
	width: 740px;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #A0C80E url('images/menu-background.jpg') repeat-x;
	border: 1px solid #A0C80E;
	font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; 
	padding: 3px 10px;
}

.middletext {
	line-height: 100%;
	font-size:9pt;
}


a.middletext {
	line-height: 100%;
	text-decoration: none;
 }


a.middletext:link {
	line-height: 100%;
	text-decoration: none;
 }


a.middletext:visited {
	line-height: 100%;
	text-decoration: none;
}

a.middletext:hover {
	line-height: 100%;
	text-decoration: none;
 }


 .middletextactive {
	margin:4px;
	font:11pt "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	color:#086431;
	text-decoration: none;
 }



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 