@charset "utf-8";
/* CSS Document */

body  {
	background-color: #c0c0c0;	
}
#container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFF;
} 
.nav {
	list-style-position: inside;
	list-style-type: none;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 140px;
	margin: 0px;
}
#header { 
	background: ;
	height: 227px;
	width: 950px;
	position: relative;
} 
#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 */
	
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFF;
}
#mainContent {
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 910px;
	float: none;
} 
.leftcopy {
	margin: 0px;
	padding: 0px;
	width: 355px;
	float: left;
}
p {
	font-family: "Lucida Sans";
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
}
.contentlist {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	list-style-type: disc;
	line-height: 18px;
}

.rtcopy {
	padding: 0px;
	float: right;
	width: 355px;
	clear: none;
}
h1 {
	font-family: "Lucida Sans";
	font-size: 24px;
	color: #000;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
h3 {
	font-family: "Lucida Sans";
	font-size: 16px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 10px;
}

#footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
} 
#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 */
	font-family: "Lucida Sans";
	font-size: 10px;
	color: #FFF;
}
#donate {
	width: 140px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	text-align: center;
}
h2 {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #000;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.smalltext {
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #000;
}
.headerpic {
	background-image: url(img/waterman.jpg);
	height: 100px;
	width: 200px;
	background-repeat: no-repeat;
	margin-left: 450px;
	margin-top: 10px;
	float: left;
}
.headerpic2 {
	background-image: url(img/straw.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 100px;
	width: 200px;
	margin-top: 10px;
	margin-right: 30px;
	padding: 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;
}
.nav li{
	list-style-position: outside;
	list-style-type: none;
	height: 13px;
	width: 135px;
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	display: block;
	vertical-align: middle;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	text-indent: 5px;
}

.nav li a{
	list-style-position: outside;
	list-style-type: none;
	height: 25px;
	width: 135px;
	padding: 0px;
	font-family: "Lucida Sans";
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin: 0px;
}
.nav li a:hover {
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	height: 25px;
	width: 135px;
	color: #FFF;
	background-color: #d11142;
	padding: 0px;
}
.eventpic {
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.lightbox {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.aboutpic {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}
.form {
	height: 30px;
	text-align: center;
	width: auto;
}

