body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(graphics/light_green_tile.jpg);
	background-repeat: repeat;
	color: #FFFFfd;
	}

.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10px;
	background-image: url(graphics/hedron_bg_green2.jpg);
	background-repeat: repeat;
	width: 243px;
	height: 211px;
	clear: both;
	}

h3, h4 {
	color: #2c2a2d;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul{
	list-style-type: square;
	padding: 0px;
	margin: 0px;
	
}
.content_container {
	position: absolute;
	left: 104px;
	top: 65px;
	z-index: 15px;
	list-style-type: square;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 600px;
	text-align: justify;
	height: auto;
	clear: both;
	
}

a:link  {
	color: #f6cd35; 
	text-decoration: underline; 
	background-image: none; 
	}
	
a:visited {
	color: #f6cd35; 
	text-decoration: 
	underline; 
	}
	
a:hover {
	color: #6c140a; 
	text-decoration: underline; 
	}
	
a:active   { 
	color: #ff0000; 
	text-decoration: none; 
	}

