﻿html, body {
	background: #FFF;
	color: #000;
	margin: 0;
	font-family: Trebuchet MS, trebuchet, helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
a {
	text-decoration: none;
}
a:link {
	color: #600;
}
a:visited {
	color: #600;
}
a:hover {
	color: #F30;
}
a:active {
	color: #000;
}
a:visited:hover {
	color: #F30;
}
TABLE {
	border-collapse: collapse;
	border: 0px none;
}
TD {
	vertical-align: top;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	color: #600;
	font-family: Trebuchet MS, trebuchet, helvetica, sans-serif;
	font-weight: 900;
	line-height: 1.2em;
}
h1 {
	font-size: 20px;
	margin: 4 0 3 0;
}
h2 {
	font-size: 15px;
	margin: 0 0 3 0;
}
h3 {
	font-size: 16px;
	margin: 0 0 2 0;
	letter-spacing: .5;
}
h4 {
	font-size: 14px;
	margin: 0 0 2 0;
}
h5 {
	font-size: 13px;
	margin: .5em 0 2 0;
}
h6 {
	font-size: 10px;
	margin: 3 0 2 4;
	font-weight: 500;
}
P {
	font-family: Trebuchet MS, trebuchet, helvetica, sans-serif;
	font-size: 12px;
	margin: 1 0 .7em 0;
	line-height: 1.4em;
}
#logo {
	position: absolute;
	top: 1em;
	left: 1em;
}
#coname {
	position: absolute;
	top: 1.1em;
	left: 4em;
	font: 600 18px arial;
	color: #600;
	letter-spacing: 1px;
}
#head {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 100px;
	border-top: 2px solid #900;
	border-bottom: 2px solid #900;
	background: #FC6 url('images/bg-gold.jpg');
	overflow: hidden;
}
#navtop {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 24px;
	vertical-align: middle;
	background: #600 url('images/bg-rust.jpg') repeat-x;
	z-index: 10;
	padding: 5 10 1 33%;
}
#navtop a {
	display: inline;
	padding: 5 10;
	margin: 0;
	border-left: 1px solid #C93;
	border-right: 1px solid #900;
}
#navtop a:link {
	color: #FC6;
}
#navtop a:visited {
	color: #CC9;
}
#navtop a:hover, #navtop a:visited:hover {
	color: #FFC;
	background: url('images/bg-rust-down.jpg') repeat-x;
	border-left: 1px solid #900;
}
#navtop a:active {
	color: #FF9;
}
#main {
	position: absolute;
	top: 220px;
	left: 20%;
	width: 65%;
}
#leftbox {
	position: absolute;
	top: 300px;
	left: 5%;
	width: 140px;
	border: 1px dashed #CC9;
	border-left: 0px none;
	padding-right: 0.5em;
}
#leftbox h3 {
	position: relative;
	top: -10px;
	left: 0;
	width: 75px;
	background-color: #FFF;
	color: #600;
}
#footer {
	margin-bottom: 2em;
}
#footer p {
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 1.66em;
	color: #666;
}
.form {
	margin-top: 3px;
	background-color: #FFF;
	width: 100%;
	border: 1px solid #CCC;
}
.form td {
	padding: 2 5;
	border-top: 1px solid #CCC;
	vertical-align: middle;
}
.form tr.odd {
	background-color: #EEECEA;
}
img {
	border: 0px none;
	margin: 0;
}
HR {
	color: #C96;
	WIDTH: 100%;
	margin: 1px 0;
	height: 1px;
}
UL {
	list-style-image: url('images/arrow.gif');
	list-style-position: outside;
	margin: .5em 1.6em;
}
LI {
	margin: 2px;
	font-size: 11px;
}
blockquote {
	margin: -6 .5em .8em .5em;
	font-size: 11px;
}
input {
	font-size: 11px;
	border: 1px solid #c0c0c0;
	background-color: #FFF;
}
input.button {
	font-size: 12px;
	background-color: #EEECEA;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
textarea {
	font-size: 11px;
}
select {
	border: 1px solid #C0C0C0;
	padding: 1px;
	font-size: 10px;
}
.radio {
	margin: 0 0 2em 0;
	width: 100%;
}
.radio td {
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid silver;
	padding: 0;
}
