/* Unchanged */
body {
	padding: 0 0 0 0;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: .90em;
	background-color: #000000;
	height:100%;
	color: #ffffff;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	text-align: left;
}
h2, h3, h4 {
	font-weight: bold;
	text-align: left;
}
h1 {
	font-size: 140%;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-size: 120%;
	text-shadow: #ff0000 3px 3px 5px;
}
h3 {
	font-size: 110%;
	margin: 0 0 0 0;
	padding: 3 3 3 3;
}
h4 {
	font-size: 90%;
}
a:link {
	text-decoration: underline;
	color: #fff;
}
a:visited {
	text-decoration: underline;
	color: #ffff00;
}
a:active { 
	text-decoration: underline;
	color: #00ff00;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
#header {
	text-align: center;
	height: 100px;
	margin: 0px 0px 0px 170px;
}
#header h1 {
	height: 100px;
	background-image: url("images/covertitle.gif");
	background-repeat: no-repeat; background-position: 50% 50%;
	color: #000000;
}
#header h1 span {
	display: none;
}
#footer {
	text-align: center;
	padding: 0 20px 0 20px;
	color: #fff;
	clear: both;
	background-color: #660000;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #008Aff;
}
#foot {
	text-align: center;
	font-size: 80%;
}
#content {
	margin: 0px 10px 10px 10em;
	padding: 0px 0px 0px 0px;
	z-index: 5;
	height: 100%; 
}
#contentcontent {
	margin-left: 10px;
	margin-right: 10px;
}
#left {
	background-image: url("images/chains.gif");
	border-left: 3px solid #004Eff;
	border-top: 3px solid #004Eff;
	border-right: 3px solid #000040;
	border-bottom: 3px solid #000040;
	width: 9em;
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 1;
	color: #fff;
	background-color: #000080;
}
#left ul {
	list-style: none;
	margin: 5px;
	padding-left: 5px;
	border: none;
}
#left li {
	margin: .5em 0;
	line-height: 1.2em;
	margin-bottom: .7em;
	}
#left li a {
	display: block;
	padding: 0px 0px 0px 5px;
	border-left: 5px solid #004Eff;
	border-right: 5px solid #000040;
	border-top: 5px solid #004Eff;
	border-bottom: 5px solid #000040;
	background-color: #000080;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html>body #button li a {
	width: auto
}
#left li a:hover {
	border-right: 5px solid #3f0000;
	border-left: 5px solid #870000;
	border-bottom: 5px solid #3f0000;
	border-top: 5px solid #870000;
	background-color: #660000;
	color: #fff;
}
.menuHeading {
	margin-top: 10px;
	margin-left: 2px;
	padding-left: 2px;
	padding-top: 0px;
	font-size: 1.1em;
	font-weight: bold;
	word-wrap: break-word;
	color: #ffffff;
}
A.menuHeading:link {
	color: #ffff00;
	text-decoration: underline;
}
A.menuHeading:visited {
	color: #ffff00;
	text-decoration: underline;
}
A.menuHeading:active {
	color: #ffff00;
}
A.menuHeading:hover {
	color: #00ff00;
}