@charset "utf-8";

body
{
	font: 75%/150% normal "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	font-weight:100;
	background: #FFFFFF;
	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;
}

blockquote
{
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}

a
{
	color: #293304;
}

#container
{
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#top_header
{
	background-image: url(../images/slogan.gif);
	background-color: #89AB0E;
	height: 61px;
	text-align: left;
	background-repeat: no-repeat;
}

#bottom_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. */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 112px;
	background-color: #FFFFFF;
}

#sidebar
{
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D1E391;
	padding-top: 0px;
	padding-bottom: 15px;
}

#sidebar h3
{
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
}

#sidebar p
{
	margin-top:0px;
}

#sidebar .item
{
	padding-left: 20px;
	padding-right: 10px;
	padding-top:0px;
}

#navList
{
	list-style-type: none;
	margin: 0px;
}

#navList li
{
	background-color:#D1E391;
	padding-left:20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin:0px;
	line-height: 18px;
}

#navList li.sublink
{
	padding-left:40px;
	background-color: #E7F0C8;
	padding-top: 0px;
	padding-bottom: 0px;
}

#navList li.heading
{
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
}

#navList li.current
{
	padding-left:20px;
	background-color:#F1F1F1;
	background-image:
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 0px;
	padding-bottom: 0px;
	
}

#navList li.separator
{
	background-color: #68820B;
	font-size: 2px;
	margin-top: 4px;
}

#navList li a { text-decoration: none; }

#navList li a:hover { text-decoration: underline; }

#breadcrumbs
{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D1E391;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
}

#breadcrumbs a { text-decoration: none; }

#breadcrumbs a:hover { text-decoration: underline; }

#mainContent
{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: normal;
	}

#mainContent h1
{
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D1E391;
	padding-top: 5px;
	padding-bottom: 0px;
}

#mainContent h2
{
	font-size: 100%;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 0px;
}

#footer
{
	background:#DDDDDD;
	padding: 10px;
}

#footer span
{
	width: 500px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 97%;
}

.floatRight
{ /* 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;
}

.floatLeft
{ /* 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;
}

.callout_box
{
	font-size:7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #D1E391;
}

#calendar
{
	border: thin solid #D1E391;
	width:140px;
}

#calendar .forward { text-align:center; }

#calendar .back { text-align:center; }

#calendar td
{
	width:20px;
	height:15px;
	font-size:7pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	text-align:center;
}

#calendar td a
{
	text-decoration:none;
	color: #566B09;
}

#calendar td a:hover { text-decoration:underline; }

#calendar .month
{
	text-align:center;
	width:auto;
}

#calendar .currentMonthDateHasEvent
{
	background-color: #D1E391;
	font-weight: bold;
}

#calendar .currentMonthDateHasNoEvent { background-color: #E7F0C8; }

#calendar .otherMonthDateHasEvent { font-weight: bold;}

#calendar .otherMonthDateHasNoEvent { background-color: #f1f1f1; }

ul
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: square;
	list-style-position: outside;
}

ul li { }

ul.eventsList li .register
{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-left: 10px;
}

ul.eventsList li .date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #68820B;
	display: block;
	margin-top: 8px;
	list-style-type: none;
	}

 .date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #68820B;
	display: block;
	margin-top: 8px;
	list-style-type: none;
}
.logout
{ 
	float: right;
	margin-right: 20px;
}
