body { 
	font-size:1em; 
	font-weight:normal; 
	color:black; 
	font-family:Georgia, "Times New Roman", serif;
	}


#container {
	width:100%; 
	height:auto; 
	left:0; 
	top:0; 
	min-height:30em; 
	position:absolute; 
	z-index:1;
	}
	
#masthead {
	background-color:rgb(251,100,6); 
	top:0;
	left:0;
	height:67px; 
	width:100%; 
	text-align:center; 
	position:absolute; 
	z-index:1;
	}

#sidebar {
	background-color:rgb(255,204,0); 
	width:0.5em; 
	left:5em; 
	top:67px;
	height:auto;
	bottom:3em;
	position:absolute; 
	z-index:1; 
	}

a.nav, a.nav:link, a.nav:visited, .chosen {
	display:block; 
	width:8.5em; 
	height:1.5em; 
	background:#fb6406; 
	border-collapse:collapse; 
	margin-left:1em; 
	margin-top:0.8em; 
	text-align:center; 
	text-decoration:none;  
	font-size:1em; 
	font-weight:BOLD; 
	color:white; 
	line-height:1.5em; 
	overflow:hidden; 
	font-family:Georgia, "Times New Roman", serif;
	z-index:200; 
	}

a.nav:hover {
	color:#fdc19b; 
	background:#a74304;
	}
	
a.nav:active {
	text-decoration:underline;
	}
	
#nav span {display:none;}
 

#nav { 
	margin-bottom:2em; 
	left:-5em;
	top:1em; 
	z-index:200; 
	bottom:3em; 
	position:relative;
	}

#content {
	background-color:white; 
	margin-left:11em;  
	margin-bottom:3em; 
	margin-top:6em;
	margin-right:2em;
	/* adjust padding-bottom value for space between text and footer */
	padding-bottom:10em;
	bottom:3em;
	width:auto; 
	z-index:1;
	}

#footer {
	display:inline;
	background-color:rgb(251,100,6);
	width:100%; 
	bottom:0em; 
	left:0;
	border:0;
	padding:0;
	margin-bottom:0; 
	z-index:2;
	text-align:center; 
	text-decoration:none;  
	font-size:1em; 
	font-weight:BOLD; 
	color:white;
	line-height:1.5em;
	position:absolute;
	}

