@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #f2ebdc;
	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;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #B3BF88;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

a {
	color: #000000;	
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

.form {
	font-size: 9px;	
}

#header {
	padding: 0 10px 0 20px;  /* 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. */
	background: #42591e;
	color: #4D6E22;
} 

#logo {
	width: 182px;
	
}
#header h1 {
	margin: -90px 0 0 200px; /* 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: 0 0 50px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #ffffff;
	font-family: arial;
	font-size: 28px;
	display: block;
}

#header h2 {
	margin: -40px 0 0 350px; /* 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: 0 0 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #ffffff;
	font-family: arial;
	font-size: 20px;
}

#nav {
	height: 35px;
	background-image: url(../images/nav-background.jpg)	
}

#nav table {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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: 0;
	margin: 10px 0 0 10px;
}

#box1 {
	border: #999 1px solid;
	background: #ffffff;	
}

#box1 h1 {
	background-color: #42591E;
	font-size: 16px;
	color: #fff;
	font: Helvetica, sans-serif;
	margin: 0;
	padding: 10px;	
}

#box1 h2 {
	font: Arial;
	font-size: 10px;
	padding-left: 20px;
	margin-top: 0px;
}

#box1 p{
	padding: 10px;	
	margin-top: -10px;
	font-size: 12px;
	text-align: center;
}

#box1 a {
	color: #D98825;
	text-decoration: underline;
}

#box1 a:hover {
	color: #42591E;
	text-decoration: underline;
}

#members {
	padding: 0 0 0 15px;
	margin-top: 10px;
}

#box2 {
	border: #999 1px solid;
	background: #ffffff;	
	margin-top: 0;
}

#box2 h1 {
	background-color: #42591E;
	font-size: 16px;
	color: #fff;
	font: Helvetica, sans-serif;
	margin: 0;
	padding: 10px;	
}

#box2 h2 {
	font: Arial;
	font-size: 10px;
	padding-left: 20px;
	margin-top: 0px;
}

#box2 p{
	padding: 10px 0 0px 40px;
	margin-top: -10px;
	margin-bottom: -10px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

#box2 img {
	padding: 10px 0 10px 15px;
}

#box2 a {
	color: #990033;
	text-decoration: underline;
}

#box2 a:hover {
	color: #666666;
	text-decoration: underline;
}

#box2 span{
	font-size: 10px;
	margin-top: 10px;
	padding: 0px 0 20px 40px;
	font-style: italic;
	display: block;
}
#box3 {
	border: #999 1px solid;
	background: #ffffff;	
	margin-top: 10px;
}

#box3 h1 {
	background-color: #42591E;
	font-size: 16px;
	color: #fff;
	font: Helvetica, sans-serif;
	margin: 0;
	padding: 10px;	
}

#box3 h2 {
	font: Arial;
	font-size: 10px;
	padding-left: 20px;
	margin-top: 0px;
}

#box3 p{
	padding: 20px 10px 0px 10px;	
	margin-top: -10px;
	font-size: 12px;
	text-align: center;
}

#box3 img {
	padding: 10px 0 10px 40px;	
}

#box3 a {
	color: #990033;
	text-decoration: underline;
}

#box3 a:hover {
	color: #666666;
	text-decoration: underline;
}

#form {
	margin: 10px 0 0 10px;	
}


#mainContent {
	margin: 10px 10px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#main {
	background: #fff;
	border: #999 solid 1px;
}

#main h1 {
	background-color: #42591E;
	font-size: 16px;
	color: #fff;
	font: Arial;
	margin: 0;
	padding: 10px;	
}

#main h3 {
	margin-top: 10px;
	padding: 10px;
	font-size: 14px;
}
#main span {
	padding: 0 10px;
	margin-top: -20px;
	display: block;
	font-size: 10px;
	font-style: italic;
}

#main h2 {
	font-size: 14px;
	color: #d98825;
	margin-top: 10px;
	margin-bottom: -10px;
}

#main p{
	padding: 0 10px;
	font-size: 12px;
}

#main a {
	color: #d98825;	
}

#main a:hover {
	color: #666;	
}

#photo {
	padding: 10px 0 10px 10px;
	margin-right: 10px;
	width: 232px;
	height: 182px;
	float: right;
}

#membership {
	background-color: #FFF;
	margin-top: 10px;
	border: #999 solid 1px;
}

#membership h1 {
	background-color: #42591E;
	font-size: 16px;
	color: #fff;
	font: Arial;
	margin: 0;
	padding: 10px;	
}

#membership p{
	padding: 0 10px;
	font-size: 12px;
}

#membership a {
	color: #d98825;	
}

#membership a:hover {
	color: #666;	
}

#membership table {
	font-size: 12px;
	margin-left: 10px;
}



#footer {
	padding: 0 10px 0 20px;
} 
#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 */
	text-align: center;
	font-size: 9px;
	color: #666;
}
.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;
}
