html, body {
	vertical-align: center;
	margin-top: 10px;
	margin-left: 2%;
	background-color: #000033;
	font-family: garamond;
	font-size: 16px;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:active {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: overline;
}

#content_header {
	font-family: monospace;
	color: #3D3D3D;
	background-color: black;
	padding: 5px;
}

#content_header h1 {
	margin: 2px;
}

#content_header span {
	color: white;
}

#content_footer {
	clear: both;
	color: #FFFFFF;
}

#user_pane {
	padding: 5px;
	float: left;
	color: white;
}

#content {
	width: 95%;
	float: left;
	background-color: #001A33;
	padding: 10px;

	border-width: 2px;
	border-color: #3D3D3D;
	border-style: solid;
}

.error_message {
	color: red;
	font-weight: bold;
}

.contentBox {
	margin: 10px;
	background-color: #575757;
	float: left;
}

.contentBox_header {
	color: white;
	font-weight: bold;
	background-color: #383838;
}

.contentBox_body {
	color: white;
}