@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
}
.thrColFixHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
} 

.thrColFixHdr #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. */
	height: 77px;
	width: 100%;
	background-color: #669966;
	overflow: hidden;
	z-index: 1;
	visibility: visible;
}
 

.thrColFixHdr #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 */
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	margin-left: 12px;
	margin-top: 12px;
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px  !important;
/*padding keeps the content of the div away from the edges */
	background: #e7eecc; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #1d5a1b;
	display: inline;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	margin-top: 12px;
	width: 196px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px !important; /* padding keeps the content of the div away from the edges */
	display: inline;
}

.thrColFixHdr #mainContent {
	margin-top: 12px;
	margin-right: 212px;
	margin-bottom: 0;
	margin-left: 182px;
} 

.thrColFixHdr #footer {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 182px;	
}

.thrColFixHdr #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;

}

.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;
}


/************presentation styles*******/

/*sidebar1 styles*/

#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

.currentpage {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-position: left;
	padding-left: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}

.currentpage_heading {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	background-position: left;
	padding-left: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

.currentpage_indent {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	margin-left: 24px;
}


a:link {
	color: #003399;
}


a.nav:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	background-position: left;
	padding-left: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	
}
a.nav:visited {
  color: #006633; 
  text-decoration : none;
  font-weight: normal;
	font-size: 12px;
  background-position: left;
	padding-left: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
  
  }
  
a.nav:hover {
	color: #464696;
	text-decoration : none;
	font-weight: normal;
	font-size:12px;
	background-position: left;
	padding-left: 12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	
  }

/*indented left nav links*/
a.nav2:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-size:12px;
	text-align: left;
	margin-left: 24px;
}

a.nav2:visited {
  color: #333366; 
  text-decoration: none;
  font-weight: normal;
	font-size:12px; 
  text-align: left;
	margin-left: 24px;
  }
  
a.nav2:hover { 
  color: #996699; 
  text-decoration: none; 
  font-weight: normal;
	font-size:12px; 
  text-align: left;
	margin-left: 24px;
  }
  

a.navheading_link:link {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #1d5a1b;
	padding-left: 5px;
	
	
}

a.navheading_link:visited {
	font-size: 12px;
	text-decoration : none;
	font-style: normal;
	font-weight: bold;
	color: #333366;
	padding-left: 5px;

}

a.navheading_link:hover {
	font-size:12px;
	text-decoration : none;
	font-style: normal;
	font-weight: bold;
	color: #4F2266;
}

  
.leftnavheading {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #1d5a1b;
	padding-left: 5px;
}



/*headings*/
h1 {
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #1d5a1b;
}

h2 {
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #1d5a1b;
}

h3 {
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #1d5a1b;
	margin-bottom: 0px;
}



h4 {
	font-family: arial, verdana, helvetica, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #464696;
	margin-bottom: 0px;
}



/*font styles*/
.thrColFixHdr #container {
	font-size: small;
}

.textsmall {
	font-size: x-small;
	font-style: normal;
	bottom: 10px;
	margin: 0px 0px 5px;
	left: 0px;
}

.textsmall_purple {
	font-size: x-small;
	font-weight: bold;
	color: #4F2266;
	bottom: 10px;
	margin: 0px 0px 5px;
	left: 0px;
}

#sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	margin-top: 0px;
	padding-bottom: 30px;
}

#sidebar2_info {
	background-color: #FFFFFF;
	right: 4px;
	width: 196px;
	padding-top: 0px;
	line-height: normal;
	border: 1px solid #263611;
	font-size: small;
}
.sidebar2_heading {
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #263611;
	padding: 8px;
	margin-bottom:10px;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, san-serif;
}

#sidebar2_info p {
	margin-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	
}


#sidebar2_info ul {
	margin-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	
}

#sidebar2_info ul li {
	list-style-type: disc;
	padding-bottom: 4px;
	padding-top: 2px;	
	margin-left: -15px;

}



#sidebar2_info2 {
	background-color: #FFFFFF;
	right: 4px;
	width: 196px;
	margin-top: 16px;
	line-height: normal;
	border: 1px solid #263611;
	font-size: small;
}
#sidebar2_info2 p {
	margin-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	
}


#sidebar2_info2 ul {
	margin-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	
}

#sidebar2_info2 ul li {
	list-style-type: disc;
	padding-bottom: 4px;
	padding-top: 2px;	
	margin-left: -15px;

}

#sidebar2_info3 {
	background-color: #FFFFFF;
	right: 4px;
	width: 196px;
	margin-top: 16px;
	line-height: normal;
	border: 1px solid #AF9AB9;
	font-size: small;
}

#sidebar2_info3 ul {
	margin-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	
}

#sidebar2_info3 ul li {
	list-style-type: disc;
	padding-bottom: 4px;
	padding-top: 2px;	
	margin-left: -15px;

}

#sidebar2_photo {
	background-color: #FFFFFF;
	right: 4px;
	width: 196px;
	margin-top: 16px;
	line-height: normal;
	font-size: small;
}



/*forms*/
#membershipform { width: 100%;

}
