@charset "utf-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;

	background-color: #8BB95C;
}

.style #container {
	margin: 20px auto;
	padding: 0px;
	width: 800px;
	background-color: #D5D5D5;
	height: 700px;	
	border: 1px;
	border-style:outset;
} 

.style #container #sidebar {
	background: #5BA02C;
	margin: 0;
	height: 600px;
	width: 165px;
	float: left;
	border-right: 15px solid #FFF;
	text-align: center;
	padding-top: 55px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 45px;
}

.style #container #sidebar #navigation {
	margin: 100px auto;
	text-align: right;
	font: 1em Verdana, Geneva, Helvetica, sans-serif;
	line-height: 0.5em;
	
}
.style #container #sidebar h1 {
	font: 1.1em  Verdana, Geneva, Helvetica, sans-serif; 
	line-height: 0.5em;
	text-align: center;
}

.style #container #header {
	background-color: #336600;
	float: left;
	width: 600px;
	height: 180px;
	margin: 0px;
	
} 
.style #container #header #picleft {
	float: left;
	margin: 10px 0px;
	text-align: center;	
}

.style #container #header #picmid {
	float: left;
	margin-top: 10px;
	text-align: center;
	border-left: 7px solid #FFF;
}

.style #container #header #picright {
	float: left;
	margin-top: 10px;
	text-align: center;
	border-left: 7px solid #FFF;
}

.style #container #greyheader {
	float: left;
	background-color: #D5D5D5;
	height: 25px;
	width: 600px;
	line-height: 1.7em;
	text-align: center;
}
.style #container #mainContent {
	float: left;
	width: 600px;
	height: 470px;
	background: #F2F1C4;
}

.style #copyright {
	float: left;
	width: 600px;
	height: 25px;
	margin: 0px;
	background: #F2F1C4;
	font: 0.6em  Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
	visibility: visible;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #960;
}
a:active {
	text-decoration: none;
	color: #F00;
}
a:focus { 
	outline: none;
	color: #C00;
} 
body,td,th {
	color: #000;
	
}
