@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 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;
	padding-top: 1em;
}

table 
{ 
	empty-cells: show; 
}

.twoColElsLtHdr #container {
	width: 90%;  /* 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;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #B7C7F3;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	color: #000;
	line-height: 130%;
	margin-bottom: 10px;
} 

.twoColElsLtHdr #header {
	padding: 0.5em;
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: large;
	background-image: url(images/Forest.jpg);
	color: #FFF;
}

.twoColElsLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsLtHdr #sidenavbar {
	float: left;
	width: 12em; /* top and bottom padding create visual space within this div */
}
.twoColElsLtHdr #sidenavbar a {
	color: #000;
	text-decoration: none;
}

.twoColElsLtHdr #sidenavbar a:hover {
	color: #06C;
	text-decoration: none;
}

.twoColElsLtHdr #sidenavbar ul {
	padding: 1em;
	list-style-position: outside;
}

.twoColElsLtHdr #sidenavbar li {
	border-bottom-color: #B7C7F3;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style: none;
	color: #000;
}

.twoColElsLtHdr #sidenavbar h3, .twoColElsLtHdr #sidenavbar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLtHdr #mainContent {
	margin-left: 12em;
	/*max-width: 62em;*/
	border-left: 1px solid #B7C7F3;
	padding-top: 1em;
	padding-bottom: 2em;
	padding-left: 2em;
	padding-right: 2em;
	/*min-height: 26em;*/
} 

.twoColElsLtHdr #footer {
	padding: 0.3em;
	background-color: #B7C7F3;
	font-size: 9px;
}

.twoColElsLtHdr #footer p {
	padding-top: 0;
	margin-top: 1em;
	margin-bottom: 0;
	font-size: 1em;
}

#photofeature {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	color: #211A4C;
	float: right;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
}

.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;
}

.siteTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}

.tableHeading {
	font-size: small;
	font-weight: bold;
	padding-left: 6px;
}

.tableText {
	font-size: small;
}

.tableTextWhite {
	color: #FFF;
	padding-left: 0.3em;
	margin-bottom: 0.1em;
	font-size: small;
}

.pagefooter {
	font-size: 9px;
	background-color: #B7C7F3;
	padding: 4px;
}

ul {
	border: 0; 
	margin: 0; 
	padding: 0;
}

#pagebar {
	margin-right: 3px;
	font-size: small;
	list-style: none;
}
	
#pagebar a {
	text-decoration: none;
}

#pagebar a:visited {
	color: #000;
}

#pagebar a:hover {
	color: #FFF;
	background-color: #0E509E;	
	display:block;
	text-decoration:none;
}

#pagebar li {
	list-style:none;
	display:block;
	float:left;
	margin-right:3px;
	text-align: center;
}

#pagebar .inactive {
	border:solid 1px #DEDEDE;
	color:#888888;
	padding-left: 2px;
	padding-right: 2px;	
}

#pagebar .active {
	border:solid 1px #597EE3;
	color:#000;
	padding-left: 2px;
	padding-right: 2px;
}

