body {
	background-color: black;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin: 0px;
	line-height: 1.2em;
}

#allcontent {
	width: 960px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #EA0000;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 0 auto;
	background-color: #000000;
	height: 180px;
	width: 950px;
	text-align: center;
	border: 1px solid white;
}

#nav {
	width: 950px;
	height: 36px;
	margin: 2px auto 0px auto;
	padding: 2px 0 2px 0;
	font-size: 95%;
	background-color: black;
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-right: 1px solid white;
	text-align: center;
}

#nav ul li {
	display: inline;
	height: 32px;
	margin: 0px 30px 0 30px;
	padding: 0px 0 2px 0;
	line-height: 1em;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	border: 1px solid #777;
	padding: 0px 10px;

}

#nav li a:hover {
	background-color: #444444;
}

#nav li a:active {
	background: #0c7b8f;
}

.activedir {
	background-color: #0c7b8f;
}


#content {
	background-color: #ffffff;
	padding: 0px 15px;
	margin: 3px 270px 2px 3px;
	border: 1px solid black;
}

#sidebar {
	background-color: #b9f5f5;
	padding: 0px 0px;
	margin: 2px 3px 2px 10px;
	float: right;
	width: 260px;
	font-size: 80%;
	border: 1px solid black;
	line-height: 1.2;
}

#sidebar h2 {
	text-align: center;
	background-color: black;
	color: white;
	margin: 2px;
}

#sidebar p {
	text-decoration: none;
	font-size: 120%;
	border-bottom: 1px solid black;
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
	text-align: center;
}

#sidebar p a {
	text-decoration: none;
	color: #0c8b8f;
}

#sidebar a:active {
	color: #0c8b8f;
}

#footer {
	background-color: #b9f5f5;
	padding: 10px;
	width: 932px;
	margin: 0 auto;
	font-size: 90%;
	clear: right;
	border: 1px solid black;
	font-family: Constantia, Garamond, serif;
	text-align: center;
	line-height: 1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Constantia, Garamond, serif;
}

#content h1 { 
	color: #EA0000;
}

#content h2 { 
	color: #EA0000;
}

#content h3 { 
	color: #EA0000;
}

#content a {
	text-decoration: none;
	color: #0c7b8f;
}

#content a:visited {
	color: #555555;
}

#content a:hover {
	630000;
}

#sidebar h3 {
	margin: 4px 10px 0px 10px;
	border-bottom: 1px dotted #777;
	font-size: small;

}

#sidebar h4 {
	margin: 3px 10px 3px 10px;
}

#sidebar p {
	margin: 0px 10px 10px 10px;
}

#footer h1 {
	margin: 0 0 2px 0;
	font-size: 100%;
}

#footer p {
	margin: 0 0 2px 0;
}