	
	body {
		background-color: white;
		color: black;
		font-size: 10pt;
		font-family: Verdana, Arial, Sans-Serif;
	}
	
	/* for Netscape 4 compatability */
	h1, h2, h3, h4, h5, h6, p, th, td, div {
		font-family: Verdana, Arial, Sans-Serif;
	}
	
	h1 {
	border-bottom: solid 1px black;
	}
	
	h3 {
		font-style: italic;
		color: red;
/*		border-bottom: solid 1px black;*/
	}
	
	/* for Netscape 4 compatability */
	p, th, td, div {
		font-size: 10pt;
	}
	
	#webmaster {
		font-size: 8pt;
	}
	
	#side_nav th {
		background-color: black;
		font-weight: bold;
		text-align: center;
	}
	
	#side_nav th, #side_nav td {
		color: white;
		font-size: 8pt;
	}
	
	a {
/*		color: #553f63;*/
/*		color: #24d2ce;*/
		color: #b0b0b0;
		font-weight: bold;
		text-decoration: none;
	}
	
	#side_nav a {
		color: #b0b0b0;
	}
	
	div#pullout {
		width: 300px;
		text-align: center;
		font-size: 90%;
		margin: 10px;
	}
	
	.footer, .footer a {
		font-size: 8pt;
/*		border: solid 1px black;
		border-left: none;*/
/*		background-color: #553f63;*/
/*		color: #fae4cb;*/
		background-color: #000033;
		color: #b0b0b0;
		font-weight: normal;
	}
	
		a:hover {
			color: 004040;
			text-decoration: underline;
	}		
	
	#side_nav a {
	color: #b0b0b0;
	}
	
	#side_nav a:hover, .footer a:hover {
		color: 004040;
	}
	
	#main_page a {
	color: 004040;
	}
	
	#main_page a:hover {
	color: 004050;
	}
	
	.main {
/*		background: url(/images/wave_background.jpg) no-repeat center;*/
	}
	
	.error {
		color: red;
		font-weight: bold;
	}
	
	/*******************************/
	/*   BEGIN: Drop-Down Styles   */
	/*******************************/
	
	#navigation, #navigation ul {
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 14px;
		font-size: 11px;
		font-family: Verdana, Arial, Sans-Serif;
	}
	
	#navigation ul {
		margin: 0 0 0 -1px;
	}
	
	#navigation a {
		display: block;
		background-color: transparent;
/*		color: #999999;*/
		font-weight: bold;
		text-decoration: none;
		padding: 2px 4px 2px 6px;
	}
	
	#navigation li {
		float: left;
		width: 173px;
		border: solid 1px black;
		border-right: none;
		background-color: #20204F;
		font-weight: bold;
		color: #b0b0b0;
	}
	
	#navigation li li {
		border-right: solid 1px black;
		border-bottom: none;
	}
	
	#navigation li.last {
		border-right: solid 1px black;
		border-bottom: solid 1px black;
	}
	
	#navigation li ul {
		position: absolute;
		width: 173px;
		display: none;
	}
	
	#navigation ul ul {
		margin: -19px 0 0 120px;
	}
	
	#navigation li:hover ul ul, #navigation li.over ul ul {
		display: none;
	}
	
	#navigation li:hover ul, #navigation li li:hover ul, #navigation li.over ul, #navigation li li.over ul {
		display: block;
	}
	
	#navigation li:hover, #navigation li.over {
		color: white;
		background-color: #005050;
	}
	
	#navigation li:hover>a { /* IE/Win ignores this declaraion */
		color: white;
		background-color: #005050;
	}

	
	/*******************************/
	/*   END: Drop-Down Styles     */
	/*******************************/
	
	/*******************************/
	/*  BEGIN: Find PandA Styles   */
	/*******************************/
	
	table#map {
		border: solid 5px #3f2f49;
	}
	
	table#map td a {
		color: #cccccc;
		text-decoration: none;
		font: normal 8pt verdana;
	}
	
	table#map td a:hover {
		color: white;
		text-decoration: underline;
	}
	
	table#map td {
		background-color: #766e80;
		border: solid 1px black;
		border-bottom: none;
		white-space: nowrap;
	}
	
	table#map td#selected {
		background-color: #553f63;
		border-right: none;
	}
	
	table#map td#selected a {
		color: white;
	}
	
	table#map td#map {
		background-color: #553f63;
		border-left: none;
	}
	
	table#map td#credit {
		background-color: #3f2f49;
		border-left: none;
		border-right: none;
		text-align: right;
	}
	
	/*******************************/
	/*   END: Find PandA Styles    */
	/*******************************/
