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;
	
	
}

#spread {
	margin: 0;
	padding: 0;
	width: 975px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;	
}

.copy {
	margin: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 10px !important;
	width: 950px!important;
	background-image: url(../scroll/top.png);
	height: inherit !important;
	-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;
	
}

#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: 10px;
	}
    
.container {
	background-color: #FFFFFF;
	margin: 0;
	margin-right: 10px;
	margin-bottom: 40px;
	padding: 15px;
	width: 650px !important;
	text-align: left;
	font-size: 11pt;
	float: left;
	
}	

.container a {
	color: #447638;
	
}


.right {
	background-color: #1F66A0;
	color: #FFF;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 15px;
	width: 220px !important;
	text-align: center;
	font-size: 11pt;
	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;
}

.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;
	
	
}

#footer {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	width: 950px !important;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	height: 140px !important;
	clear: both;
	display: block;
 	position: relative;
	background-image: url(../scroll/footer1.png);
	color:#FFF;
	}
	
#footer a {
	color:#FFF;
}

.end {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 15px;
	padding-bottom: 5px;
	width: 915px !important;
	height: 130px !important;
	-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;
	color: #FFF;
	}

#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%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
	
	
}
#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: 50px;
	padding: 0;
  }
  
ul.list li {
	margin-bottom: 5px;
}

ul.sub {
	margin-top: 0em;
	margin-left: 50px;
	padding: 0;
}

ol.cite {
	margin: 0em 0;
	padding: 0;
	font-size:10px;
  }
  
ol {
	margin: 0em 0;
	padding: 0;

}

H1 {
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 17pt;
	}
	
H2 {
	margin: 0;
	font-size: 14pt;
	text-align: left;
	margin-bottom: 7px;
	}
	
H3 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 1em;
	text-align: left;
	}
	
H4 {
	margin: 0;
	font-size: 12pt;
	text-decoration: none;
	color: #FFF !important;
	}
    
H5 {
	margin: 0;
	margin-bottom: 0.1em;
	font-size: 10pt;
	color: #FFF !important;
	}

H6 {
	margin: 0;
	margin-bottom: 0.5em;
	font-size: 32pt;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 30px;
}

    
p {
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
	text-align: left;
	}
	
p.indent {
	padding: 0;
	margin-left: 50px;
	margin-bottom: 0px;
	text-align: left;
	}

p.deep {
	padding: 0;
	margin-left: 70px;
	margin-bottom: 0px;
	text-align: left;
	}
	
	
hr { 
	border: none 0; 
	border-top: 1px solid #999999;
	height: 1px;
	margin: 0;
	text-align: left;
	}

a img
{
  border:none;
}

#imgRec {
	padding: 10px;
}

#img3 {
	padding-bottom: 15px;
}