body, html {
	margin: 0;
	padding: 5px 0 5px 0;
	background: #a7a09a; /* color outside container */
	min-width: 770px;    /* set for printing, monitor resolution */
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	}

	
/* Visible part of the web page - our footprint */
#container {
	background: #1763AA; /*same color as navtop and navleft */
	margin: 0 auto;
	width: 770px;
	border: 1px #000 solid;
	}
	
/* Top line on the printed page.  Replaces the logo on printed pages */	
#printheader {
	display: none;
	}
	
/* Header for web page */
#header {
	background: #1763AA  /* #FBF7DA; */
	width: 770px;
	color: gold;
	height: 160px;
	line-height: 150%;
	}
	
/* Top navigation bar */
#navtop {
	background: #1763AA;
	color: #ffffff; 
	padding: 5px 0px 5px 0px;
	text-align: right;
	}
	
#navtop ul {
	margin: 0;
	list-style: none;
	}

#navtop ul li {
	display: inline;
	padding: 0 5px 0 15px;
	}
	
#navtop ul a {
	text-decoration: none;
	color: white;}
	
#navtop ul a:hover{
	text-decoration: none;
	color: black;
	background: gold;
	}

/* actual content of page */
#maincontent {
	background: #fff;
	width 640px;
	margin-left: 120px;
	padding: 0 10px 0 10px;
	/* Drawing a border forces browser to fill entire area - same color as background */
	border-top: 1px #000 solid;
	border-left: 1px #000 solid;
	border-bottom: 1px #000 solid;
	line-height: 150%;
	}
	
#maincontent h2 { margin: .5em 0 .5em 0; }

/* left navigation bar */	
#navleft {
	/* same background as conatiner - creates full vertical menu */
	background: #1763AA;  
	color: #ffffff;    /*#ffcc00;*/
	padding: 0 0 0 0;
	width:120px;
	float: left;
	}
	
#navleft ul {
	margin: 0;
	padding: 2px;
	list-style: none;
	font: bold 12px arial, verdana, sans-serif;
	}

#navleft ul a, #navleft ul a:hover {
	display: block;
	text-decoration: none;
	}
	
#navleft ul a {
	color: white;
	}
	
#navleft ul a:hover {
	color: black;
	background: gold;
	}

#navleft li {
	margin-top: 1px;
	border-style: outset;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}
	
/* Web page footer */
#footer {
	background: #1763AA;
	clear: both;
	/* Drawing a border forces browser to fill entire area - same color as background */	
	border: 1px solid ##1763AA;
	color: white;
	font-size: 12px;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	}
	
.footerslogan {
	color: gold;
	}
	
/* table has four cells: 01, 02, 03, 04 */
#footer table {
	width: 100%;
	bgcolor: #1763AA;
	border: 0px solid red;
	cellpadding: 0;
	cellspacing: 0;
	}
	
#footer table tr td {
	border: 0px solid white;
	height: 90px;
	}
	
.cell01 {
	width: 120px;
	}
	
.cell02 {
	text-align: right;
	}
	
.cell03 {
	width: 250px;
	}
	
.cell04	{
	text-align: left;
	}
	
#printfooter {
	display: none;
	}
    
    	

	

