html,body
{
	margin:0;
	padding:0; 
	text-align: center; 
}

body
{
	font: 13px Verdana,sans-serif; 
	line-height: 1.8em; 
	text-align: center; 
text-align: -moz-center;
}


#wrapper 
{ 
	width: 760px;
	/*margin: 10px auto;*/ 
	padding: 5px; 
	padding-top: 20px;
	text-align: left;
	/*padding: 5px;*/
	border-left: 1px solid #96B566; 
	border-right: 1px solid #96B566;
}

table{
width:760px;
}

td {
	vertical-align: top;
}

td.left {
	width: 210px;
}

#content
{ 
	width:100%;
	top:0px;
	float:right;
	padding:2px;
	left: 10px;
	font-family:  Helvetica, Georgia;
	border-left: 1px dotted lightgrey;
}

#content h3
{
	clear: both;
	border-bottom: 1px solid #BCE27F;
	font-size: 14px;
	font-family:  Helvetica, Georgia;
	left:0px;
    whitespace: nowrap;
    padding: 0;
}

#content img
{
	display: inline;
	float: left;
	margin: 5px;
	border-width: 0px;
}

#content a
{
	text-decoration: none;
	color: #88AA77;
	border-bottom: 1px dashed #88AA77;
}


#sidenote
{
	left:0px;
	width: 200px; 
	padding: 2px;
}

#sidenote h3
{
	margin-top:40px;
	border-bottom: 1px solid #BCE27F;
	font-size: 14px;
	color:  #88AA77;
	font-family:  Helvetica, Georgia;
}


#nav
{
	left:0px;
	width: 200px; 
	padding: 2px;
	margin:0px;
}


#nav h3
{
	border-bottom: 1px solid #BCE27F;
	font-size: 14px;
	font-family:  Helvetica, Georgia;
	color: #88AA77;
}
#nav li
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

#nav ul
{
	margin:0px;
	padding:0px;
}

#nav li a
{
	text-decoration: none;
	color: black;
	font-size: 15px;
	font-weight: bold;
	font-family:  Helvetica, Georgia;
	color: #88AA11;
}

#nav li a:hover
{
	border-bottom: 1px dashed #88AA77;
	color: #000000;
}

#nav li a.on
{
	border-bottom: 1px dashed #88AA77;
}



#header 
{ 
  height: 105px;
  background: url(../images/banner4.gif) no-repeat top center;
	background-color: #94bd5e;
	padding: 5px;
	vertical-align:bottom;
	text-align:center;
	line-height: 60px; 
	width: 762px;
	margin-top:10px;
}  


#header img
{ 
	padding:2px;
	border:  #FFFFcc solid 2px;
	margin-top:60px;

}  







input
{
	border-style: solid;
	border-width: 1px;
	font-family: Verdana;
	font-size: 10px;
	border-color: #88AA77;
	background-color: #FFFFFF;
}

#footer
{ 
	clear: both;
	text-align: left;
	padding-top: 20px; 
	color: #BCE27F;
}

#footer a
{
	color: #BCE27F;
	text-decoration: none;
}