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

body {
	background-color: #660000;
}
a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #800000;
}
a:hover {
	text-decoration: underline;
	color: #0000ff;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.class1 A:link {text-decoration: none; color:#ffffff;}
.class1 A:visited {text-decoration: none; color: #ffffff;}
.class1 A:active {text-decoration: none; color: #ffffff;}
.class1 A:hover {text-decoration: none; color: #800000;}


#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #00000;
	background-color: #FFF;
	width: 96%;
	border: medium solid #000000;
	height: 100%;
	float: left;
	margin: 2%;
}

#header {
	width: 96%;
	background-color: #FFF;
	text-align: center;
	float: left;
	height: 96%;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
}

#nav {
	background-color: #000000;
	width: 100%;
	text-align: center;
	height: 98%;
	color: #FFF;
	font-size: 85%;
	float: left;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #A0A0A4;
	border-bottom-color: #A0A0A4;
	padding-top: 1%;
	padding-bottom: 1%;
	font-weight: bold;
}

#content {
	float: left;
	height: 98%;
	width: 96%;
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}

#contenttop {
	float: left;
	height: 99%;
	width: 100%;
	padding-top: 1%;
}
#contentbottom {
	float: left;
	height: 100%;
	width: 100%;
}

#bottom {
	font-size: 75%;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	width: 100%;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #A0A0A4;
	padding-top: 2%;
	padding-bottom: 1%;
	clear: both;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #A0A0A4;
	float: left;
}


#form {
	padding: 2%;
	width: 98%;
}
#form2 {
	width: 98%;
	float: left;
	height: 99%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
