html { height: 100%; width: 100%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	background-color: #990000;
    height: 100%;
    width: 100%;
	margin: 0;
	padding: 0;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

#mastcontainer {
	width: 900px;
	height: 110px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #000000;
	color: #ffffff;
	border-bottom: 3px solid #990000;
	font-family:serif;
	font-size:5.7em;
	text-align:center;
}
#navcontainer {
	width: 900px;
	height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	color: #ffffff;
	border-bottom: 3px solid #990000;
}
#maincontainer {
	width: 900px;
	height: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 100px;
	padding-right: 100px;
	background-color: #000000;
	text-align: center;
	line-height: 175%;
	border-bottom: 3px solid #990000;
}
#navigation {
	font-family: "Copperplate Gothic Bold", "Copperlate Gothic", serif;
	font-size: 1.2em;
	height: 1.2em;
	background-color: #000000;
	vertical-align: top;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#navigation2 {
	font-family: "Copperplate Gothic Bold", "Copperlate Gothic", serif;
	font-size: 1.2em;
	height: 1.2em;
	background-color: #000000;
	vertical-align: top;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.footer {
	text-align: center;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	vertical-align: top;
	font-size: 0.7em;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #ffffff;
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#navigation a:hover {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #ccffff;
}
/* Navigation2 Styles */
#navigation2 ul {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	display: inline;
	margin: 0;
	padding: 0;
}
#navigation2 a {
	color: #ffffff;
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#navigation2 a:hover {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #ffccff;
}
