@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e5ece5 url(images/bk_bar2.jpg) repeat-x left top;
	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;
}
#container {
	width: 840px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
} 
#header img {
	padding-bottom: 12px;
	border-bottom: 1px solid #90AA91;
}

#nav {
	width: 100%;
	margin: 0px auto 5px;
	height: 27px;
	text-align:center;
	position: relative;
	right: 0px;
	padding: 8px 0 0;
	background: #ede4c7 no-repeat;
	background-color: #ede4c7;
} 
#nav ul {
	margin: 0px auto;
	border: 0px;
	list-style-type: none;
	padding: 2px 0px 0px;
	color: #F0F0F0;
} 

#nav li {
	display: inline;
	margin: 0px;
	text-align: center;
	
} 
#nav ul li a:link, #nav a:visited {
	color: #644f2b;
	text-decoration: none;
	margin-left: 8px;
	letter-spacing: 0.1em;
	padding: 8px 8px 0;
	font: normal 80% Georgia, "Times New Roman", Times, serif;
} 

#nav ul li a:hover {
	color: #346633;
	font-weight: normal;
	text-decoration: underline;
} 
/*#current { 

color: #2d63af; 
text-decoration: none; 
}*/ 
#nav ul li#active a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
	border-bottom: 4px solid #FDC40C;
} 


#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: 24px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: normal 1.75em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;
	border-right: 1px solid #90AA91;
}
#sidebar1 img {
	margin: 0px auto 12px;
}
caption {
	font-size: .75%;
	text-align: center;
}
#sidebar1 p {
	font: 80%/1.8em Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: right;
}
#sidebar1 h4 {
	font: normal 80%/1.8em Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
}
#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 20px;
	border-right: 1px solid #90AA91;
	margin-top: 0px;
	text-align: center;
}
#sidebar2 img {
	margin: 0px auto 12px;
}
caption {
	font-size: .75%;
	text-align: center;
}
#sidebar2 p {
	font: 80%/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: right;
}
#sidebar2 h4 {
	font: normal 80%/1.4em Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align: center;
	margin: -4px 0px 0px;
	padding: 0px 0px 8px;
}
#sidenav {
	
	margin: 0px auto;
	text-align:right;
	position: relative;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	font: Georgia, "Times New Roman", Times, serif;
} 
#sidenav ul {
	margin: 0 auto;
	list-style-type: none;
	padding: 8px 0 16px;
	width: 100%;
	
} 

#sidenav li {
	color: #fff4d4;
	letter-spacing: 0.1em;
	display: block;
	margin: 0px;
	padding: 8px 0;
	text-align: right;
	border-bottom: 1px solid #9AB29A;
} 
#sidenav li.nomargin {margin-left: 0;}
#sidenav ul li a:link, #sidenav a:visited {
	color: #356533;
	text-decoration: none;
	letter-spacing: 0.1em;
	padding: 2px 4px 8px 4px;
	font: normal 75% Georgia, "Times New Roman", Times, serif;
} 

#sidenav ul li a:hover {
	color: #241F0C;
	text-decoration: none;
	background: #AEC1AD;
	
} 
/*#current { 

color: #fffffff; 
text-decoration: none; 
}*/ 
#sidenav ul li#active a {
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: normal;
} 

#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
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: 24px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom: 1px solid #90AA91;
}
#mainContent h2 {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#mainContent p {
	font: normal 0.8em/1.8em Georgia, "Times New Roman", Times, serif;
	color: #333;
}

#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 1px solid #90AA91;
	background: #E5ECE5 repeat-x;
} 
#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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 80% Georgia, "Times New Roman", Times, serif;
	color: #356734;
}
.captext {
	font-style: italic;
	text-align: justify;
}
.rightjust {
	text-align: 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;
}
h5 {
	font: normal 0.8em/1.8em Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
h3 {
	font: 100% Verdana, Geneva, sans-serif;
	margin: 0px 0px -12px;
	padding: 0px;
	color: #346532;
}
.greensan {
	font: italic 120% Verdana, Geneva, sans-serif;
	color: #346631;
}
