
body {
	background-color: gray;
}

#container {
	background-color: white;
}

#header {
	background-color: #8A2F2C;
	color: white;
}

#header, #menu {
	border-color: white;
}

#menu a {
	color: white;
}

#toc, #updates {
	background-color: #E9DAD7;
}

#footer, #footer a {
	background-color: black;
	color: white;
}
#footer a {
	font-weight: bold;
}

.panel1, .DownloadCrumbs {
	background-color: #EFEFEF;
	border: 1px solid #CECFCE;
	margin-bottom: 12px;
	padding: 4px;
}

.box {
	background-color: #C6C6C6;
	border: 1px solid black;
}

.table1 {
	background-color: black;
}
.table1 th {
	color: white;
}
.table1 .th td {
	background-color: #aaaadd;
}
.table1 td {
	background-color: white;
}