body  {
	color: #333;
	font-family: Arial, Geneva, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	padding-top: 25px;
	height: 100%;
	background: #E8EBF0;
	font-size: 0.75em;
    line-height: 1.4em;
	text-align: center;	

	}
		a
		{
			outline: none;
		}
		
		:focus {
			outline: 0;
		}

	p{
		margin-top: 6px;
		margin-bottom: 6px;
		}
	img{
		border: 0;
	}
	 #container { 
		width: 814px;
		background: #FFFFFF;
		margin: 0 auto;
		border: 1px solid #cfcfcf;
		text-align: left;
	} 
	#headerTop { 
		background: #fff; 
		padding: 0 0px 0 0px;
		height: 36px;
		margin: 0;
		margin-bottom: 0px;
		} 
	#headerTop #date{
		float: left;
		border-bottom: 1px solid #74BE43;
		border-right: 1px solid #cfcfcf;
		height: 25px;
		width: 588px;
		padding-top: 10px;
		padding-left: 10px;
	}
	#headerTop #logo{
		float: right;
		width: 215px;
		border-bottom: 1px solid #fff;
		text-align: right;
		height: 35px;
	}
	 #header { 
		background: #fff; 
		padding: 0 0px 0 5px;/* top right bottom left*/
		min-height: 140px;
	} 
 #header #subnav {
	margin: 0;
	width: 203px;
	height: 100%;
	float: left;
	margin-top: 8px;
}
	#header #mainnav {
		margin: 0;
		width: 195px;
		height: 100%;
		float: left;
		margin-top: 8px;
	}
	#header #pageTitle {
		margin: 0;
		width: 183px;
		height: 100%;
		float: left;
		margin-top: 8px;
	}
	#header #mgmtLead {
		margin-top: -1px;
		width: 205px;
		height: 110px;
		float: right;
		border-left: 1px solid #cfcfcf;
		padding: 40px 0px 0px 10px;/* top right bottom left*/
		border-top: 1px solid #cfcfcf;
	}
 #sidebar1 {
	float: right;
	width: 195px;
	background: #fff;
	padding: 0px 10px 15px 10px;/* top right bottom left*/
	border-left: 1px solid #cfcfcf;
	margin-top: 0;	
	min-height: 400px;
}
	#sidebar1 td {
		background: #fff;
		padding: 15px 10px 5px 0px;
		border-bottom: 1px solid #cfcfcf;
		height: 29px;
		}
 #mainContent { 
	padding: 0px 0px 0 5px;/* top right bottom left*/
	
} 	
	#mainContent #mgmtPhoto { 
		float: left;
		min-height: 185px;
		width: 583px;
		margin-bottom: 10px;
		margin-top: 3px;
		display: none;
		}
		#mainContent #mgmtBio { 
		float: left; 
		height: 190px;
		width: 536px;
		border-top: 1px solid #cfcfcf;
		padding: 10px 23px; /* top+bottom left+right*/ 
		display: none;
		
}  

 #footer { 
	padding: 0;
	background:#fff; 
} 
 #footer p {
	margin: 0;
	padding: 10px 0; /* top+bottom left+right*/ 
}
.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;
}

.borderbottomgreen{
	border-bottom: 1px solid #74BE43;
}
/* FOOTERS*/

td.footer {
	padding: 2px;
	height: 20px;
	font-size: 7pt;
	color: #939598;
	letter-spacing: .15em;
	background-color: #ffffff;
	}
td.footernav {
	padding: 2px;	
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	height: 25px;
	color: #939598;
	letter-spacing: .03em;
	background-color: #ffffff;
	}
 #footer a:link {
	color: #666;
	text-decoration: none;
	font-size: 10px;
	 }
 #footer a:visited {
	color: #666;
	text-decoration: none;
	font-size: 10px;
	 }
 #footer a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	 }
 #footer a:active {
	color: #999;
	text-decoration: none;
	font-size: 10px;
	 }


