/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #470d11;
	margin: 5px;
	padding: 0;
	background-repeat: repeat-x;
}
#masthead {
	color: #000000;
	padding: 0px;
	margin: 0;
	background-color: #c6944b;
	height: 280px;
}
#wrapper {
	width: 911px;
	margin: 0 auto;
}
#column_wrapper {
	background-repeat: repeat-y;
	background-image: url(OH2col.gif);
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 620px;
	float: left;
}
#right {
	width: 291px;
	float: left;
}
#left .content {
	padding: 2px 15px 0px 15px;
	font-size: 11pt;
	line-height: 1.5em;
}
#right .content {
	padding: 0px 5px;
	font-size: 0.75em;
	line-height: 1.0em;
}
#masthead .content {
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #000000;
	background-color: #c6944b;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #990000;
	text-decoration: none;
}
#left a:visited {
	color: #333333;
	text-decoration: none;
}
#left a:hover {
	color: #C6944B;
	text-decoration: none;
}
#right a:link {
	color: #990000;
	text-decoration: none;
}
#right a:visited {
	color: #333333;
	text-decoration: none;
}
#right a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #470D11;
	text-decoration: none;
}
#footer a:visited {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
	text-decoration: none;
}
h1 {
	font-size: 16pt;
	margin: 0;
}
h2 {
	font-size: 14pt;
	margin: 15px 0 0 0;
	color: #990000;
}
h3 {
	font-size: 12pt;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 11pt;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

