/*main parent declarations*/

body {
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	font-family: arial, sans serif;
	color: #231F20;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	text-align: left;
	line-height: 2em;
	}
	
h1 {
	color: rgb(80,114,130);
	font-size: 1.75em;
	line-height: 1.3em;
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	}
a,
a:link,
a:visited,
a:active,
a:hover {
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
	}	
table {
	border-style: none;
	padding: 0;
	}
	
/*main layout div declarations*/

#container {
	margin: 0 auto;
	width: 937px;
	padding: 0;
	}
	
/*header and top nav section*/
	
#header {
	margin: 0;
	}
	
#headerleft {
	margin: 0;
	}

#logo {
	margin: 0;
	}
	
/*top navlinks not dynamically generated*/

#navlink {
	color: rgb(145,133,85);
	font-size: 1.5em;
	float: right;
	margin: 50px 5px 0 0;
	}
	
ul#navlink {
	list-style-type: none;
	}
	
ul#navlink li {
	display: inline;
	}
	
#navlink a {
	text-decoration: none;
	font-size: 0.6em;
	color: white;
	padding: 5px 7px;
	}
	
#navlink a:visited {
	}
	
	
/*individual ids and classes for hover text color, background and highlighting active page*/

#purpose .purpose, #navlink a.purpose:hover {
	background-color: white;
	color: rgb(80,114,130);
	}

#members .members, #navlink a.members:hover {
	background-color: white;
	color: rgb(159,34,20);
	}
	
#help .help, #navlink a.help:hover {
	background-color: white;
	color: rgb(126,129,172);
	}
	
#project .project, #navlink a.project:hover {
	background-color: white;
	color: rgb(225,175,36);
	}
	
#talk .talk, #navlink a.talk:hover {
	background-color: white;
	color: rgb(128,145,72);
	}
	
/*main content areas*/

/*The site operates with four different colored content areas based on the section parent.
To avoid Javascript calls and keep the upper rounded background image a css element, there 
are 4 templates.  However, the only difference between the templates is this section of the
CSS file... the #maincontent id.  And in that, the only difference is the background image
and the background color.*/
	
#maincontent {
	background-color: rgb(80,114,130);
	margin: 12px 0 5px 0;
	padding: 20px 10px;
	background-image: url(images/main-back.jpg);
	width: 937px;
	min-height: 600px;
	background-repeat: no-repeat;
	}
	
#maincontentleft {
	float:left;
	margin: 200px 0 0 5px;
	padding: 0 0 0 0;
	width: 280px;
	color: white;
	font-size: 1.2em;
	}
	
#maincontentleft li {
	list-style-image: url(images/plus.jpg);
	}
	
#maincontentleft a {
	color: white;
	text-decoration: none;
	}
	
#maincontentright {
	margin: 25px 35px 25px 325px;
	padding: 50px;
	width: 480px;
	background-color: white;
	}
	
/*index table for graphic links*/

	
/*Footer Items*/
#footer {
	font-size: 0.8em;
	color: #c2b8ac;
	}
	
#footer a {
	color: #c2b8ac;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 5px;
	}
	
#footer a:hover {
	font-weight: bold;
	color: #f9a11f;
	}

	
#footleft {
	float: left;
	padding-top: 11px;
	}
	
#footright {
	}
	
#footlinks {
	padding: 0 50px;
	}
	
#lockbox {
	color: rgb(237,203,72);
	font-size: 1.2em;
	}
	
