body {
	background: #336600;
	text-align: center;  /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0.5em 0 0.5em 0;  /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 125%;
}
p{
	margin: 0 0 0.5em 0;
	font-size: 0.9em;
}

h1, h2, h3, h4, h5, h6 {
	color: #1F2D1C;
	font-size: 1.5em;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
}
h2{
	font-size: 1.2em;
}
h3{
	font-size: 1em;
	text-align: left;
}
h4{
	font-size: 0.8em;
}
h5{
	font-size: 0.7em;
}
h6{
	font-size: 0.6em;
}

h1.module_title_grey {
	line-height:26px;
	padding-left:5px;
	color:#FFF;
	font-family:georgia;
	font-size:12px;
	font-weight:bold;
	background-image: url(../images/module_title_bkg_grey.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 10px;
}
table{
	border-collapse: collapse;
	border: 2px solid #003300;
	/*margin: 0 auto 0.3em auto; */ /* If you want the table to be centred in all browsers then set the left and right margins to auto */
}
caption{
	font-size: 0.9em;
	font-weight: bold;
	color: #1F2D1C;
	padding: 0 0 0.3em 0;
	margin: 0 auto 0 auto;
}
th{
	font-size: 0.8em;
	font-weight: bold;
	color: #1F2D1C;
	background: #FAEE64;
	border: 2px solid #003300;
	padding: 0.3em 0.4em 0.3em 0.4em;
	vertical-align: top;
}
td{
	font-size: 0.8em;
	font-weight: normal;
	border: 2px solid #003300;
	padding: 0.3em;
	vertical-align: top;
}
ul, ol{
	margin: 0.3em 0 0.5em 2.5em;
	padding: 0;
}
li{
	/*font-size: 0.8em;*/
}
ul{
	list-style: square outside;
}

ol{
	list-style: decimal outside;
}
li li{
	font-size: 100%;
}
ul ul, ol ol{
	margin: 0.2em 0 0.1em 1.5em;
	list-style: disc outside;
}
ol ol{
	list-style: lower-roman outside;
}
ul ul ul{
	list-style: circle outside;
}
ol ol ol{
	list-style: circle outside;
}
.defaultimgleft{
	float: left;
}
.defaultimgright{
	float: right;
}
.mainimg{
	margin: 0.4em;
	text-align: center;
}
.mainimg img{
	border: 1px solid #000000;
}
.captionimg{
	font-size: 0.7em;
	color: #4A4A4A;
}
/* Rounded corners */
div.otherlinks{
	width:90%;
}
.Block{
	width:90%;margin-left:auto; margin-right:auto;
	border:none;
}
.Block h2 {
	color: #008000;
}
.Block h3 {
	color: #008000;
}
.Block table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Block table tr td{
	
	padding-right: 1.4em;
	padding-left: 1.4em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color:#daeac5;
}
/* Rounded corners */
#container{
	padding: 0;
	margin: 0 auto 0 auto;
	clear: none;
	width: 750px;
	background: #FAEE64;
	border: 2px solid #003300;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainnav2{
	
	  
	width: 350px;
	
	
	margin: 2% 23%;
	text-align: left;
	color: #1F2D1C;
	
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	
	
	background: transparent url(../images/navbg.gif) repeat-x top left;
}
#mainnav2 a, #mainnav2 a:link, #mainnav2 a:visited, #mainnav2 a:active, #mainnav2 a:hover{
	text-decoration: none;
	margin: 0.5em;
	color: #1F2D1C;
	font-weight: bold;
}
#mainnav2 a:hover{
	
	color: #739E6B;
	font-weight: bold;
}
#content{
	background: #FFFFFF;
	width: auto;
	margin: 0 1em 0 1em;
	padding: 0.5em;
	border-left: 2px solid #003300;
	border-right: 2px solid #003300;
	text-align: justify;
	clear:left; /* because the nav is float left then content needs set free*/
}


#subfeatures_container {
	float: left;
	width: 360px;
}


#subfeatures {
	width: 320px;
	margin-top: 10px;
	margin-left: 20px;
}


.subf_item {
	float: left;
	width: 320px;
	margin-left: 10px;
}
.subf_thumb {
	display: inline;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subf_desc {
	font-size: 11px;
	float: left;
	width: 230px;
}
.subf_desc a {
	font-weight: bold;
	color: #A92626;
	text-decoration: none;
}

#videoplayer {
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-left: 20px;
}

#copyright{
	width: auto;
	padding-top: 0.2em;
	text-align: center;
}
#copyright p{
	font-size: 0.7em;
	margin: 0;
}
#footerbanner{
	margin: 0;
	border-top: 2px solid #003300;
	background: transparent;
	width: 750px;
	height: 50px;
}

/* By the way, this is a comment */
#nav, #nav ul {
	float:left;
	height: 1.5em;
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #FAEE64;
	background-image:url(../images/navbg.gif); background-repeat:repeat-x;
	font-weight: bold;
	text-align:left;
	color: #1F2D1C;
	font-size:16px;
	padding: 0;
	border-top:1px solid #003300;
	border-bottom:1px solid #003300;
	
	margin: 0 0 0em 0;
	
}
#nav_text {
	display: none;
}
#nav a {
	display: block;
	
	border-left:1px solid #003300;
	
	
	width: auto;
	w\idth: auto;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 0.71em;
}


#nav a, #nav a:link, #nav a:visited, #nav a:active, #nav a:hover{
	text-decoration: none;
	margin: 0em; /*make 0.5em to  0em for new menu*/
	color: #1F2D1C;
	font-weight: bold;
	
}
#nav a:hover{
	text-decoration: underline;
	color: #739E6B;
	font-weight: bold;
}


#nav a.daddy {
	background: url(../images/rightarrow2.gif) center right no-repeat;
}
#nav a.daddy2 {
	background: url(../images/downarrow.gif) center right no-repeat;background-position: 98% 50%;
}
#nav li {
	float: left;
	background-image:url(../images/navbg.gif); background-repeat:repeat-x;
	padding: 0;
	
	width: auto;
	

	
	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: auto;
	w\idth: 11.0em;     /* was 9.5em on IE6 Sets the  yellow border width  */
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 0em;
	width: auto;
	border-bottom:1px solid #003300;
	border-right:1px solid #003300;
}

#nav li ul a {
	width: auto;
	w\idth: 9.5em;  /* Sets the size of the submenu   */
}

#nav li ul ul {
	margin: -1.75em 0 0 11.0em; /* Sets the 2end submenu next to the 1st submenu */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
background-image:url(../images/navbg.gif); background-repeat:repeat-x;
}

#nav li:hover, #nav li.hover {
    position: static;  /* fix for IE7 */
}
#title {
	display: none;
}
#map_canvas {
	float: left;
	width: 325px;
	border:1px solid #363942;
	height: 280px;
	}

#banner {
	width: 750px;
	height: 70px;
}
.green {
	color: #008000;
}
.text {
	width:90%;
	font-size: 100%;
	margin-left:auto;
	margin-right:auto;
	background-image: url();
	background-color:#daeac5;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	border-width:thick;
}
.tdpadd {
	padding-right: 1.4em;
	padding-left: 1.4em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
	margin-top: -1px;
}