html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
/*
.noshow {display: none;}
*/
	
#nav {
	width: 190px;
	float: left;
	margin-left: -1px;
	padding: 10px 20px 40px 20px;
	text-align: center;
	font-weight: bold;
	}
	
	
#content {
    
	padding: 10px;
	margin-left: 220px;
	border-left: 1px solid #006;
	
	}

#header {
	background-color: #fff;
	color: #006;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 40px;
	}
	
#header h1 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}
/*	
#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
	}
*/	
.footer {
	width: 88%;
	margin: 0px 40px 10px 20px;
	font-size: 12px;
	padding: 3px;
	border-top: 1px solid #006;
	color: #000;
	background-color: #FFFFFF;
	clear: both;
	}
	
	.footerleft {
	float: left;
	text-align: left;
	font-family: "Courier New", Courier, monospace;
          }
	
	.footerright {
	float: right;
	text-align: right;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	background-color: #FFFFFF;
		}
			
.spacer {
	clear: both;
	}
	
p, ul, li {
	/*padding: 0;*/
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h2 {font-family: Verdana, Arial, Helvetica, sans-serif;
      }
	  
.spacer {clear: both;
  }

/*/*/a{}
body,
body p,
body ul,
body li,
body .footer, 
body .footerright, 
body .footerleft 
 {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body,
html>body a,
html>body p,
html>body ul,
html>body li, 
html>body .footer,
html>body .footerright,
html>body .footerleft 
   {
  font-size: small;
}  
/* */
	