body {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	background-color: #FFF;
	width: 975px;
	
	}
	
#header {
	margin: 0;
	padding: 0;
	width: auto;
	background-color: #FFF;
	height: 130px;
}

.oversight {
	margin: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 5px !important;
	width: 960px!important;
	background-color: #FFF;
	height: 150px !important;
	
	
}

#s3slider {
	width: 950px;
	height: 470px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../scrollREV/home-blank.png);
	
}

#s3sliderContent {
	width: 950px;
	height: 470px;
	position: absolute;
	top: 0;
	margin-left: 0;
}

.s3sliderImage {
	float:left;
	position:relative;
	display:none;
	
}

.s3sliderImage span {
	position:absolute;
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:10px 13px;
	color:#FFF;
	background-color:#000;
	opacity: 0;
    filter: alpha(opacity=0);
	width:924px;
	display:none;
}

.clear {
	clear:both;
}

#contentMain {
	color: #000;
	margin: 0;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 950px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	}
    
.contain {
	background-color: #FFFFFF;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 40px;
	padding: 15px;
	width: 650px !important;
	text-align: left;
	font-size: 11pt;
	float: left;
	-moz-box-shadow: 1px 1px 5px 1px #000;
	-webkit-box-shadow: 1px 1px 5px 1px #000;
	box-shadow: 1px 1px 5px 1px #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 5px;
}	

.contain a {
	color: #447638;
}

a.heading {
	color: #002B76;
}

.right {
	background-color: #1F66A0;
	margin: 0;
	margin-left: 10px;
	padding: 15px;
	width: 220px !important;
	text-align: center;
	font-size: 11pt;
	color: #FFF;
	float: right;
	-moz-box-shadow: 1px 1px 5px 1px #000;
	-webkit-box-shadow: 1px 1px 5px 1px #000;
	box-shadow: 1px 1px 5px 1px #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 5px;
	
}

.right a {
	color: #FFF;
	color: #FFF;
	text-decoration: none;
}

.right a:hover {
	text-decoration:underline;
}

.right2 {
	background-color: #FFF;
	color: #447638;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 15px;
	width: 220px !important;
	text-align: center;
	font-size: 11pt;
	float: right;	
}

#nav{
	list-style: none;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left:5px;
	/* Clear floats */
	float: left;
	width: 100%;
	position:relative;
	z-index:10;
	/* Bring the nav above everything else--uncomment if needed.
	
	*/
	
	
}
#nav li{
	float: left;
	margin-right: 1px;
	position: relative;
	width: 192px;
	
}
#nav a{
	display:block;
	padding:5px;
	color:#fff;
	background:#447638;
	text-decoration:none;
}
#nav a:hover{
	color:#fff;
	background:#92c83e;
	text-decoration:underline;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#nav ul li{
	padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float: none;
	
}
#nav ul a{
	white-space: inherit; /* Stop text wrapping and creating multi-line dropdown items */
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
	background:#365E2D;
	text-decoration:underline;
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	background:#6C982C;
}

ul {
  margin: 0em 0;
  padding: 0;
  }

ul.list {
  margin-top: 1em;
  margin-left: 30px;
  padding: 0;
  }

H1 {
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 17pt;
	}
	
H2 {
	margin: 0;
	margin-bottom: 3px !important;
	font-size: 14pt;
	}
	
H3 {
	margin: 0;
	margin-bottom: 1em;
	font-size: 14pt;
	}
	
H4 {
	margin: 0;
	font-size: 18pt;
	text-decoration: none;
	padding-top: 10px;
	}
    
H5 { margin: 0;
	margin-bottom: 0.5em;
	font-size: 17pt;
	}

H6 {
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 26pt;
	color: #447638;
}

    
p {
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
	text-align: left;
	}
	
	
p.strong {
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
	text-align: center;
	font-size: 12pt;
}
	
hr { border: none 0; 
	border-top: 1px solid #999999;
	height: 1px;
	margin: 0;
	text-align: left;
	}

a img
{
  border:none;
}

#imgRec {
	padding: 10px;
}
