body {
	margin:0;
	padding:0;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	color: #063700; 
	background: #def9db;
	text-align: justify;
}

a {
 color: #39892f;
 font-weight: bold;
}

img {
 border: 0px;
}

em{color: blue;}

#maincontainer{
width: 776px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #fff;
}

#topsection{
background: #fff;
height: 183px; /* Height of top section*/

}

#contentwrapper{
float: left;
width: 760px;
background: #fff;
border-left: 8px solid #c1ebbc;
border-right: 8px solid #c1ebbc;
font-size: 9pt;
color: #063700;
}

#contentcolumn{
margin-left: 350px; /*Set right margin to RightColumnWidth*/
background: #fff;
font-size: 9pt;
color: #063700;
}

#leftcolumn{
background: #fff;
float: left;
width: 350px; /*Width of right column*/
margin-left: -766px; /*Set left margin to -(RightColumnWidth) */
}


#footer{
clear: left;
width: 760px;
background: #7fbd77;
color: #fff;
text-align: center;
padding: 4px 0;
border-left: 8px solid #c1ebbc;
border-right: 8px solid #c1ebbc;
border-bottom: 8px solid #c1ebbc;
}

#footer a{
color: #4a4a4a;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


div#navcontainer
{
background-color: #7fbd77;


}
div#navcontainer ul
{
font-family: verdana, sans-serif;
text-transform: uppercase;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 3px;
padding-top: 3px;
padding-left: 0px;


}
div#navcontainer ul li
{
display: inline;
}
div#navcontainer ul li a
{
padding: 3px 10px 3px 10px;
color: #fff;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
margin-right: -1px;
}
div#navcontainer ul li a:hover
{
background-color: #def9db;
color: #000;
}
