@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/new_bkg.png);
	background-repeat: repeat-y;
	background-position: center;
}
#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #B8BD8C;
	border: 1px double #663300;
	height: auto;
	bottom: auto;
}
#header {
	height: 134px;
	margin-top: 5px;
	width: 770px;
	vertical-align: top;
	text-align: center;
}
#topnav {
	font-size: 12px;
	color: #000000;
	text-align: right;
	height: 20px;
	width: 770px;
	clear: left;
	background-color: #ABB17F;
}
#rightmenu {
	text-align: center;
	clear: left;
	float: right;
	width: 150px;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
	height: auto;
	padding-right: 10px;
	line-height: 16pt;
}

#middlecontent {
	float: right;
	width: 580px;
	height: auto;
}
#leftmenu {
	float: left;
	clear: right;
	width: 150px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	background-image: url(../images/leftmargin_bkg.jpg);
	height: auto;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	text-align: center;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
}
#footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	text-align: center;
	clear: both;
}
a:link {
	color: #006600;
}
a:hover {
	color: #669933;
}
a:active {
	color: #666600;
}
a:visited {
	color: #336600;
}

