body {
	background-color: #787440;
	margin-left: 16%;
	margin-top: 0px;
	margin-right: 16%;
	margin-bottom: 25px;
}

#wrapper
{
border: 1px solid #000000;
width: 751px;
}

/*content*/
#content
{
background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
#content p 
{
margin: 0px 0px 0px 6px;
}
#content ul
{
font-size: 14px;
list-style-type: none;
padding: 0px;
margin: 0px 0px 0px 6px;
}
#content ul a
{
text-decoration: none;
color: #000000;
}

#content ul li a.more, #content p a.more, #content br
{
color: #708013;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
padding-right: 10px;
background-image:  url("../images/greenarrow.png");
background-repeat: no-repeat;
background-position: right center;
}
#content img
{
padding-left: 2px;
padding-right: 2px;
}
#content a:hover, #content a:active{text-decoration:underline;}

/*topmenu*/
#topmenu 
{
color: #FFFFFF; 
font-size: 13px; 
font-family: Arial, Helvetica, sans-serif;
background-color: #0A3D7F;
}
#topmenu a
{
color: #FFFFFF; 
font-size: 13px; 
font-family: Arial, Helvetica, sans-serif;
background-color: #0A3D7F;
text-decoration: none;
}
#topmenu a:hover {text-decoration: underline}


/*left column*/
#leftcolumn
{ 
	background-image: url(../images/leftcolumnwlogo.jpg);
	background-repeat: repeat-y;
}

#leftcolumnlinks ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#leftcolumnlinks li
{

margin: 0px 0px 0px 2px; /*the space between the mo and the link*/
padding: 0;
}
#leftcolumnlinks a
{
font-family: Arial, Helvetica, sans-serif;
line-height: 26px; /*space top-bottom between the links*/
color: #000000;
font-size: 14px;
font-weight: bold;
padding: 0px 0px 0px 20px; /*from left side of link to left side of enclosure*/
text-decoration: none;
}
#leftcolumnlinks a.active, #leftcolumnlinks a:hover
{
background-image:  url("../images/arrow.png");
background-repeat: no-repeat;
background-position: 3px 50%; /*the space between the mo image and the left side of screen*/
}

/*rightcolumn*/
#rightcolumn
{
background-image: url(../images/rightcolumn.jpg);
background-repeat: repeat-y;
font-family: Arial, Helvetica, sans-serif;
}
#rightcolumn ul
{
padding: 0px;
margin: 0px 0px 0px 6px;
list-style-type: none;
}
#rightcolumn a, #rightcolumn p
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none;
}
#rightcolumn img
{
padding-left: 0.5em;
padding-right: 0.5em;
}
#rightcolumn a:hover, #rightcolumn a:active{text-decoration:underline;}
/*footer*/
#footer {
	background-color: #0A3D7F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
}



h1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #0A3d7F;
margin: 0px 0px 0px 6px;
padding: 0px;

}

#logo
{
	position: absolute;
	bottom: -47px;
	left: 118px;
	top: 478px;
}

hr
{
padding: 0;
margin: 0;
}
