@charset "UTF-8";
/* CSS Document */

p { font: normal 11px Verdana; }
a { text-decoration: none; z-index: 12; }
a:hover { font: normal 11px Verdana; text-decoration: underline; color: red; z-index: 12; }
ul { font: normal 10px Verdana; }
td { font: normal 10px Verdana; }
h1 { font: normal 18px Geneva; Color: #000000; background-color: transparent; text-align: left; }
h2 { font: normal 16px Geneva;	Color: #000000; 	background-color: transparent; text-align: left;	text-decoration: underline; }
h3 { font-family: Geneva; font-size: 12px; }
h4 { font: normal 14px Geneva; Color: #0033FF; background-color: transparent; text-align: left; }
.style1 { color: #FFFFFF; font-style: italic; }

#topBanner { 
	position: absolute; 
	width: 100%; 
	top: 0px; 
	left: 0px; 
	height: 53px; 
	background: #000000; 
	z-index: 3; 
	}
	
#topBanner2 { 
	position: absolute; 
	width: 100%; 
	top: 53px; 
	left: 0px; 
	height: 15px; 
	background: #99CCFF; 
	z-index: 9; 
	}
#menu { 
	position: absolute; 
	width: 205; 
	top : 68px; 
	left : 0px; 
	font: normal 12px "Gil Sans"; 
	z-index: 7; 
	}
#platypus {
	position: absolute;
	left: 10px;
	z-index: 10;
	top: 425px;
}
#platypus2 {
	position: absolute;
	left: 10px;
	z-index: 10;
	top: 520px;
}
#rtImg1 {
	float: right; top: 60px;
}
#news { 
	float: right;
	top : 100px; 
	left : 720px; 
	height: 650px;
	background: #DDDDDD;
	font: normal 12px "Gil Sans"; 
	z-index: 7;
}

#text { 
	position: absolute; 
	width: 400; 
	top: 80px; 
	left: 210px; 
	height: 500px; 
	z-index: 6;
	}

#footer2 { 
	position: absolute; 
	width: 100%; 
	left: 0px;
	top: 650px;
	height: 50px; 
	z-index: 7;
	background-color: #000000;
	}	
#foot { 
	position: absolute; 
	width: 800px; 
	top: 680px; 
	left: 210px; 
	height: 50px; 
	}	
hr {
	border: thin solid #000000;
	background-color: #000000;
	height: 2px;
}



