﻿/*
<div id="wrapper">
    <div id="topmenu"></div>
    <div id="banner"></div>
    <div id="main">
	    <div id="sidebar">
		    <div id="sidebar-top"></div>
		    <div id="event-calendar"></div>
		    <div id="sidebar-bottom"></div>
	    </div>
	    <div id="content" style=""></div>
    </div>
    <div id="footer">This here be the FOOTER div.</div>
</div>
*/

/* NOTE: to adjust the length of the page, change the height values for the sidebar and content sections */

body 
{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10pt;
		background: url(../images/bkgr1.gif);
		background-repeat: repeat;
		}

a{ font-weight:bold; }
a:link { color: White; }
a:visited { color: White; }
a:hover { color: Yellow; }
a:active { color: Yellow; }

#wrapper
{
	width: 1000px; position:relative; margin: 0px auto; background-color: white;
	}

#topmenu
{
	background-color: #26522f; padding-left: 9px; padding-top: 9px; height: 45px;
	}

#banner
{
	margin-top: 3px; height: 160px; background-color: #83a58a
	}

#main
{
	 margin-top: 3px; background-color: white; height: 846px;
	}

#sidebar
{
	 width: 220px; float: left; background-color: #83a58a; margin-right: 3px; height: 846px;
	}

#sidebar .sidebar_label
{
	text-align:left; background-color: #26522f; color: White; font-weight: bold; height: 30px; padding-left:9px; padding-top:9px;
	}

#sidebar-top
{
	height: 284px
	}

#event-calendar
{
	height: 284px
	}

#sidebar-bottom
{
	height: 284px
	}

#content
{
	 OVERFLOW: scroll; WIDTH: 768px; background-color: #c2d7c8; padding-left: 9px; padding-top: 9px; height: 843px;
	}

#content a{ font-weight:bold; }
#content a:link { color: Teal; }
#content a:visited { color: Teal; }
#content a:hover { color: Yellow; }
#content a:active { color: Yellow; }



#footer
{
	 clear: both;  margin-top: 3px; height: 80px; background-color: #26522f;
	 color: White;
	}
	
/* Page Elements */
/* ============= */
.NewsGridTitle
{
	color: White;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	background-color: #26522f;
	}

.EventsGridTitle
{
	color: White;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	background-color: #26522f;
	}