body {
	background-color: #333F59;
	text-align: center;
	margin-top: 0px;
}
#wrapper {
	height: 1272px;
	width: 950px;
	margin-top: 0px;
	background-color: #BFC4C0;
}
#wrapper #panel-left hr {
	color: #FFFFCC;
}

#wrapper #header {
	height: 200px;
	width: 100%;
	text-align: right;
}
#wrapper #header a {
	text-decoration: none;
}
#wrapper #header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #topnav {
	height: 40px;
	width: 100%;
	background-color: #997F00;
	background-image: url(../images/bg-topnav.png);
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #997F00;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #995900;
}
#wrapper #topnav a {
	margin-right: 10px;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
#wrapper #topnav a:hover {
	margin-right: 10px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
#wrapper #panel-left {
	float: left;
	height: 1010px;
	width: 255px;
	padding: 10px;
	text-align: left;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image: url(../images/pinstripe_bg_dark.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #990000;
}
#wrapper #panel-left a {
	color: #FFFFCC;
}
#wrapper #panel-left a.current {
	color: #990000;
}
#wrapper #panel-left h1 {
	font-size: 10pt;
	color: #333333;
}
#wrapper #panel-left h2 {
	font-size: 9pt;
	color: #333F59;
}
#wrapper #panel-right {
	height: 1010px;
	width: 654px;
	float: right;
	color: #333F59;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	background-image: url(../images/pinstripe_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}
#wrapper #panel-right a {
	color: #333F59;
}
#wrapper #panel-right h1 {
	color: #333333;
	font-size: 14pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wrapper #panel-right h2 {

	color: #666666;
	font-size: 12pt;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#wrapper #panel-right p {
	margin-top: 0px;
}
#wrapper #panel-right ul {
	text-align: left;
}
#wrapper #panel-right hr {
	color: #333F59;
}
#wrapper #panel-right #updated {
	font-style: italic;
	text-align: right;
}
#footer {
	background-color: #333F59;
	height: 20px;
	width: 950px;
	top: 950px;
	color: #666666;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer .align-left {
	text-align: left;
	float: left;
}
#footer .align-right {
	text-align: right;
	float: right;
}

