body {
	margin:0;
	font-family: arial, helvetica, sans serif;
	font-size: 10pt;
	background-color: #A7BDA8;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
}

p, td, li {
	font-size:10pt;
	text-decoration: none;
	color: #49614A;
}
a:link, a:visited
{
	color:#CC8837;
	text-decoration: underline;
}
a:hover 
{
	color:#333333;
}
.small {font-size:9pt}

.spacer {font-size:5pt}

.content {
	border:1px solid #94ADAD;
	background:#FFFFFF;
	padding:10px
}

a.unpaidmember {
	color:#A7BDA8
}

.currpage {text-decoration:none; color:#4C0082; font-weight:bold; font-size:10pt; letter-spacing:1pt}
.photogallery
{
background-color:#FFFFFF;
}
.photogallery img
{
	border: 2px solid #000000;
	margin: 3px 2px 3px 2px;
}

h2 {
	color:#CC8837;
	font-size:12pt;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.notice {
	color:#FFFFFF;
	font-size:10pt;
}
h3 {
	font-size:11pt;
	color: #000000;
	font-weight: bold;
}
h1 {
	color:#CC8837;
	font-weight:normal;
	font-size:18pt;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

label,input, select {margin-bottom:10px}
label {width: 100px}
label.inline {width:10px; padding-right:10px}
input.inline {margin-bottom:0px}
legend {font-size:9pt; color:#4C0082}

tbody.calendar tr td {height:60px; width:82px; vertical-align:top}
.boxheader_events {
	color:#FFFFFF;
	text-align:left;
	font-weight:bold;
	background:#7F9877;
	font-size: 12pt;
	padding: 0 0 4px 3px;
}
.boxcontents_events {
	border:solid 1px #A7BDA8;
	color: #62775B;
	background-color: #F3F0E4;
	padding-left: 15px;
	padding-right: 12px;
	padding-bottom: 6px;
}
.boxheader_workshops {
	color:#49614A;
	text-align:center;
	font-weight:bold;
	padding-right:3px;
	background-color: #F3F0E4;
	font-size: 12px;
	border-color: #7F9878;
}
.boxcontents_workshops {
	padding:3px;
	border:solid 1px #B197B1;
	background-color: #F3F0E4;
	color: #62775B;
}
.white
{
	color: #FFFFFF;
}
#insetMenu
{
	width: 110px;
	position: relative;
	top: -120px;
	z-index: 50;
	left: 570px;
	height: 120px;
	color: #FFFFFF;
}

thead {font-weight:bold; text-align:center}

.table {text-align:center; border-top:2px solid #C0C0C0}
#banner {
	border-bottom-width: thin;
	border-bottom-color: #333333;
	border-bottom-style: outset;
	border-top-width: medium;
	border-top-color: #333333;
	border-top-style: solid;
	width: 780px;
}
#wrapper {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F3F0E4;
	border-color: #4A644B;
	margin: 0 auto;
	padding: 0;
}
#mainContent {
	margin: 0 305px 10px 6px; /* the right margin on this div element creates the column down the right 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: 4px 5px 7px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 455px;
	background-color: #F3F0E4;
	float: none;
	position: relative;
	top: -116px;	
} 
#mainContent a:link
{
	color:#758F6D;
}
#mainContent a:visited
{
	color:#758F6D;
}
#mainContent a:hover 
{
	text-decoration: underline;
	color: #CC8837;
}
.oneColumn #mainContent {
	margin: 3px 6px 10px 6px; /* the right margin on this div element creates the column down the right 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 5px 7px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 754px;
	background-color: #F3F0E4;
}
#sidebar
{
	float: right; /* since this element is floated, a width must be given */
	width: 277px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 8px;
	background-color: #CC8837;
	position: relative;
	top: -116px;
	margin-top: -4px;
}
#sidebar a:link,a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar a:hover
{
	text-decoration: underline;
	color: #666666;
}
#insetMenu a:link, a:visited
{
	color: #FFFFFF;
	text-decoration: underline;
}
#insetMenu a:hover
{
	color: #666666;
} 
.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;
}
#footer {
	padding: 10px 0 20px 0;
	color: #333333;
	background-color: #A7BDA8;
	text-align: center;
	font-size: 10px;
	clear: both;
	margin: 0 auto;
	position: relative;
	top: -110px;
	width: 790px;
	height: 120px;
	z-index: 50;
} 
#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 */
}
#topMenu {
	background-color: #C4B84E;
	text-align: center;
	width: auto;
	position: relative;
	top: -120px;
	border-bottom-color: #333333;
	height: 34px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.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;
}
#UpcomingMeeting {
	padding: 0 5px 5px 5px;
}
