/* COLORS */
/* Dark Blue-Green #066 */
/* Light Blue-Green #099 */
/* Pale Blue-Green #0cc */
/* Dark Green-Blue #096 */
/* Light Green-Blue #3c9 */
/* LAYOUT */
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	font-family: trebuchet, 'arial', non-serif;
	color: #066;
	font-size: .9em;
	background: #066 url('../images/page_bg.png') repeat top;
}
#container {
	width: 100%;
	height: 100%;
}
#header {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	padding: 6px 0 0 24px;
}
#navbar {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	text-align: center;
	padding: 6px 0 6px 0;
}
#inner {
	width: 792px;
	height: 100%;
	min-height: 600px;
	max-height: 600px;
	background: #fff url('../images/inner_bg.png') repeat-y top;
	border: solid 0px #099;
}
#content {
	width: 792px;
	height: 100%;
}
#content_left {
	width: 180px;
	height: 100%;
	float: left;
	text-align: right;
	padding: 12px 0 0 0;
}
#content_right_title {
	width: 588px;
	height: auto;
	float: right;
	text-align: left;
	padding: 12px 12px 0 12px;
}
#content_right {
	width: 576px;
	height: 348px;
	float: right;
	text-align: left;
	overflow: auto;
	margin: 0 12px 0 0;
	padding: 12px 12px 0 12px;
}
#footer {
	width: 100%;
	height: auto;
	float: left;
	padding: 3px 0 3px 0;
	font-size: .7em;
	text-align: center;
	color: #0cc;
}
form {
	margin: 0;
}
/* FORMAT */
h1 {
	font-size: 1.3em;
	color: #066;
	font-weight: bold;
	margin: 0 0 12px 0;
	text-align: left;
	line-height: normal;
}
h2 {
	font-size: 1.1em;
	color: #066;
	font-weight: bold;
	margin: 0 0 6px 0;
	text-align: left;
	line-height: normal;
}
h3 {
	font-size: .9em;
	color: #096;
	font-weight: bold;
	margin: 0 0 6px 0;
	text-align: left;
	line-height: normal;
}
h4 {
	font-size: .9em;
	color: #066;
	font-weight: bold;
	margin: 0 0 6px 0;
	text-align: left;
	line-height: normal;
}
p {
	text-align: left;
	margin: 0 12px 12px 0;
	font-size: .9em;
}
p.quote {
	text-align: center;
	margin: 0 48px 12px 36px;
	font-size: .9em;
	font-style: italic;
}
ul {
	list-style: circle inside;
}
li {
	text-align: left;
	margin: 0 0 6px 0;
	font-size: .9em;
	font-style: italic;
}
img {
	border: solid 1px #066;
}
img.graphic {
	border: 0;
}
/* TOP NAVIGATION */
#topnav {
	margin-left: auto;
	margin-right: auto;
}
#topnav a.topnav, #topnav a.topnav:link, #topnav a.topnav:visited {
	display: block;
	width: 96px;
	height: 18px;
	background: #transparent;
	color: #096;
	text-decoration: none;
	font-size: .9em;
	text-align: center;
	line-height: 18px;
	border-right: solid 1px #fff;
}
#topnav a.topnav, #topnav a.topnav:link, #topnav a.topnav:visited {
	float: left;
}
#topnav a.topnav:hover {
	background: #transparent;
	color: #3c9;
}
#topnav a.topnav:active {
	background: #transparent;
	color: #3c9;
}
#topnav {
	height: 18px;
}
#topnav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* SIDE NAVIGATION */
div.sidenav {
	width: 172px;
	margin: 6px 0 0 8px;
}
a.sidenav, a.sidenav:link, a.sidenav:visited, a.sidenav:active {
	display: block;
	width: 172px;
	height: 14px;
	line-height: 14px;
	background: #transparent;
	color: #096;
	margin-top: 3px;
	text-align: left;
	text-decoration: none;
	text-indent: 1px;
	font-family: 'trebuchet ms', helvetica, arial, non-serif;
	font-size: .7em;
	overflow: hidden;
}
a.sidenav:hover {
	background: #transparent;
	color: #066;
}
span.sidecaption {
	display: block;
	width: 172px;
	height: 14px;
	line-height: 14px;
	background: #096;
	color: #fff;
	margin-top: 1px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: trebuchet, arial, non-serif;
	font-size: .7em;
	font-weight: bold;
	overflow: hidden;
}
/* FORM */
form {
	margin: 0;
}
td.label {
	font-size: 0.8em;
}
input {
	border: thin 1px #066;
	font-size: 0.8em;
	padding: 1px 0 1px 3px;
}
textarea {
	border: thin 1px #066;
	padding: 3px 0 0 3px;
}
input.submit {
	padding: 3px;
	border: 1px;
	border-style: none;
	background-color: #066;
	font-size: 11px;
	color: #fff;
	cursor: pointer;
}
/* LINKS */
a:link {
	color: #096;
	text-decoration: none;
}
a:visited {
	color: #096;
	text-decoration: none;
}
a:hover {
	color: #3c9;
	text-decoration: none;
}
a:active {
	color: #3c9;
	text-decoration: none;
}
a.alt:link {
	color: #960;
	text-decoration: none;
}
a.alt:visited {
	color: #960;
	text-decoration: none;
}
a.alt:hover {
	color: #369;
	text-decoration: none;
}
a.alt:active {
	color: #960;
	text-decoration: none;
}