@charset "UTF-8";
body {
	background-image: url(Images/OHC-Background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
}
#Header {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
}
#Logo {
	float: left;
	width: 360px;
}
#TopLinks {
	padding: 5px;
	float: right;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: 55px;
	margin-right: 25px;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.5;
	font-weight: bold;
}
.TopText {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#Main {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#Sidebar {
	padding: 5px;
	float: left;
	width: 250px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #999999;
	text-decoration: none;
}
#Content {
	float: right;
	width: 520px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #666666;
	text-decoration: none;
}
#BottomArea {
	background-image: url(Images/BottomBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #999999;
	height: 500px;
}
#Footer {
	width: 825px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}
.FooterText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 36px;
	color: #055E2E;
	line-height: 40px;
}
h2 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #055E2E;
	line-height: 22px;
}
