body {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000000;
	background: #F1F5F8;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
h1 {
	font-size: 1.2em;
	color: #006633;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
}
h2 {
	font-size: 1em;
	font-weight: 300;
	color: #B2D0C1;}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #003366;}

/* holder styles */
#holder {
	width: 759px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #B2D0C1;
	background-color: #FFFFFF;
}
#holder2 {
	width: 759px;
	text-align: right;
	color: #999999;
	font-size: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 5px;

}
/* header styles */
#header {
	height:100px;
	background: url(panoramic3.jpg) no-repeat;
}
#logo {
	float: left;
	text-align: center;
	width: 130px;
}
#logoR {
	float: right;
	text-align: center;
	width: 130px;
}
#headergraphic {
	float: right;
	padding: 40px 12px 10px 10px;
}
#headergraphic h1 {
	font-size: 1.2em;
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
}
#navheader {
	background: #66A384;
	height:23px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 140px;
}
#navboth {
	background: #C4D4E2;
	height:28px;
}
.callout {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 10px;
}

/* navigation styles */
#nav {
	width: 110px;
	float: left;
	padding: 15px 5px 15px 15px; /* side padding is added to total width above for a 160px "real total" */
	font-size: 100%;
	clear: left;
}

/* content styles */
#content {
	margin: 0 165px 0 140px;
	padding: 0px 15px 15px;
	font-size: 80%;
}
#content p {
	line-height: 130%;
}

/* third column styles */
#news {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 160px;
}
#news p {
	color: #09016C; /* third column has a dark color so font must be light for contrast */
	font-size: 80%;
}

/* footer styles */
#footer {
	font-size: 80%;  /* This background color covers the faux column effect that spans the entire holder div */
	text-align: right;
	border-top: 2px solid #66A384;
	padding: 5px 10px 10px;
	font-weight: bold;
}
.green {
	color: #66A384;
	font-size: 16px;
}

#footer a:link { 
	color: #736B5E;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited { 
	color: #666;
}
#footer a:hover, #footer a:active, #footer a:focus {  
	color: #333;
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#content ul {
	color: #006633;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	line-height: 1.4em;
	}
#content li {
	margin-bottom: 0.5em;

}
.blueborder {
	border: 1px solid #C4D4E2;
}
#navcontact {
	font-size: 0.75em;
	margin-top: 20px;

}
#navcontact ul{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}
#navcontact li{
margin-bottom:10px;
}
#navcontact a {
	display: block;
	padding: 2px 2px 2px 10px;
	width: 130px;
	line-height: 1.8em;
	background-color: #66A384;
	color: #FFFFFF;
	text-decoration: none;
}
#navcontact a:hover, #navcontact a:active, #navcontact a:focus {
	letter-spacing: 0.01px;
	text-decoration: none;
		background-color: #FFCC00;
	color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #66A384;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #66A384;
}
.orange {
	background: #FFCC00;
}
