body {
	background-color:#A6BF79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}

#container {
	text-align: left;
	width: 717px;
	height: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a {
	font-size:12px;
}
p {
	margin: 15px 0px;
}
.clear {
    clear:both;
}
/* Header */
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(../assets/header.jpg);
	width:717px;
	height:98px;
	position:relative;
}
#header ul {
	background-color:#A6BF79;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	top:104px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
	left: 0px;
	font-size: 10px;
}
#header li {
	display:inline;	
}
#header ul a {
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover {
	text-decoration:underline;
	color:#006699;
}
/*Content */
#content {
	background-image:url(../assets/content_bg.gif);
	width:717px;
}
img {
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85A157;
	font-size:14px;
	width:200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#maincontent {
	float:left;
	width:695px;
	margin-left:10px;
	display:inline;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#maincontent a {
    color:#28556B;
}
#maincontent a:hover {
    color:#C77E0C;
}
#news {
	float:right;
	width:180px;
	margin-top:10px;
	border-left: #FFF 2px solid;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 380px;
}
#news a {
	color:#C77E0C;
}
#news a:hover {
	color:#85A157;
}
/* Class Styles */

.fltlft {
	float: left; 
	margin-right: 8px; 
}
.fltrt {
	float: right; 
	margin-left: 8px; 
}
.clearfloat {
	font-size: 1px; 
	line-height: 0px; 
	clear: both; 
	height: 0px; 
}
.bodyText {
	font:12px/20px Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:0px;
}
.pageName{
	font: 18px/24px Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
	letter-spacing:0.2em;
}
.subHeader {
	font:bold 10px/16px Geneva, Arial, Helvetica, sans-serif;
	color: #003333;
	letter-spacing:0.2em;
}
.quote {
	font: 14px/18px Geneva, Arial, Helvetica, sans-serif;
	color: #003333;
}
.quotesmall {
	font: bold 12px/18px Geneva, Arial, Helvetica, sans-serif;
	color: #003333;
	font:bold;
}
.quotealt {
	color: #000031;
	line-height:18px;
	font:bold;
	font-size: 14px;
	font-weight: bold;
}
.smallText {
	font: 10px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
.navText {
	font: bold 12px/14px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing:0.1em;
	text-decoration: none;
}
/*Footer */
#footerline {
	clear:both;
	background-image:url(../assets/footer_bg.gif);
	font-size:1px;
	height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer ul {
  text-align: center;  /* Centers all the text in the footer div */
  margin: 10px 0px; /* Adds 5 pixels of space above and below the footer list, and 0 pixels of space to the right and left of the list */
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	margin: 5px; 
	font-size: 90%; /* Sets the font size to 90% of the user's browser preference, */
	color: #000000; /* Sets the text colour of the links */
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #0000FF; /* Sets the background colour */
	text-decoration: none; /* Removes the underlines from links */
}
.OSM {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	margin: 3em;
}
.OSM a {
	color:#009;
}
.OSMdir {
	background-color: #dddddd;
	padding: 0.2em 0 0.2em .5em;
	font-weight: bold;
}
.OSMfile {
	margin-left: 3em;
	background: #eee;
	padding: 0 0 0 .5em;
}#nav {
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
