@charset "ISO-8859-1";
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 2500px;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-y;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CC9900;
	border-left-color: #CC9900;
}
#wrapper #mainBody #yellowBar {
	background-color: #FABF00;
	height: 40px;
	width: 525px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	line-height: 36px;
	color: #0A3C12;
	text-decoration: none;
}
#wrapper #leftCol {
	float: left;
	height: 700px;
	width: 160px;
	text-align: center;
}
#wrapper #leftCol #copyInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 25px;
	color: #FFFFFF;
	padding-right: 20px;
	line-height: 20px;
}
#wrapper #mainBody {
	float: left;
	width: 600px;
	margin-left: 20px;
	height: 2000px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#wrapper #leftCol #menu a, #menu a:link{
	text-align:center;
	color: #FABF00;
	text-decoration: none;
	text-align: center;
	display: block;
	width:155px;
	height:20px;
}

#menu a:hover{
	background-color:#499062;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCFF00;
}

#wrapper #header {
	background-color: #D1DCD0;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #CC9900;
}

