	/********** Base Style **********/
	body
	{
		background-color: #336699;
		font-size: 12px;
		line-height: 14px;
		font-family: "lucida grande", sans-serif;
		color: #000;
		margin: 0px;
		padding: 0px;
	}
	
	/********** Top Banner **********/
	.texttitle h1
	{
		color: white;
		font-size: 24px;
		font-variant: small-caps;
		font-weight: bold;
	}
	
	.texttitle h2
	{
		color: Black;
		font-size: 18px;
		font-variant: small-caps;
		font-weight: bold;
	}
	
	#titlebar	
	{
		background-image: url(/images/newlogo.jpg);
		background-repeat: no-repeat;
		background-color: #fff;
		height: 92px;
		margin: 0px;
		padding: 0px;
		display: block;
		position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        right: 0px;
	}
	
	
	/*****Properties for the nav bar*****/
	#navbar	
	{
		display: block;
		margin: 0px;
		padding-left: 10px;
		padding-top: 10px;
		position: absolute;
		width: 120px;
		top: 92px;
		bottom: 0;
		background-color: #336699;
	}

	#navbar h2
	{
		color: white;
		font-size: 14px;
		font-variant: small-caps;
		font-weight: bold;
	}
	
	#navbar a:link
	{
		text-decoration: none;
		color: white;
	}
	
	#navbar a:visited
	{
		text-decoration: none;
		color: white;
	}
	
	#navbar a:hover, a:active, a:focus
	{
		text-decoration: none;
		color: yellow;
	}
	
	/********Header definitions********/
	#welcomeheader, #aboutheader, #historyheader, #biographiesheader, #scienceheader, #lakesurveyheader, #galleryheader, #issuesheader, #linksheader, #forumheader, #membersheader
	{
		width: auto;
		padding: 0px;
		margin: 10px;
		position: relative;
		top: 0px;
		left: 0px;
		right: 0px;
		background-repeat: no-repeat;
		background-color: #fff;
		height: 38px;
	}
	
	#welcomeheader {background-image: url(/images/newheaders/welcome.jpg);}
	#aboutheader {background-image: url(/images/newheaders/about.jpg);}
	#historyheader {background-image: url(/images/newheaders/history.jpg);}
	#biographiesheader {background-image: url(/images/newheaders/biographies.jpg);}
	#scienceheader {background-image: url(/images/newheaders/science.jpg);}
	#lakesurveyheader {background-image: url(/images/newheaders/lakesurvey.jpg);}
	#galleryheader {background-image: url(/images/newheaders/galery.jpg);}
	#issuesheader {background-image: url(/images/newheaders/issues.jpg);}
	#linksheader {background-image: url(/images/newheaders/links.jpg);}
	#forumheader {background-image: url(/images/newheaders/forum.jpg);}
	#membersheader {background-image: url(/images/newheaders/members.jpg);}
	
	/*****Properties for the content body******/
	.contentarea	
	{
		margin: 0px;
		padding: 0px;
		display: block;
		position: absolute;
		top: 92px;
		left: 120px;
		right: 0px;
		width: auto;
		background-color: white;
	}
	
	.contentarea a:link, a:visited	
	{
		text-decoration: underline;
		color: blue;
	}
	
	.contentarea a:hover, a:active, a:focus
	{
		text-decoration: underline;
		color: red;
	}
	
	.contentarea .index
	{
		border-color: white white gray white;
		border-width: 0px 0px 1px 0px;
		border-style: none none solid none;
		border-bottom-style: dotted;
		padding: 10px;
		margin: 0px;
		position: relative;
		top: 0px;
		left: 0px;
	}
	
	.contentarea h3
	{
		color: black;
		font-size: 18px;
		font-variant: small-caps;
		font-weight: bold;
	}
	
	.contentarea h4
	{
		color: black;
		font-size: 14px;
		font-style: italic;
	}
	
	.contentarea .blurb
	{
		border-color: white white gray white;
		border-width: 0px 0px 1px 0px;
		border-style: none none dotted none;
		padding: 10px;
		display: block;
		position: relative;
		top: 0px;
		left: 0px;
		height: auto;
	}
	
	.contentarea .blurb .quotedtext
	{
		padding: 0 15px 0 15px;
		text-align: justify;
	}

	.contentarea .clearimage
	{
		height: 0;
		width: 0;
		margin: 0;
		padding: 0;
		clear: both;
	}
	
	.contentarea .blurb img
	{
		margin: 7px;
	}
	
	.contentarea .article
	{
		border-color: white white gray white;
		border-width: 0px 0px 1px 0px;
		border-style: none none dotted none;
		padding: 10px;
		display: block;
	}
	
	div.figure
	{
		border: thin silver solid;
		margin: 0.5em;
		padding: 0.5em;
		text-align: center;
	}
	
	div.figure img
	{
		width: 90%;
		
	}

	p.caption
	{
		font-style: italic;
		font-size: smaller;
		text-indent: 0;
	}
