@charset "utf-8";

a {
color: #669933;
text-decoration:underline;
}
a:hover {
color:#FF9900;
text-decoration:underline;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #474723;
	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;
}
#poloroid {
	float: right;
	clear: right;
	margin:0 0 5px 5px;
	padding:0;
}
.twoColFixRtHdr #header {
	background: url(images/header.jpg) no-repeat;
	padding-right: 10px;
	padding-left: 20px;
	height: 235px;
	padding-top: 2px;
	border-bottom: #808040 solid 3px;
} 
#header a{
color: #000000;
text-decoration: none;
}
#header a:hover {
color:#FF9900;
text-decoration:underline;
}
#topbar p {
	font-size: 90%;
	color: #FFFFFF;
	padding: 5px 0px 0px;
	margin-top: 2px;
	vertical-align: middle;
}
#bigborder {
padding:5px;
background-color: #E1CA60;
width: 790px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/backgroundboxes.jpg) repeat-y;
	margin: 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. */
} 
.twoColFixRtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerimg {
	padding-left: 197px;
	position: absolute;
	top: 50px;
}

.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	padding: 5px;
	margin-right: 15px;
	background-color: #E1CA60;
	margin-top: 10px;
	margin-left: 15px;
}
#sidebar1 h1 {
	font-size: 90%;
	margin:0;
	background-repeat: no-repeat;
	background-position: left center;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
}
#sidebar1 ul {
margin:0;
padding:0;
}
#nav {
	text-align: center;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 100%;
	margin: -20px -50px 0px 0px;
	padding-bottom: 0px;
	padding-left: 175px;
	padding-right: 0px;
	padding-top: 0px;
	position: absolute;
	top: 173px;
	width: 566px;
	height: 90px;
}

.twoColFixRtHdr #mainContent {
	margin-left: 0px;
	border-left-style: none;
	padding-bottom: 5;
	padding-left: 15px;
	padding-right: 20px;
	margin-top:0;
	padding-top:0;
} 
#mainContent ul li {
	list-style-type: disc;
	display: list-item;
	margin-left: 5px;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	height:110px;
	background-color: #808040;
	font-size: 90%;
	color: #FFFFFF;
	text-align: center;
} 
.twoColFixRtHdr #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 */
	color: #FFFFFF;
	letter-spacing: .1em;
	font-weight: 400;
}
.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;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	text-transform:capitalize;
	color: #E0E0A3;
	font-variant: small-caps;
	background-color: #808040;
	margin-left: 0px;
	margin-top: 5px;
	letter-spacing: 0.1em;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	font-style: italic;
	margin-bottom: -10px;
	padding-bottom:0;
	text-transform: capitalize;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight:bold;
	font-style: italic;
	margin-bottom: -15px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color:#E1CA60;
	}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-weight:bold;
	font-style: italic;
	margin-bottom: -18px;
	padding-top: 2px;
	}
	
	
#sidebar1 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #FFB020;
	font-style: italic;
	font-variant: normal;
	background-color: #666666;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}
.events {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #333333;
	list-style-image: none;
	list-style-type: none;
	padding-left: -20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
p {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 90%;
	color: #333333;
}
.caption {
margin:0;
padding:0;
font-size: 80%
}
.more {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 90%;
	color: #333333;
	list-style-type: none;
}
.quote {
padding-left: 260px;
padding-right:10px;
font-style:italic;
color: #474723;
}
#SignUp {
	padding: 0;
}
#listserve    {
	background-color: #E0E0A3;
	text-align: center;
	text-transform: lowercase;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 100%;
	color: #000000;
	letter-spacing: 0.05em;
	width: 99%;
	padding: 2px;
}
#listserve a{
color: #000000;
text-decoration: none;
}
#listserve a:hover {
color:#808040;
text-decoration:underline;
}
#listserve p {
	margin:0;
	padding:0;
	font-size: 80%;
	line-height:95%;
	letter-spacing: normal;
	word-spacing: normal;
}
#listserve form    {
	margin-top: 0px;
	margin-bottom: 0px;
}
#listserve img {
border:0;
}

#about {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	padding: 5px;
	border-top: thin solid #808040;
	border-right: medium solid #808040;
	border-bottom: medium solid #808040;
	border-left: thin solid #808040;
}
.twoColFixRtHdr #container #about p {
	margin-bottom: 0px;
}
.twoColFixRtHdr #container #about h3 {
	margin-top: -5px;
}

.underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E1CA60;
	margin-right: 2%;
	background-color:#E0E0A3;
}
ul {
	font-size:90%;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	color:#333333;
	list-style-position: outside;
	padding:6px;
}

.aboutlist {
	margin-left: 230px;
	}
	
.navbar1 {
	font-size: 90%;
	color:#666666;
	padding: 0;
	margin-top: 0px;
	}
.navbar2 {
	font-size: 90%;
	color:#666666;
	padding: 0;
	margin-top: 0px;
	text-decoration:none;
	font-weight:bold;
	}

ol {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 90%;
	color: #333333;
	list-style-position: outside;
}

