

#centercontent {
		height:75%;
		background-color: #ccccff;
   		margin-left: 160px;
   		margin-right:160px;
		margin-top:50px;
		border:0px solid #000;
		font: 12px verdana,serif;
		/*
		IE5x PC mis-implements the box model. 
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". 
		Read more at http://www.glish.com/css/hacks.asp
		*/
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 160px;
   		margin-right:160px;
		}
		
#header {
	
	height:40px;
	font-style: normal;
	background-color:#6666cc;
	text-align: center;
	padding: 4px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #ccccff;
}
#header h4 {
	font-family: verdana, san-serif;
	margin-bottom:0px;
	font-weight:bold;
	font-variant: small-caps;
	color:white;
	font-size: 16px;
	margin-top: 2px;
}
#header p 	{color:#ccccff;
			font-size:11px;
			font-family: verdana,san-serif;
			margin-top:0px}
#banner{height:15px;background-color:#009900}
#prefooter {height:20px;background-color:#6666cc; font-family: verdana, san-serif; font-size:11px;color:white}

.footer	{height:15px; 
		background-color: #009900;
		border-top-width: thick;
		border-top-style: solid;
		border-top-color: #ccccff;
		color:#ccccff;
		font-variant:small-caps;
		}

.footer a:active {color:#ccccff;
	font:11px lighter normal small-caps verdana,san-serif;
	text-decoration:none;}
.footer a:visited {color:#ccccff;
	font-family: verdana, san-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
}
.footer a:link {color:#ccccff;
	font-family: verdana, san-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
}
.footer a:hover {color:white;
	font-family: verdana, san-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	}
	
.left {float:left;margin:4px;}
.right {float:right;margin:4px;}

#nav { margin:4px; }

ul {
		margin: 0;
		padding: 0;
		list-style: none;
		width: 130px; /* Width of Menu Items */
		border-bottom: 1px solid #9999cc;
		font-family:verdana,san-serif;
		font-size:11px;
		font-weight:bold;
		}
		
		ul li {
		position: relative;
		}

		li ul {
		position: absolute;
		left: 129px; /* Set 1px less than menu width */
		top: 0;
		display: none;
		}
/* Styles for Menu Items */
		ul li a {
		display: block;
		text-decoration: none;
		color: #6666cc;
		background: #9999cc; /* IE6 Bug */
		padding: 5px 5px;
		border: 2px solid #ccccff;
		border-bottom: 0;
		}
		
/* Fix IE. Hide from IE Mac \*/
		* html ul li { float: left; height: 1%; }
		* html ul li a { height: 1%; }
/* End */
		ul li a:hover { color: white; background: #6666cc; } /* Hover Styles */
		
		li ul li a { padding: 5px 5px; } /* Sub Menu Styles */
		
		li:hover ul, li.over ul { display: block; } /* The magic */
		<!--below is the text popups for the links->
		ul li a span {display:none}
		ul li a:hover  span {display: block;
   		position: absolute; top:253px; left:260px; width: 130px;
   		height:15px; margin: 5px; z-index: 100;
   		color: white; background:#6666cc ;
   		font: 11px Verdana, sans-serif; text-align: center;}
		
/*fixes height */
		
	  .prop {
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

  .min200px {
    height:200px;
  }
		
	


	


