body { 
	font: 12px/1.3em Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	color: #31351b;
	background-color: #c3ca99; 
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}

img {
	border:0;
	}

a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #476c35;
	}

a:visited { 
	font-weight: bold; 
	color: #476c35;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #E98523;
	}
.link {
	font-weight:bold;
	text-decoration: underline;
	color: #476C35;
	cursor: pointer;
}
p { 
	padding: 2px;
	margin-bottom: 15px;
	text-align: justify;
	}

h1,h2,h3 {
	font-size: larger;
	margin-top: 15px;
	padding: 0px;
	}

h3 { 
	margin-bottom: 0px; 
	color: #6AA14E;
	padding-bottom: 0px;
	}

#container { 
	background: url(test_divide2/left_tread.png),url(test_divide2/right_tread.png);
	background-repeat:repeat-y,repeat-y;
	background-position: left,right;
	background-color: #E8E3B6;
	width: 70%;
	margin-left: 15%;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	}

#pageHeader { 
	width: 95%;
	margin-left:2%;
	height: 210px;
	float: left;
	position: relative;
	}

#knowtogo {
	background: url(test_divide2/class3_divide.png) no-repeat top center;
	width: 95%;
	margin-left:25px;
	margin-top:1%;
	padding-top:5px;
	clear:both;
	}

#knowtogo h3 span {
	padding-bottom: 4px;
	color: #E98523;
	}

#knowtogo ul li{
	padding-top: .8em;
}
.OPRDlogo {
	padding-left:45px;
	vertical-align:text-bottom;
	}

.copyright {
	font-size:11px;
	padding-top:1px;
	padding-bottom: 2px;
	text-align: center;
	}

.boxit {
	border: solid #3b1707;
	}

.footnote {
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 1px;
	clear:both;
	}

.logo_container {
		background-image: url('../images/logo.png' ) no-repeat top left;
		background-position-x: 0%;
		background-position-y: 2%;
		background-size: 246px 138px;
		display: block;
		height: 138px;
		overflow: hidden;
		overflow-x: hidden;
		overflow-y: hidden;
		text-decoration: none;
		text-indent: -500px;
		width: 246px;
		position: absolute;
		z-index: 9999 !important;
		top: 5px;
	}
