/* CSS Document */
html {
	font-family: Arial, Helvetica, sans-serif;
	}

body {
	background-color:#CCCC99;
	}

#header { 
	height: 5em;
	width: 100%;
	padding: 0.5em;
	
	}
	

	
.banner {
	position: relative;
	width: 75%;
	margin-top: -1em;
	margin-left: 8.5em;
	z-index: 1;
	}


#nav {
	
	float: left;
	position: relative;
	margin-left: 1.2em;
	margin-top: 0.5em;
	padding-top: ;
    padding-left: ;
    padding-right: ;
	height: 100%;
	z-index: auto;
	
	}

	
/*---------------link styles ----------------------*/

a:visited {
	text-decoration: none;
		color:#66CC00;
	}
a:link {
	text-decoration: none;
	color:#669933;
	} 
a:hover {text-decoration: underline;
color:#66CC33;
	}
a:active {
	text-decoration : none;
	color:#33CC33;
	}
	

/*--------------- end link styles ----------------------*/

#content {
    width: 600px;
	min-height:  350px;
    background-color:#E0DBDA;
    border-style: solid;
    border-color:#666666;
    border-width: 4px;
    padding-left: 11em;
	padding-right: 5em;
    text-align: left;
    font-size:  12pt;
  	margin-left:  50px;
	padding-top:  10px;
	padding-bottom: 10px;
	margin-top: -1em;
	margin-right: 75px; 
	
	
	
	
	
 
        }
	
/* Hack for IE5.* which misinterprets the width */
* #content {
	width: 100%;
	w\idth: auto;
	/*height: 100%;
	h\eight: auto; fixes height but messes up nav position.*/
	}
/* end hack */



#footer {
	font-size: 12px;
	/*clear: both;  /*always spans the bottom of the page */
	position: relative;
	text-align: right;
	margin-right: 6em;
	
	
	}

#counter {
        position: relative;
        margin-top: 2em;
}
