body {
/*		 background-color: #f8f8f8; */
         background-color: #ffffff;
		 font-family: arial, verdana, sans-serif;
		 font-size: 14px;
		 margin: 0;
		 padding: 0;
}

#topbar {
        margin-left: 10px;
        background-color: #ffffff;
        height: 150px;
		}
		

#contentarea {

				margin-right: 10px;
				margin-left: 220px;
                text-align: justify;				
              }
		
		
#leftsidemenu {
             margin-left: 10px;
			 float: left;
             width: 180px;
}

#copyright {
			clear: both;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen {
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowgreen.gif) 100% 0;
    height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover {
	color: #26370A;
	background-position: 100% -32px;
}

.arrowgreen li a.selected {
	color: #26370A;
	background-position: 100% -64px;
}		

/* Contact Us Form */

#contactform {
font-size: .9em;
}

#contactform .label {
float: left;
width: 170px;
margin-right: 10px;
text-align: right;
font-weight: bold;
}

input#contactus {
	margin-left: 180px;
	background-color: #5e7830;
	color: #FFFFFF;
	font-weight: bold;
    font-family: arial, verdana, sans-serif;
}

input#visitorname, input#visitoremailaddress, textarea#visitormessage, input#randomchallenge {
background-color: #E2E2E2;
font-family: arial, verdana, sans-serif;
font-size: 1em;
width: 300px;
margin-top: -2px;
}

input#randomchallenge:focus,
input#visitorname:focus,
input#visitoremailaddress:focus,
textarea#visitormessage:focus
{
	background-color: #CBD7B7;
}

A:link {
	color: #000080;
    font-family: arial, verdana, sans-serif;	
	font-size: 14px;
    text-decoration: underline;
	font-weight: bold;
}
A:active {
	color: #000080;
    font-family: arial, verdana, sans-serif;	
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
A:visited {
	color: #000080;
    font-family: arial, verdana, sans-serif;	
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;	
}
A:hover {
	color: #ff9932;
    font-family: arial, verdana, sans-serif;	
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;	
}

