﻿html, body {
	background: #006;
	color: #000;
	margin: 0;
	font-family: Trebuchet MS, trebuchet, helvetica, sans-serif;
	font-size: 13px;
}
a {
	text-decoration: none;
}
a:link {
	color: #00C;
}
a:visited {
	color: #00C;
}
a:hover {
	color: #C90;
}
a:active {
	color: #06F;
}
a:visited:hover {
	color: #C90;
}
TABLE {
	border-collapse: collapse;
	border: 0px none;
}
TD {
	vertical-align: top;
	font-size: 11px;
}
h1, h2, h3, h4, h5, h6 {
	color: #006;
	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: 12px;
	margin: 2 0 2 4;
}
P {
	font-family: Trebuchet MS, trebuchet, helvetica, sans-serif;
	font-size: 13px;
	margin: 1 0 .7em 0;
	line-height: 1.4em;
}
#logo {
	margin-top: 30px;
	margin-left: 40px;
}
#slogan {
	position: absolute;
	top: 1.3em;
	left: 6em;
}
#head {
	margin-top: 20px;
	margin-left: 5%;
	width: 90%;
	background: #336;
	overflow: hidden;
}
#navleft {
	margin-top: 60px;
	margin-left: 40px;
	width: 200px;
	float: left;
}
#navleft a {
	display: block;
	font-size: 14px;
	font-weight: 800;
	margin-bottom: .5em;
}
#navleft a:link {
	color: #00C;
}
#navleft a:visited {
	color: #00C;
}
#navleft a:hover, #navleft a:visited:hover {
	color: #69F;
}
#navleft a:active {
	color: #06F;
}
#main {
	margin-left: 5%;
	width: 90%;
	background: #FFF url('images/bg-main.jpg') no-repeat bottom left;
}
#contents {
	margin-left: 300px;
	width: 50%;
	padding-top: 60px;
	padding-bottom: 60px;
}
#footer {
	margin-left: 5%;
	width: 90%;
	background-color: #669;
	padding-top: 5px;
	padding-bottom: 10px;
}
#footer p {
	font-size: 80%;
	letter-spacing:1px;
	color: #CCC;
	text-align: center;
}
.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: #006;
	WIDTH: 100%;
	margin: 1 0;
	height: 1px;
}
UL {
	list-style-type: square;
	list-style-position: outside;
	margin: .5em 1.6em;
}
LI {
	margin: 2;
	font-size: 100%;
}
blockquote {
	margin: -6px .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: 1;
	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;
}
