@charset "iso-8859-1";
/* CSS Document */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}

.head {
	color: #3EBA4D;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
}

a { 
	color: #000000; 
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
a:active {
	color: #00FF00;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
}	
a:visited {
	color: #000000; 
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}


#centerbox {
	position: absolute;
	left: 19%;
	top: 12%;
}
#nav {
	position: absolute;
	left: 5px;
	top: 572px;
	margin:0;
	z-index:1;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	margin:0;
	z-index:1;
}
#login {
	position: absolute;
	left: 116px;
	top: 0px;
	margin:0;
	z-index:1;
}
#contact {
	position: absolute;
	left: 177px;
	top: 0px;
	margin:0;
	z-index:1;
}
#navtext {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 25px;
	margin:0;
	z-index:1;
	padding: 3px;
}

#validationbox {
	width: 300px;
	position: absolute;
	right: 2%;
	top: 94%;
	text-align: right;
}
