body {
	background-color: #2d4f89;
}

div.header_shadow {
	background-color: #16345e;
	width: 28em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
	top: 10px;
	left: 10px;
}

div.header_container {
	background-color: black;
	padding: 3px;
	text-align: center;
	position: relative;
	bottom: 10px;
	right: 10px;
}

h1.header_text {
	color: white;
	font-family: Courier, "Courier New", "Nimbus Mono L", monospace;
}

.blink {
	text-decoration: blink;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

ul#menu {
	padding: 0;
	margin: 0;
	margin-left: 50px;
	list-style: none;
	line-height: 1; /* IE6 sucks */
}

.menu_first {
	border-left: 2px solid;
	border-color: black;
}

li.menu_item {
	float: left;
	background-color: #16345e;
	position: relative;
	top: 10px;
	left: 10px;
}

div.menu_active, a.menu_link {
	padding: 10px 20px;
	font-family: "Courier New", "Nimbus Mono L", monospace;
	font-size: 14pt;
	font-weight: bold;
	border-top: 2px solid;
	border-right: 2px solid;
	border-color: black;
	position: relative;
	bottom: 10px;
	right: 10px;
}

a.menu_link {
	display: block;
	text-decoration: none;
	color: black;
	background-color: #969696;
}

a.menu_active, a.menu_link:hover {
	color: white;
	background-color: black;
	text-decoration: none;
}

div.content_shadow {
	background-color: #16345e;
	clear: left;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 10px;
	position: relative;
	top: 10px;
	left: 10px;
}

div.content {
	font-family: Verdana, sans-serif;
	border: 2px solid black;
	padding: 10px 20px;
	color: black;
	background-color: white;
	position: relative;
	bottom: 10px;
	right: 10px;
}

div.footer_links {
	text-align: right;
	margin: 0 50px 50px 0;
	font-size: 8pt;
	color: #16345e;
}

a.footer_link {
	color: #16345e;
}

img {
	border: 0;
}

div.clear {
	clear: both;
}

dt {
	font-weight: bold;
}

ul {
	list-style-type: square;
}

pre.pgp_key {
	color: black;
	background-color: #d3d3d3;
	border: 1px solid black;
	padding: 10px;
	/*float: left;*/ /* Doesn't work on IE6 */
}

table {
    border-collapse: collapse;
}

td {
	border: 1px solid black;
	padding: 5px;
}

.bold {
	font-weight: bold;
}

