

/* eliminates colored border around page */
body {
	margin:0px;
	}

/* BEGIN standard hyperlink style  */
	a {
		color: #cc0000; /* dark red */
		text-decoration:none;
		/* font-weight:bold; */
		}
	
	a:hover {
		color: #990000; /* darker red */
		text-decoration:underline;
		}
/* END standard hyperlink style */
	
	
/* BEGIN styles for nav bar	text */
	.navText {
		font:11px arial;
		/* padding-left:30px; */
		letter-spacing:.1em;
		
		} 
		
	#navigation a {
		color: #336666; /* blueish green */
		padding-left:12px;
		text-decoration:none;
		}
	
	#navigation a:hover {
		color: #990000; /* darker red */
		text-decoration:underline;
		}
/* END styles for nav bar text	*/


/* Class Styles */

.main {	
	background-color:#ffffff
	padding-right:26px;
	}
	
.logo {
	padding-left:24px;
	background-color:#999966
	}
	
.standardText {
	font-size: 12px;

}

.sidebarText {
	font:12px georgia;
	color: #F7FBD2;
	line-height:18px;
	text-align: center;
	}

.sidebarTextSmall { /* small italicized test for sidebar */
	font:10px georgia;
	font-style: italic;
	color: #F7FBD2;

	}
	
.bodyText {
	font:12px arial;
	line-height:20px;
	color:#333333;
	padding-left:36px;
	}
	
.pageName { /* page heading text */
	color: #676D38; 
	padding-top:36px;
	padding-bottom:16px; 
	padding-left:36px;
	letter-spacing:.1em;
	line-height:32px;
	font-family: georgia;
	font-size: 24px;
	}
	
.subHeader { /* bold header text */
	font:14px arial;
	font-weight:bold;
	line-height:20px;
	}
	
.subHeader2 { /* large header text seen in links.html */
	color: #676D38; 
	letter-spacing:.1em;
	line-height:32px;
	font-family: georgia;
	font-size: 24px;
	}

/* BEGIN COLUMN STYLES FOR members.html & contacts.html*/	
	.memberCol1 {
		float: left;
		line-height:22px;
	}

	.memberCol2 {
		float: right;
		line-height:22px;
	}
/* END COLUMN STYLES FOR members.html */	
	
