body {background-color:blue;}

table#structure {width: 100%; height:100%;}
/* td#logo {width:20%; height:10%; } */
td#pageheading {width:100%; height:90; background-color:blue; vertical-align:top; }
/* td#nav {width:15%; height:90%; background-color:#FFFBC6; vertical-align:top; } */
td#nav {width:15%; height:90%; background-color:#FCE6B1; vertical-align:top; }
/* td#textbody {width:85%; height:90%; background-color:#FFFBC6; vertical-align:top} */
td#textbody {width:85%; height:90%; background-color:#FCE6B1; vertical-align:top}

td#footer {width: 100%; height: 3%; background-color:blue; }
#nav ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width:80%;
	font-size: 80%; 
}
#nav li a {
	display: block;
	border-style:outset;
/*	margin-top: 0;
	margin-bottom: -10; */
	background-color: #CCCCCC;
	text-align:center
}
a:link {
	color: blue;
}
a:visited {
	color: blue;
}
a:hover {
	color: green;
}
a:active {
	color: blue;
}
a:link {
	text-decoration: none; 
}
a:visited {
	text-decoration: none; 
}
a:hover {
	text-decoration: none; 
}
a:active {
	text-decoration: none; 
}

h1 {
	font: Bookman Old Style;
	font-size: 25px;
	color: darkblue;
	font-weight: bold;
	
}

h2 {
	font: Bookman Old Style;
	font-size: 14px;
	color: blue;
	font-weight: bold;
   	
}

h3 {
	font: Bookman Old Style;
	font-size: 25px;
	color:blue;
	font-weight: bold;
	text-align:center;
}
p {
	font: Bookman Old Style;
	font-size: 16px;
	font: black;
	

}
	body{
/*	background:#FFFBC6; */
	background:#FCE6B1  
/*	width:90%;          */
}
td#textbody  a:link {
	text-decoration: underline; 
}
td#textbody  a:visited {
	text-decoration: underline; 
}
td#textbody  a:hover {
	text-decoration: underline; 
}
td#textbody  a:active {
	text-decoration: underline; 
}


