
	body {
	color: black;
	background-color: #99CCC2;
	margin: 0;
	padding: 0;
	}
	
	h1 {
	text-decoration : none;
	text-align: center;
	font-size : 30px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	/*margin: 20px 0px 15px 250px;*/
	padding: 0;
	}
	
	h2 {
	text-decoration : none;
	text-align: center;
	font-size : 20px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	/*margin: 20px 0px 15px 250px;*/
	padding: 0;
	}
	
	h3 {
	text-decoration : none;
	text-align: center;
	font-size : 16px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	/*margin: 20px 0px 15px 250px;*/
	padding: 0;
	}
	
	h4 {
	text-decoration : none;
	text-align: center;
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	/*margin: 20px 0px 15px 250px;*/
	padding: 0;
	}
	
	h5 {
	text-decoration : none;
	text-align: left;
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	/*margin: 20px 0px 15px 250px;*/
	padding: 0;
	}
	
	h6 {
	text-decoration : none;
	text-align: center;
	font-size : 17px;
	font-family : Courier New,Verdana, Arial,Helvetica,sans-serif;
	/*margin: 20px 0px 15px 250px;*/
	padding: 0;
	}
	
		#boldred {
		color : red;
		}
		
		#boldredem {
		color : red;
		font-style: italic;
		}
		
		#boldblue {
		color : #000099;
		}
				
		#boldblack {
		color : black;
		}
		
		#boldwhite {
		color : white;
		}
		
	li {
	text-decoration : none;
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	color : #000000;
	}
	
	p, dl, dt, dd, td {
	color : black;
	text-decoration : none;
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	}
	
	.main {
	position: absolute;
	width: 760px;
	top: absolute;
	left: 0;
	border: none;
	background-color: #ffffff;
	padding: 0;
	z-index: 0;
	}
	
	#footer {
	position: absolute;
	width: 740px;
	height: 25px;
	top: absolute;
	left: 0;
	font-size: 0.9em;
	border: none;
	background-color: #ffffff;
	padding: 50;
	z-index: 2;
	}
	
	#footerleft {
	position: absolute;
	width: 150px;
	height: 25px;
	top: absolute;
	left: 125px;
	font-size: 0.9em;
	border: none;
	background-color: #ffffff;
	padding: 10;
	z-index: 2;
	}
	
	#footercenter {
	position: absolute;
	width: 200px;
	height: 25px;
	top: absolute;
	left: 300px;
	font-size: 0.9em;
	border: none;
	background-color: #ffffff;
	padding: 10;
	z-index: 2;
	}
	
	#footerright {
	position: absolute;
	width: 150px;
	height: 25px;
	top: absolute;
	left: 550px;
	font-size: 0.9em;
	border: none;
	background-color: #99CCC2;
	padding: 10;
	z-index: 2;
	}
	
	#navleft {
	position: absolute;
	width: 128px;
	top: 70px;
	left: 20px;
	font-size: 0.9em;
	border: 1px dashed #000000; /* 99CCC2 */
	background-color: #ffffff;
	padding: 10px;
	z-index: 2;
	}
	
	/* All the content boxes belong to the content class. */
	.content {
	position: relative;
	top: 40px;
	width: 500px;
	min-width: 120px;
	margin: 0 50px 20px 170px;
	border: 1px solid white;
	background-color: none;
	padding: 10px;
	z-index: 3;
	}
	
	a.white:link {color: white; font-size: 14px; text-decoration: underline; font-weight: 2000}
	a.white:visited {color: white; font-size: 14px; text-decoration: underline; font-weight: 2000}
	a.white:hover {color: yellow; font-size: 14px; text-decoration: underline; font-weight: 1000}
	
	