.header {
	background: #a3a3a3;
	color: #000000;
	font-family: sans-serif;
	font-size: 1.5em;
}

.nav {
	background: #000000;
	color: #CCCCCC;
	font-weight: bold;
	padding: 0.25em 0em 0.25em 0.25em;
	font-size: 9pt;
}

div.header {
	padding: 0.5ex 0px 0.5ex 1ex;
}

div#left {
	position: absolute;
	top: 6em;
	left: 0;
	padding-left: 1em;
	margin: 0px 16em 0px 0px;
	width: auto;
}

div#right {
	position: absolute;
	top: 6em;
	right: 0;
	width: 14em;
	padding-right: 1em;
}

div#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #000000;
	color: #CCCCCC;
	font-size: 0.8em;
	font-family: sans-serif;
	text-align: center;
}

.tbox {
	font-weight: bold;
	font-size: 10pt;
	border-style: solid;
	border-color: black;
	border-width: 0px 1px 1px 0px;
	margin: -1px 0px 0px -1px;
	padding: 2px;
	background: #2f343a;
	color: #CCCCCC;
	float: left;
	clear: both;
}

div {
	font-family: sans-serif;
	font-size: 0.9em;
}

div.mbox {
	margin: 0px;
	font-size: 11pt;
	clear: both;
	background: #a3a3a3;
	color: #000000;
	border: 1px solid black;
}

div.text {
	clear: both;
	padding: 4px;
}

div.container {
	margin: 0px 0px 15px 0px;
}

h1 {
	font-size: 1.2em;
	font-family: "Century Gothic", fantasy;
	color: navy;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #29416C;
}

a:hover, a.nav:hover, a.header:hover {
	color: #111111;
	background-color: #a3a3a3;
	text-shadow: 2px 2px 4px #333333;
	text-decoration: none;
}

a:visited {
	color: #3C404B;
	text-decoration: none;
	text-shadow: 2px 2px 1px #ffffff;
}

div.mbox span.tbox {
	text-shadow: 2px 2px 2px #000;
}

a.nav {
	color: #CCCCCC;
}

a.nav:visited {
	color: #999999;
}

body {
	background: #2f343a;
	margin: 0px;
	overflow: auto;
	font-family: sans-serif;
	font-size: 10pt;
}

blockquote {
	margin: 1em;
	padding: 0px 1ex 0px 2em;
	border-left: 1px dotted #2f343a;
}

/* Nasty evil fucking hacks for WinIE. */
* html { overflow: hidden; }
* html body { overflow: auto; }
html, body { height: 100%; margin: 0; padding: 0; }
/* End of evil nasty IE hacks. */

p {
	margin: 0px 0px 8px 0px;
}

a.header {
	text-decoration: none;
}

ul.links {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

code {
	font-size: 0.9em;
	font-weight: bold;
	color: #29416C;
}

ul > p {
	color: #A3A3A3;
}

div.pre, pre {
	background: #a3a3a3;
	border: 1px solid #000;
	font-size: 0.9em;
	color: #29416C;
}

div.text pre {
	border: 0;
	width: 100%;
}

div.text hr {
	display: none;
}

div.pre a, pre a {
	font-weight: bold;
}

img {
	border: 0px;
}

th {
	background-color: #dddddd;
}

td {
	background-color: #ffffff;
}

@media only screen and (max-device-width: 480px) {
	#footer { display: none !important; }
}
