/* Main Styles */

html, body {
	font:11px Arial, Helvetica, sans-serif;
	color: #004637;
	line-height:16px;
	background-color: #e5e5e5;
	/* text-align:left; */
	margin: 0;
	height: 100%; 
	}
	
#wrapper {
  background-color:#FFFFFF;
	display: block;
	text-align:left;
	/* margin: 0 auto; */
	width: 700px;
	/* border: 1px solid #999999; */
	border: 10px solid #ffffff;
	padding-left: 0px;
	min-height:100%;
	height:auto !important;
	height: 100%;
  
}



/*---------- Header ---------*/



#head { 
	padding: 20px 0px 30px 120px;
	}

#logo { 
	float: right;
	width: 120px;
}



/*---------- Main Navigation ---------*/


#nav {
  font:12px Arial, Helvetica, sans-serif;
  margin-left: 120px;
  padding-left: 0px;
  padding-bottom: 25px;
  font-weight: bold;
  color: #004637;
  border-bottom: #004637 1px dotted;
  border-top: #004637 1px  dotted;
  text-decoration: none;
  width:580px;
}


#nav li {
  display: inline-block;
  width:100px;
  padding-top:5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: white;
}
	
#nav a {
text-decoration: none;
}	
	
#nav a:hover {
  text-decoration: underline;
}

.gutter {
  margin-right: 10px;
}

	
/*---------- Left Navigation ---------*/


#leftnav {
  float: left;
  font:12px Arial, Helvetica, sans-serif;
  margin-top: -12px;
  padding-left: 0px;
  font-weight: bold;
  color: #004637;
  text-decoration: none;
  width:100px;
 }
  
#leftnav li {
  display: block;
  width:100px;
  padding-top:7px;
  padding-bottom: 7px;
  border-top: #004637 1px  dotted;
  }

#leftnav li.sub{
  border-top: none;
  padding-left:10px;
  font-weight: normal;
  padding-top: 0px;
 }

#leftnav a {
text-decoration: none;
}	
	
#leftnav a:hover {
  text-decoration: underline;
}


/*---------- Main content ---------*/


#content {
  margin-left: 120px;
  padding-left: 0px;

}

	

/*---------- Footer ---------*/

	
#footer {
  background-color:#FFFFFF;
	display: block;
  padding-left: 0px;
  padding-bottom: 25px;
	margin-top: 40px;
	padding-top: 10px;
  border-top: #004637 1px  dotted;
  width:580px;
	clear: both;

}


/*---------- Misc ---------*/

#content ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	margin-top: -1em;
}

#content li{

}


a:link, a:hover, a:visited {
	color:#004637;
	text-decoration: underline;
}

h1 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font: 14px Arial, Helvetica, sans-serif;
	}

h3 {
	font: 12px Arial, Helvetica, sans-serif;
}

h4 {
	font-weight: bold;
}

.times {
  font: 18px "Times New Roman", Times, serif;
  margin-top: 0px;
}
	
	
img.right {
	float: right;
	margin: 0px 0px 20px 20px;
}

.selected a:link, .selected a:visited {
  color: #3cbb48;

}

img {
  border: none;
}
	

	
