@charset "utf-8";
body  {
	font: 14px "Trebuchet MS";
	background: #ddd1b4;
	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: #666;
}
#container {
	width: 820px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	
} 
#container #getset {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	padding: 10px 5px 5px 40px;
	background-color: #ddd1b4;
}

#header {
	padding: 0;  /* 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. */
	height: 209px;
	width: 820px;
	background-color: #14554f;
	background-image: url(images/lfttop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	} 
#headerleft  {
	float: left;
	width: 165px;
	background-image: url(images/lfttop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 209px;
}

#header  a:link   {
	font-family: "Arial Black";
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
}
#header  a:visited   {
	color: #FFFFFF;
}
#header  a:hover   {
	color: #FFCC00;
	text-decoration: underline;
}

/*for list of bd members on association page */
.style6 {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 10px;
}
 
#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 */
}
blockquote p {
	font: italic 14px/18px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin-left: 0px;
	padding: 0px;
	display: block;
	width: 100px;
}
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
}

.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #333333;
	position: relative;
	left: 40px;
	top: 10px;
	width: 350px;
}
.source/* for header quote */
  {
	text-align:right;
	font-style: normal;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 12px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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 */
	background: #14554f;
	margin-left: 0px;
	height: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContent {
	padding: 0 20px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 180px;
} 
#mainContent h4 {
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}





#container #mainContent a:link {
	color: #006633;
}
#container #mainContent a:visited {
	color: #006633;
}
#container #mainContent a:hover {
	color: #FF0000;
}

#container #mainContent ul {
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 5px;
	list-style-type: none;
	list-style-image: none;
}
.style #container #mainContent ol {
	margin-top: 5px;
	margin-left: 5px;
	list-style-position: inside;
	list-style-type: decimal;
}
.style #container #mainContent ol li {
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 20px;
	color: #333;
	list-style-position: outside;
	list-style-type: decimal;
}
#mainContent faq {
	padding: 5px;
}
#mainContent     dt   {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
}
#mainContent   dd  {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 20px;
}



#container #mainContent ul li {
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	padding-left: 25px;
	list-style-image: none;
	list-style-position: outside;
}

.style #container #mainContent h1 {
	font-family: Georgia;
	font-size: 24px;
	line-height: 30px;
	color: #006132;
}
#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #006132;
}


#mainContent p {
	line-height: 22px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #666;
}

#footer {
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDD1b4;
} 
.style #container #footer a:link {
	font-family: Tahoma;
	color: #14554f;
	text-decoration: none;
}

.style #container #footer a:visited {
	text-decoration: none;
	color: #14554f;
	font-family: Tahoma;
}
.style #container #footer a:hover {
	color: #942923;
	font-weight: bold;
	font-family: Tahoma;
}
.style2 {
	font-size: 10px;
	line-height: 14px;
}
.style5 {color: #CC0000}


.currentpage {
	font-weight: bolder;
	color: #14554f;
	font-variant: small-caps;
}

#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 */
}



.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;
}

.fltlft1 { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-left: 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;
}

