@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #063;
	text-align: center;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body  {
	background: #FFC url(../_Images/ground.gif) no-repeat;
	margin: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Comic Sans MS", cursive;
	font-size: 100%;
	float: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
.twoColLiqRtHdr #container {
	width: 900px;  /* this will create a container 80% of the browser width */
	background: #FFF;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	height: auto;
	border-top: #000000;
	border-right: #000000;
	border-bottom: #000000;
	border-left: #000000;
} 
.twoColLiqRtHdr #container #header {
	height: 100px;
	width: auto;
	background: url(../_Images/frog_head.gif) no-repeat;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRtHdr #mainContent {
	margin: 0 20px 0 280px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
} 

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 0px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #FFF;
	height: auto;
	background: #00864A;
}
.twoColLiqRtHdr #container #sidebar2 {
	font-size: 0.75em;
	color: #FF0;
	background: #00864A;
	float: right;
	height: 850px;
	width: 350px;
	padding-left: 15px;
	padding-right: 20px;
	font-weight: bold;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 2em;
	color: #060;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	color: #060;
	text-align: center;
}
h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	color: #FF0;
}
h4 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	background: #009247;
	text-align: center;
	padding: 5px;
	margin-left: 0px;
}
h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: center;
}
p {
	font-size: 1em;
	color: #000;
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 1.5em;
}
h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.5em;
	color: #00864A;
	text-align: center;
	font-weight: bold;
}
.twoColLiqRtHdr #footer {
	background: #007F38;
	height: 75px;
	width: 900px;
	float: none;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.twoColLiqRtHdr #footer h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: center;
}
.menu_button {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	color: #FFF;
	background: #00864A;
	height: auto;
	width: auto;
	padding: 5px;
}
.twoColLiqRtHdr #container #sidebar2 h4 font {
	text-align: left;
}
.hippolink {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	background: #090;
}
