﻿#logoheader {
	position:absolute;
	width:100%;
	height:70px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color: #000099;
	color: #ffffff;
}
#navigator {
	position:absolute;
	width:100%;
	height:20px;
	z-index:2;
	left: 0px;
	top: 70px;
	background-image: url(../images/menubkgrd.gif);
	background-repeat: repeat;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigator a:link {
	color: #000099;
	text-decoration:none;
}
#navigator a:visited {
	color: #000099;
	text-decoration:none;
}
#navigator a:active {
	color: #000099;
	text-decoration:none;
}
#navigator a:hover {
	color: #FFFF00;
	text-decoration:none;
}	
#menu1 {
	position:absolute;
	width:100px;
	height:19px;
	z-index:5;
	left: 0px;
	top: 1px;
	color: #000099;
	text-decoration:none;
}

#menu2 {
	position:absolute;
	width:100px;
	height:19px;
	z-index:6;
	left: 100px;
	top: 1px;
	color: #000099;
}
#menu3 {
	position:absolute;
	width:100px;
	height:19px;
	z-index:7;
	left: 200px;
	top: 1px;
	color: #000099;
}
#menu4 {
	position:absolute;
	width:100px;
	height:19px;
	z-index:8;
	left: 300px;
	top: 1px;
	color: #000099;
}

#layout {
	position:absolute;
	top:120px;	
	width:800px;
	height:685px;
	clear:both;	
	z-index:3;
	left: 50px;
}
#footer {
	position:absolute;
	width:100%;
	height:15px;
	z-index:99;
	top: 90px;
	left: 0px;
	background-color: #CC0000;
}
body {
	background-color: #000000;
	background-image: url(../images/hatch.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
.style2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;

}
.style3 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.sponsors a:link {
	color: #000099;
	text-decoration:none;
}
.sponsors a:visited {
	color: #000099;
	text-decoration:none;
}
.sponsors a:active {
	color: #000099;
	text-decoration:none;
}
.sponsors a:hover {
	color: #FFFF00;
	text-decoration:underline;
}
