	
	body {
		background-color: #fae4cb;
		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;
	}
	
	h3 {
		font-style: italic;
		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: #29c3c1;
		font-weight: bold;
		text-decoration: none;
	}
	
	#side_nav a {
		color: #24d2ce;
	}
	
	div#pullout {
		width: 200px;
		text-align: center;
		font-size: 90%;
		margin: 10px;
	}
	
	.footer, .footer a {
		font-size: 8pt;
		background-color: #3f2f49;
/*		color: #fae4cb;*/
		color: #776e81;
		font-weight: normal;
	}
	
	a:hover {
		color: #ff4500;
		text-decoration: underline;
	}
	
	#side_nav a:hover, .footer a:hover {
		color: white;
	}
	
	.main {
		background: url(/images/wave_background.jpg) no-repeat center;
		padding: 0 1.2em;
	}
	
	.error {
		color: red;
		font-weight: bold;
	}
	
	/*******************************/
	/*   BEGIN: Drop-Down Styles   */
	/*******************************/
	
	#navigation {
		display: none;
	}
	
	/*******************************/
	/*   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    */
	/*******************************/
