@charset "utf-8";
#container {
	background-color: #CCCCCC;
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: medium solid #000000;
}
body {
	background-image: url(images/bodyBackFade1400.jpg);
	background-repeat: repeat;
	background-position: center;
}

#header {
	background-color: #0000CC;
	height: 144px;
	width: 800px;
}
#menu {
	background-color: #FF0000;
	height: 30px;
	width: 800px;
	border: thin solid #000000;
	margin-left: -1px;
}
#content {
	background-color: #bec7c9;
	height: auto;
	width: 800px;
	background-image: url(images/contentBackfade.jpg);
	background-repeat: repeat-y;
	padding-bottom: 15px;
	padding-top: 15px;
}
.contenttext {
	font-size: 16px;
	font-weight: bold;
}

#footer {
	background-color: #330000;
	height: 40px;
	width: 800px;
	background-image: url(images/contentBackfade.jpg);
	background-repeat: repeat-y;
	border: thin solid #000000;
	margin-left: -1px;
	padding: 0px;
}
#contentbox   {
	margin: 11px;
	width: auto;
}
.headertext {
	font-size: 20px;
	font-weight: bold;
}


.copyright {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	color: #000000;
}
H1 {
	font-size: 22px;
	padding: 0px;
	margin: 0px;
}
