/* set page background to white and text to very dark gray
* html is included because this is the root element for
* pages served as application/xhtml+xml */
html, body {
color:#373737
margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	top: 0px;
	margin-top: 0px;
	background-color: #cccc99;
}
/* set width of wrapper to same width as title image
* no top or bottom margin
* auto on both sides will center wrapper in modern browsers */
#wrapper {
	width: 750px;
	margin: 0 auto;
	top: 0px;
	background-image: url(/images/Light-Cream-BG.png);
	background-repeat: repeat-y;
}
#header {
	background-image: url(/images/Oliveheader-Image.png);
	background-repeat: no-repeat;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666633;
	height: 80px;
	width: 750px;
}
#header-toplink {
	width: 55%;
	height: 34px;
	margin: -10px 5px 5px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	top: -20px;
}
#header-toplink-linkbox {
	border: thin solid #660000;
	width: auto;
	top: 0px;
	overflow: hidden;
	clip: rect(0px,0px,0px,0px);
	height: 34px;
	vertical-align: top;
	position: static;
}
#maincontent {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #666633;
	width: 744px;
	height: 100%;
}
#maincontent-left {
	width: 70%;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 5px;
	height: auto;
}
#maincontent-right {
	float: right;
	width: 25%;
	margin: 5px;
	padding: 0px;
}
#maincontent .h1 {
	margin-left: 0px;
}
#sidebar-right {
	width: 160px;
	padding-right: 10px;
	float: right;
	right: 10px;
	z-index: 5;
}
#footer {
	width: 750px;
	height: 40px;
	background-image: url(/images/Olivefooter-Image.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
}
#footer p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
#left-textarea {
	width: 550px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
