body {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a:visited {
	color: #538a95;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	color: #538a95;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #E4491C;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	color: #999999;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: -5px;
	text-align: right;
}
#mainwrap {
	height: 395px;
	width: 700px;
	margin: auto;
}
html>body #mainwrap {
	width: 690px;
}
#leftwrap {
	float: left;
	height: 395px;
	width: 396px;
}
html>body #leftwrap {
	width: 391px;
}
#rightwrap {
	height: 395px;
	width: 300;
	float: right;
	width: 304px;
}
html>body #rightwrap {
	width: 299px;
}
#header {
	clear: both;
	height: 35px;
	margin-bottom: 5px;
}
#maintext {
	height: 185px;
	margin-bottom: 5px;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 0px;
}
#bottom {
	height: auto;
	margin-top: 5px;
}
#bottom #leftbox {
	height: 150px;
	width: auto;
	float: left;
	width: 198px;
}
#bottom #rightbox {
	float: right;
	height: 150px;
	width: 193px;
}
#middlestrip {
	height: 375px;
	width: 94px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
#rightstrip {
	height: auto;
	width: 195px;
	float: right;
}
#rightwrap #righttop {
	height: 155px;
	clear: both;
	width: 195px;
}
#rightwrap #rightbottom {
	height: 155px;
	width: 195px;
}
#menu {
	height: 155px;
	width: 185px;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
}
#menu ul {
	color: #538a95;
	font-weight: bold;
	list-style-type: square;
	padding-left: 15px;
	text-transform: lowercase;
	margin: 0;
}
#menu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 12px;
	line-height: normal;
}
html>body #menu ul li {	
	line-height: 19px;
}
#menu ul li a:hover {
	color: #E4491C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4491C;
}
#menu #current a{
	color: #E4491C;
}
