html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	width: 100%;
}
body {
	margin:0px;
	padding:0px;
	text-align: center;
	height: 101%;
	width: 100%;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
}
#container {
	height: auto;
	width: 770px;
	position: relative;
	left: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#navMain {
	background-image: url(../_images/sideBg.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	padding: 11px 0px 15px 0px;
	color: #4b4b4b;
	text-align: right;
	font-size: 14px;

}
/* Start Nav */
#navMain a{
	display: block;
	text-decoration: none;
	padding: 4px 35px 4px 0px;
	color: #4b4b4b;
	margin: 0px;
}
#navMain a:hover{
	color: #a10b01;
	background-image: url(../_images/navArrow.gif);
	background-repeat: no-repeat;
	background-position: 148px 8px;
}
/* End  Nav */

#footerMain {
	background-image: url(../_images/footerMainTop.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 10px 0px 0px 35px;
	color:#666666;
}
#headerLogo {
	width: 176px;
}
#headerImage {
	width: 594px;
	background-image: url(../_images/cerProHeader.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	text-align: right;
}
#footerCopyright {
	background-image: url(../_images/footerCopyRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 51px;
	vertical-align: top;
	text-align: right;
	padding: 10px 35px 0px 0px;
	color: #999999;
	font-size: 10px;
}
#contentMain {
	vertical-align: top;
	padding: 15px 15px 15px 15px;
	color: #666666;
}
#contentMain h1 {
	font-size: 15px;
	color: #4B4B4B;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#headerImage p {
	padding-right: 15px;
	padding-bottom: 15px;
	font-size: 11px;
	color: #666666;
	margin: 0px;
}
#contentMain h2 {
	color: #A10B01;
	font-weight: normal;
	font-size: 14px;
}
.imageFloatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: solid #666666 1px;
	margin-top: 5px;
}
.imageFloatRightNoBdr {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.imageFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: solid #666666 1px;
	margin-top: 5px;
}
#contentMain a {
	color: #107398;
	text-decoration: none;
}
#contentMain a:hover {
	text-decoration: underline;
}
#footerMain a {
	color:#333333;
	text-decoration: none;
}
#footerMain a:hover {
	text-decoration: underline;
}
.homePageImage {
	border: 1px solid #a10b01;
	float: left;
	margin-right: 10px;
}
#orangeForestLogo {
	padding-top: 0px;
	float: right;
}
.smallText {
	font-size: 10px;
}
