div#container {position: absolute;
		left:50%;
		width: 400px; 
		margin-left: -400px;
		}
body {margin:0; 
		padding:0px;
		background-color: rgb(204,204,204);  /* RGB range 0-255   */
		}
		
* {margin:0; padding:0;}

div#listmenu {position:absolute; 
		top:45px; 
		left: 35px; 
		width:855px;
		text-align:center;
		border-top:20px solid #600;
		border-bottom:6px solid #000;
		font-size: .6em;
		background-color:#eee5de;
		margin:15px 0 0 15px;			
		}

div#listmenu ul {margin:0 0 0 0; 
				}

div#listmenu li {
	float:left;
	list-style-type:none;
	background-color:#ffc469;
	border-right:1px solid #069;
		}
		
div#listmenu li:first-child {
	border-left:1px solid #069;
	}
	
div#listmenu li:hover {
	background-color: #FFF;
	}
	
div#listmenu a {
	padding:0 8px;
	text-decoration:none;
	font-variant: small-caps;
	color:#000;
	}
	
div#listmenu a:hover {
	color:#600;
	}
	
* html div#listmenu ul {
	float:left;
	border-left:1px solid #000;
	margin-left:15px;
	}
	
div#header {position:absolute; 
		left:25px;
		width:150px; 
		height:300px;
		margin:22px 0 0 15px; 
		}
		
		
div#maingraphic {position:absolute;
		left:195px;
		width:535px; 				 
		height:300px;
		margin:22px 0 0 15px; 
				}	
				
div#content {position:absolute; 
		left:40px;
		top: 335px; 
		width:675px;
		height:65px;
		padding: 1em;
		border-bottom: 4px groove #7FA129;
		border-top: 4px groove #7FA129;	
		background-color: rgb(63,62,55);  /* RGB range 0-255   */ 
		}
		
div#content a {
	padding:0 8px;
	text-decoration:none;
	font-variant: small-caps;
	color:#fff;
	}
	
div#content a:hover {
	color: rgb(127,161,41);  /* RGB range 0-255   */
	}
	
			
div#content h1{font-size:1em;font-family:Verdana;
color: rgb(127,161,41);  /* RGB range 0-255   */
			 }

div#content h2{font-size: .75em;
				font-weight: bold;}
				
div#content h3 {font-size:.7em;
				font-style:italic;
				color:#600;
				}					

div#content p {font-family:Verdana;
				font-size:.7em;
				text-indent:3em;
				color:#FFFFFF;
				}			

div#content li {list-style-position:outside;
				list-style-type:circle;
				margin:20px;
				font-size:.7em;
				font-family:Verdana;
}			
				
div#bottomrightcolumn {position:absolute; 
				left:25px;  
				width:225px;
				height:200px;
				margin:445px 0 0 15px; 
				padding:.5em .5em;
				background-color: rgb(92,84,155);  /* RGB range 0-255   */
				 }

div#bottomrightcolumn p {font-family: verdana;
				font-size: small;
				text-align: center;
}
				
div#bottomrightcolumn table {position:absolute;
				margin:-10px 0 0 -10px;
				border: 0;
				}
				
div#bottomrightcolumn h1 {font-size: small;
					text-align:left;
					color: #600;
					font-weight:bold;}	
					
div#bottommiddlecolumn {position:absolute; 
				left:260px;  
				width:230px;
				height:200px;
				margin:445px 0 0 15px; 
				padding:.5em  .5em;
				background-color: rgb(127,161,41);  /* RGB range 0-255   */
				 }

div#bottommiddlecolumn p {font-family: verdana;
				font-size: small;
				text-align: center;}
				
div#bottommiddlecolumn table {position:absolute;
				margin:-10px 0  0 5px;
				border: 0; 
				}

div#bottommiddlecolumn address {position:absolute;
				margin:20px 10px 0 0; 
				padding:.5em  .5em; 
				border-top:2px solid #600; 
				border-bottom:2px solid #600;
				font-size: .7em;
				color: #600;
				}
				
div#bottommiddlecolumn h1 {font-size: 14px;
					text-align:left;
					color: #600;
					font-weight:bold;
					padding: 2px 0 2px 0;}
					
div#bottomleftcolumn {position:absolute; 
				left:495px;  
				width:225px;
				height:200px;
				margin:445px 0 0 15px; 
				padding:.5em  .5em;
				background-color: rgb(191,28,32);  /* RGB range 0-255   */
				 }

div#bottomleftcolumn p {font-family: verdana;
				font-size: small;
				text-align: center;}
				
div#bottomleftcolumn table {position:absolute;
				margin:-10px 0 0 -10px;
				border: 0; 
				}				
				
div#bottomleftcolumn address {position:absolute;
				margin:20px 10px 0 0; 
				padding:.5em  .5em; 
				border-top:2px solid #600; 
				border-bottom:2px solid #600;
				font-size: .7em;
				color: #600;
				}
				
div#bottomleftcolumn h1 {font-size: small;
					text-align:left;
					color: #600;
					font-weight:bold;}					
		
div#nav {position:absolute; 
		left:35px; 
		top:85px; 
		width:150px;
		height:530px;
		padding:.5em 0 0 .65em; 
		margin:20px 0 0 15px;
		border-left:2px solid #FFF;
		background-color: #600; 
				}

div#nav p {font-family: verdana;
			font-weight:bold;
			color:#fff;
			font-size:.75em;}
				
div#nav ul {margin-top:0; 
			margin-bottom:.8em;}

div#nav li {margin-bottom:.5em; 
			font-weight:bold; 
			font-size:.55em;
			color: #fff;
			}
			
div#nav a	{text-decoration:none;
			font-variant: small-caps;
			color:#fff;
			}		
			
				
div#footer {position:absolute; 
			width:720px;
			left: 35px;			
			top:670px; 
		
 					padding:4px 0; /* pushes the links away from top and bottom of the div */
					font-size:.65em;  /* sets the font size of all links */
					text-align:center; /* centers the ul elements in the div */
					background-color: rgb(63,62,55);  /* RGB range 0-255   */
					}
					
div#footer ul {margin:2px 0;} /* vertical spacing between the lists */
 
div#footer li {display:inline; /* the key CSS - makes the lists display horizontally */
						color:white; /* sets the color of the vertical lines */
						border-left:1px solid; /* creates the vertical line to the left of each list items */
						color:#AFF; /* sets the color of the vertical lines  - links colored below */
						padding:0 5px 0 9px; /* horiz space between links and vert lines - needed diff l & r values to center */
						font-family:Verdana;
}
						
div#footer li:first-child {border-left:0;} /* removes the left border of the first list item - IDWIMIE */
 
div#footer ul li a {text-decoration:none; /* removes the underlining off the links */
 							 color:white; /* the color of the links */
							 }
							 
div#footer ul li a:hover {text-decoration:underline;} /* underlines the links when hovered */
 
div#footer ul.fineprint li {color:#CCC;} /* color for copyright and vert dividers on last row */
 
 div#footer ul.fineprint li a {color:#CCC;} /* had to explicitly color these or they inherit white from div#footer li */
 
div#footer ul.fineprint li a:hover {color:#FFF;} /* turns bottom row white when hovered */
