div#container {position: absolute;
		left:50%;
		width: 400px; 
		margin-left: -400px;
		}

body {margin:0px; 
		padding:0px;
		background-color: rgb(204,204,204);  /* RGB range 0-255   */
		font: 1.0em verdana, arial, sans-serif; 
		}
		
* {margin:0; padding:0;}

div#table {position:absolute; 
		top:110px; 
		left:55px; 
		}		
	
div#header {position:absolute; 
		top:0px;
		left:25px; 
		height:40px;
			width:850px; 
			text-align:center; 
			margin-top:0;  
			}	
	
div#nav {position:absolute; 
		left:35px; 
		top:95px; 
		width:180px;
		height:610px;
		margin: 20px 0 0 15px;
		background-color: rgb(238,236,253);  /* RGB range 0-255   */
		}
		
div#nav table {width: 100%;
				height: 95px;
				font-family: verdana;
				font-size: 8pt;			
				}
				
div#nav table td {background-color:rgb(127,161,41);  /* RGB range 0-255   */
			border-bottom: 5px solid rgb(92,84,155);  /* RGB range 0-255   */
			}						
			
div#nav h1 {font-family: verdana;
				font-size: 8pt;
				padding-top:5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;
				}
				
div#nav p {padding-top:5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;}			
						
div#nav li {
		float: left;
		list-style-type: none;
		}			
									
div#nav li:first-child {
		border-left: 20px solid rgb(92,84,155);  /* RGB range 0-255   */
			}
	
div#nav li:hover {
		color: rgb(92,84,155);  /* RGB range 0-255   */
			}
	
div#nav a {
	padding:0 8px;
	text-decoration:none;
	font-variant: small-caps;
	}
	
div#nav a:hover {
	background-color: #fff;
	}
	
* html div#nav ul {
	float:left;
	border-left:1px solid #000;
	margin-left:15px;
	}
			
div#leftcolumn {position:absolute;
				 left: 35px;
				 height:545px;
				 top:255px;
				 width:155px;
				margin:22px 0 0 15px; 
				}
div#leftcolumn p {font-family: verdana;
				font-size: x-small;
				font-style:italic;
				color: #fff;
				text-align: left;
				padding:.25em .55em .25em .95em;}	
		
div#content {position:absolute; 
		left:5px; 
		top:95px; 
		width:420px;
		height:570px;
		background-color: #fff;
		margin:20px 250px 0 220px; padding: 1em 1em;
		}

div#content h1{font-size:1em;
			color:#600;}

div#content h2{font-size: .75em;
				font-weight: bold;}
				
div#content h3 {font-size:.7em;
				font-style:italic;
				color:#600;
				}				

div#content p {font-size:.7em;
				text-indent:3em;
				}			

div#content li {list-style-position:outside;
				list-style-type:circle;
				margin:20px;
				font-size:.7em;}
				
div#content a	{text-decoration:none;
			font-variant: small-caps;
			color:#069;
			}		
					

div#rightcolumn {position:absolute; 
				width:160px;
				height:590px;
				top:95px; 
				left:675px;  
				margin:20px 250px 0 0; 
				padding:.5em  .5em;
				background-color: rgb(238,236,253);  /* RGB range 0-255   */
				border-left: 2px dotted #069;
				 }
				 			 
div#rightcolumn table {width: 100%;
				height: 95px;
				font-family: verdana;
				font-size: small;
				border-left: 2px solid #069;
				border-right: 2px solid #069;
				border-bottom: 2px solid #069;
				}
				
div#rightcolumn address {padding:5px; font-family: Verdana;
				font-size: 0.7em;
				color: #000;
				text-align: left;
				font-weight:bold;
			}
																	  
div#rightcolumn p {font-family: verdana;
				font-size: 0.7em;
				color: #fff;
				text-align: left;
				padding-top:5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px;
			}
				
div#rightcolumn a {
				padding:0 5px;
				text-decoration:none;
				font-variant: small-caps;
				font-size: 1em;
				font-weight: bold;
				color:#000;
				}
				
div#rightcolumn a:hover {
	color: rgb(127,161,41);  /* RGB range 0-255   */ 
	}				
				
div#rightcolumn h1 {font-size: small;
					text-align:left;
					color: #600;
					font-weight:bold;}				
				
div#footer {position:absolute; 
			width:805px;			
			top:720px; 
			margin:0 0 0 50px;
 					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 */
						}
						
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 */
