/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background-image: url('bwfernbackground3.JPG');
	background-repeat: repeat;
        background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #333333;
	}

acronym { 
	cursor: help; 
	border-bottom: 1px dashed #999; 
	}

a { 
	text-decoration: none; 
	color: #000000; 
	border-bottom: 1px dashed #000000; 
	}

a:hover { 
	border-bottom: 1px dashed #49515C; 
	color: #333333; 
	}
/*------------------------------------------------------------*
**  Container Big Box
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 740px;
	background: #fffaf0;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header for the Banner
**------------------------------------------------------------*/		
#header {
	border: 5px solid transparent;
        height: 70px;
	padding: 0px;
	}	
#header h1 { 	
	margin: 0;
	color: #333333;
	font-size: 2.5em;
	font-weight: normal;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #333333;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #fffaf0; 
	border-bottom: 5px solid transparent;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #006004;
	border-left: 4px solid #fffaf0; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { 
	background-color: #2f4f4f; 
	}

#nav li a.on { 
	background-color: #fffaf0;
 	color: #006004;
	font-weight: 800; 
	}

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	border-left: 5px solid transparent;
	width: 170px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}

#sidebar div {
	border-top:1px groove #006004; 
        }	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #444444; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
  	padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 558px;
	position: relative;
	margin-left: 0px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;
	border-right: 5px solid transparent;
	border-left: 1px groove #006004;
       	
	}	
#content div 
{background: none;}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background-image: url('footerbackground.JPG');
	border-bottom: 5px solid #fffaf0;
	border-top: 2px solid #fffaf0;
	border-left: 2px solid #fffaf0;
	border-right: 2px solid #fffaf0;
	text-align: center;	
	color: #fffaf0;
	font-size: 0.8em;
	padding: 10px;
	line-height: 8px;
	clear: both;
	}
	
#footer a {
	text-decoration: none;
	color: #fffaf0;
	border-bottom: 1px solid #fffaf0;
	}

#footer a:hover { 
	border-bottom: 1px solid #c1cdcd; 
	color: #c1cdcd; 
	}
