
	body {
	color: white;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	}
	
	h1 {
		color: #006633;
		font-style: italic;
	}
	
	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;
	}
	
		#boldred {
		color : red;
		}
		
		#boldblue {
		color : blue;
		}
				
		#boldblack {
		color : black;
		}
		
	li {
	text-decoration : none;
	font-size : 12px;
	font-family : Verdana, Arial,Helvetica,sans-serif;
	color : #000000;
	}
	
	p {
	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: 30;
	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: #ffffff;
	padding: 10;
	z-index: 2;
	}
	
	#navleft {
	position: absolute;
	width: 128px;
	top: 350px;  /*70px*/
	left: 20px;
	font-size: 0.9em;
	border: 1px dashed #000000; /* 99CCC2 */
	background-color: #ffffff;
	padding: 10px;
	z-index: 0;
	}
	
	#star_ad {
	position: absolute;
	width: 128px;
	top: 50px;  /*70px*/
	left: 0px;
	background-color: #ffffff;
	padding: 10px;
	z-index: 2;
	}
	
	/* All the content boxes belong to the content class. */
	.content {
	position: relative;
	top: 75px;
	width: 500px;
	min-width: 120px;
	margin: 0 50px 20px 170px;
	background-color: none;
	padding: 10px;
	z-index: 0;
	}
	
	#banner_area {
	position: relative;
	top: 40px;
	left: -12px;
	width: 220px;
	background-color: none;
	padding: 10px;
	z-index: 3;
	}
	
	#vid_area {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 500px;
	background-color: none;
	padding: 15px;
	z-index: 3;
	}
