body {
	background-color: #559348;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	margin-top:20px;
	font-family: Arial, Helvetica, sans-serif;}

/*The outer-most table that determines the width of the conent*/
#wrapper {
	border: 1px solid white;
	margin: 0 auto 0 auto;
	width: 750px;
	}
	
/*The table inside the wrapper:*/
#maincontenttable{
	width: 720px;
	border: 1px solid #013301;
	margin: 15px 15px 15px 15px;
	}
.maincontentcell {
	background-color: #F1F1E4;
			}

#contactform{
	border: 1px solid #cccccc;
	margin: 10px;
	padding: 10px;
	width: 450px;}

p, td, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #001a00;
	}
.text, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #001a00;
	text-align: left;
	line-height: 125%;
	}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding: 5px;
	margin: 0px;
	}
.small {
	font-size: 10px;}
	
a:link {
	color: #001a00;
	text-decoration: underline;
}

a:visited {
	color: #005E00;
	text-decoration: underline;
		}

a:hover {
	text-decoration: underline;
	color:#559348;}
	
td.sidebarright{
	width: 200px;
	margin: 20px;
	}
	
.sidebartext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #001a00;
	}
h2.sidebartext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: green;
	padding-top: 5px;
	padding-bottom: 10px;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ff6800;
	margin: 0;
	padding: 0;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #006600;
	}

/*Styles that place images and put a border around them:*/
.imageborder {
	padding: 1px;
	margin: 0;
	border: 1px solid #003300;
	font-size: 10px;
	text-align: center;
	}
	
.imageborderright {
	float: right;
	padding: 1px;
	margin: 0 0 5px 20px;
	border: 1px solid #003300;
	font-size: 10px;
	text-align: center;}

.imageborderleft {
	float: left;
	padding: 1px;
	margin: 0 20px 5px 0;
	border: thin solid #003300;
	font-size: 10px;
	text-align: center;}
	
.pagetitlebackground {
	background-color:#243d1f;
}
.pagetitle {
	font-family: "Times New Roman", Times, serif;
/*	color: #243d1f;*/
	color: #ffffff;
	font-size: 30px;
	font-weight: normal;
	padding: 0px 0px 0px 20px;}

/*This is the main navbar that is 'floating' next to the pagetitle*/
#navbarmain {
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	background: #243d1f;
	position: relative;
	top: -20px;
	left: 20px;
	width: 300px;
	padding: 8px;
	border-top: 1px solid white;
		border-right: 2px solid black;
			border-bottom: 2px solid black;
				border-left: 1px solid white;
	visibility: visible;
}	
	
.navbarmain a:link {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	padding: 5px 0 0 0;
	text-decoration: none;
	}
.navbarmain a:visited {
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	padding: 5px 0 0 0;
	text-decoration: none;
	}
.navbarmain a:hover{
	color: #00ff00;
	font-weight: normal;
	text-align: center;
	padding: 5px 0 0 0;
	text-decoration: none;
	}
	
.navbarbottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	margin: 0px;
	background-color: #F1F1E4;
/*		background-color: #003300;*/
	}
	
.navbarbottom a:link {
	text-decoration: underline;
	color: #003300;}

.navbarbottom a:visited {
	text-decoration: none;
	color: #003300;}

.navbarbottom a:hover {
	text-decoration: underline;
	color: #559348;
	}
/* The copyright is inside the footer */
#footer{
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #001a00;
	font-size: 11px;
	text-align: center;
	padding: 7px;
	background-color: ;
}
.copyright a:link {
	color: #001a00;
	text-decoration: underline;
}

.copyright a:visited {
	color: #005E00;
	text-decoration: underline;
}

.copyright a:hover {
	color: #00ff00;
	text-decoration: underline;
}
