@charset "utf-8";


body {
	margin: 0px; padding: 0px;
	}

div#container {
	margin: 0px auto 0px auto; 
	text-align: center; 
	width: 1028px;;
	background-color:#F2F2F2;
	background-image: url(images/header_background.png);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #036;	
	z-index:10;
	}

div#container h1 {
	font-size: 1.3em;
	color:#336600;
	}
#container h2 {
	font-size:1.0em;
	color:#000000;
	}
div#container p  {
	font-size:.95em;
	line-height:1.3em;
;
	}
	
div#container a {
	color:#026236;
	}

div#container a:hover {
	color:#00A800;
	}	
div#container li {
	font-size: .95em;
	font-style:normal;
	line-height:1.3em;
	}
	
div#header img {
	margin: 0; padding: 0;
	margin-top:10px;
	}
	
div#flashInsert  {
	background-color:#026236;
  	text-align:center;
	border-style:	groove;
	border-width:5px;
	border-color:#026236;
	margin-right: 6px;
	margin-left: 0px;
	}
	
div#flashInsert p {
	text-align:left;
	}
	
div#flashInsert object  {
	background-color:#99FF33;
	float: right;
	border-style:solid;
	border-width:5px;
	border-color:#CF9;
	margin-bottom: 3px;
	}

	
div#navHorzHeader {
	margin: 0; padding: 0;
	background-color:#F2F2F2;
	text-align:center;
	width: 100%;
	height:52px;
	z-index:12;

	}

ul#navHorz {
	clear:both;
	margin: 0; padding: 0;
	margin-top: 0;
	padding-right:0;
	margin-left: 126px;
	list-style-type: none;
	background:	 #F2F2F2;;
	float: left;
	/* setting the width makes the menu bar stay static and does not wrap. */
	width: 624px;
	}

	

ul#navHorz li {
	display: inline;
	font-style:normal;
	font-weight:bold;
	font-size:13px;
	}
	
ul#navHorz li a:hover  {
	background-color: #026236;
	}
	
ul#navHorz a {
	display: block;
	float: left;
	padding:3px;
	text-decoration: none;
	color: #fff; 
	background: #f2f2f2;
	width: 95px;
	border-right: 2px solid #F2F2F2;
	}
ul#navHorz  a:link, ul#navHorz  a:visited {
	font-size: 120%;
	display: block;
	padding: 5px 0 5px 6px;
	background-color:	#869592;	
	color:#FFF;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	border-right: 2px solid #F2F2F2;
}

div#middleBox {
	margin: 0; padding: 0;
	background:	#DFDFBF;
	margin-left: 120px;
	margin-right: 278px;
    margin-top: 0px; 
	padding: 5px 20px 200px 15px;
	text-align: left;
	border: 1px solid #036;
}
div#middleBox p{
	padding-left:15px;
	padding-right:15px;
	}

div#middleBox h1 {
	text-align: center;
	}

div#contact li{
	list-style:none;
	}
	
div#donate p  {
	font-size:.9em;
	font-weight:bold;
	font-style:italic;
	}
div#donate h1 {
	padding:8px;
	}
	
	
div#rightBox {
	margin: 0; padding: 0;
	text-align:left;
	text-indent: 0px;
	float: right;
	width: 268px;
	}	
	
div#rightBox h1, div#rightBox img{
 	text-align:center;
	}

div#rightBox p{
	padding-right: 2px;
	padding-left: 2px;
	}

div#leftBox {
	width:110px;
	margin: 0; padding: 0;
	clear: both;
	float: left;
	margin-right: 10px;
	text-align: left;
	padding-left:0;
	border-top: 1px solid #036;	
	}

ul#navVert {
	margin: 0; 
	padding: 0;
	padding-left: 0;
	list-style-type:none;
	}

ul#navVert li {
	border-bottom: 1px solid #f2f2f2;
		font-size:12px;
	}
	
ul#navVert li a:hover {
	background-color:#026236;
	color: #fff;
	padding-bottom:4px;
}
	
ul#navVert  a:link, ul#navVert  a:visited {
	font-size: 120%;
	display: block;
	padding: 4px 0 4px 5px;
	border-left:11px solid #026236;
	border-right:1px solid #026236;
	background-color:	#869592;	
	color:#FFF;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
.calendar {
	margin-left:40px;
	}

#caution-tape {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/cautiontape.png) repeat-x scroll 0 0;
height:7px;
width:100%;
}


/************************************************
*	Miscellaneous classes for reuse									*
************************************************/

div#middleBox #right { 
	padding:15px 0 0 0;
	margin: 0 0px 0 0%; 
	text-align:left;
	float:right;
	width:320px;
	
}

div#middleBox #left {
	float: left; 
	width: 45%; /* since this element is floated, a width must be given */
	padding: 15px 0px 0px 0px; 
}

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



	
	

	
