
body {
	background-color: #555;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body a {
	color: #999;
	text-decoration: none;
}

body a:hover {
	color: #bbb;
}

div#document {
	height: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
}

div#document_banner {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 180px;
	position: relative;
	width: 100%;
	z-index: 2;
}

div#document_content {
	background-color: white;
	border-color: #888;
	border-style: dashed;
	border-width: 0px 0px 0px 1px;
	height: 100%;
	margin: -180px 0px 0px 200px;
	min-height: 100%;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: justify;
}

div#document_content_sub {
	background-color: white;
	border-color: #888;
	border-style: dashed;
	border-width: 0px 0px 0px 1px;
	margin: 0px 0px 0px -1px;
	padding: 200px 2em 1em 2em;
	position: relative;
}

div#document_navigation {
	background-color: white;
	border-color: #888;
	border-style: dashed;
	border-width: 0px 1px 0px 0px;
	float: left;
	height: 100%;
	margin: 0px -1px 0px 0px;
	position: relative;
	width: 200px;
}

div#document_navigation div {
	border-color: #888;
	border-style: dashed;
	border-width: 1px 0px 0px;
	height: 30px;
}

div#document_navigation div a {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	text-decoration: none;
	width: 200px;
}

div#document_navigation div a:hover {
	background-position: 0px -30px;
}

/**
	This element is a terrible, terrible hack; but I'm having entirely too much
	difficulty properly doing the CSS for this, and I'm ready to move on.
/**/
div#document_separator {
	border-color: #888;
	border-style: dashed;
	border-width: 0px 1px 0px 0px;
	height: 100%;
	left: 0px;
	margin: -180px 0px 0px 0px;
	position: absolute;
	width: 200px;
}

div#document_sub {
	background-color: white;
	border-collapse: collapse;
	border-color: black;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	position: relative;
	width: 800px;
}

div#footer_copy {
	display: block;
	font-size: 0.8em;
	margin-top: 3em;
	text-align: center;
}

fieldset {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px 0px 2em 0px;
	padding: 0px;
}

h3 {
	margin-bottom: 0em;
}

p {
	margin: 0em 0em 2em 0em;
}

span.general_error {
	color: red;
}

span.general_notification {
	color: #999;
}

span.splash_text {
	font-size: 1.2em;
}

table {
	margin: 0px;
	padding: 0px;
}

td.field_label {
	padding-right: 1em;
	text-align: right;
	vertical-align: top;
}

textarea {
	font-family: arial, sans-serif;
	font-size: 0.9em;
	width: 100%;
}

