@charset "utf-8";
body {
	font: 12px Georgia, Times New Roman, Helvetica, sans-serif;
	font color: #555651;
	line-height: 16px;
	background: #b5c2ac;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
}


.oneColElsCtrHdr #container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #528248;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColElsCtrHdr #header {
	height: 130px;
	background-image: url(images/catamounthdr2.jpg);
} 
.oneColElsCtrHdr #headermain {
	height: 160px;
	background-image: url(images/catamounthdr2.jpg);
} 
.oneColElsCtrHdr #navbarmain {
	height: 28px;
	background-color:#4e863d;
} 

.oneColElsCtrHdr #mainContent  {
	padding: 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	color: #000;
}
.oneColElsCtrHdr #footer { 
	padding: 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 11px Georgia, Times New Roman, Helvetica, sans-serif;
	font color: #4e863d;
}

.oneColElsCtrHdr #greenbx  {
	margin: 0; 
	width: 364px;

	font: 11px Georgia, Times New Roman, Helvetica, sans-serif;
	font color: #4e863d;
	background-color: #b5c2ac;
	border: 1px solid #528248;
	float: right;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #006600;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #006600;
}


.solidblockmenu{
margin: 0;
padding: 0;
float: right;
font: bold 11px Georgia;
width: 100%;
border: 1px solid #4e863d;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: right;
color: white;
padding: 5px 9px;
text-decoration: none;
border-left: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}


.solidblockmenu li a:hover{
color: #7b5729;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.h3nospace {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #006600;
	font-weight:600;
}
</style>

[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif].footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}
.footertext {
	color: #768D67;
}

.smalltxt{	font-size: 8px;
				font-family: Georgia, Times New Roman, serif;
				font-size: 11px
			
	
}
.breadcrumbs{	font-size: 8px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px

}.oneColElsCtrHdr #container #mainContent table tr td p .h3nospace strong {
	color: #006600;
}
.oneColElsCtrHdr #container #mainContent table tr td p a {
	font-size: 1em;
}
.green {
	color: #006600;
}
