﻿body {
	background-image: url(http://www.coloradoplains.com/otero/images/image25.jpg);
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px 0px 0px 0px;
}
#container {
	width: 100%;
	height: 100%;
}
#masthead {
	margin: 0 0 0 0;
	padding: 1em;
	text-align:center;
	border-bottom-color:gray;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#navigation {
	background-color: #545454;
	text-align:center;
	padding:.2em;
	height:auto;
}
#nav {
	position: relative;
	float: left;
	width: 140px;
	background-color: #C0C0C0;
}
#content {
	margin-left: 140px;
	padding: 0 10px 0 10px;
}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	font-size:8pt;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	text-align:center;
}
a:link
{
	color: #3B00CA;
	text-decoration: none;
}
a:active
{
	color: #8551FF;
	text-decoration: none;
}
a:visited
{
	color: #3B00CA;
	text-decoration: none;
}
a:hover
{
	color: #808080;
	text-decoration: none;
}
td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1
{
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	color: #282A55;
}
h2
{
	font-size: 1em;
	font-weight: bold;
	font-style: normal;
	color: #282A55;
}
h3
{
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #282A55;
}
h4
{
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #282A55;
}
h5
{
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #282A55;
}
h6
{
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #282A55;
}
hr
{
	color: #FFFFFF;
	height: 2px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
#nav ul {
	list-style-type: none;
	width: 100%;
	display:block;
	margin: 0;
	padding: 0;
}
#nav li {
	display: block;
	border: 1px solid #808080;
}
#nav a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
}
#nav a:hover {
	font-weight: bold;
	font-size:10pt;
	text-decoration: none;
	color: #ffffff;
	background-color: #808080;
}
.button {
	font-size:10pt;
	width:10.05em;
	text-align:center;
	float:left;
}
.button a, .button a:visited {
	color: #000000;
	background-color: #E0DAB8;
	text-decoration: none;
	border-top: 2px solid #F0ECE3;
	border-left: 2px solid #6B5938;
	border-right: 2px solid #F0ECE3;
	border-bottom: 2px solid #6B5938;
	display:block;
}
.button a:hover {
	background-color: #D3C6AD;
	color: #FFFFFF;
	border-top: 2px solid #F0ECE3;
	border-left: 2px solid #6B5938;
	border-right: 2px solid #F0ECE3;
	border-bottom: 2px solid #6B5938;
}
#button a:active {
	border-left: 5px solid #C0C0C0;
	border-right: 5px solid #C0C0C0;
	background-color: #C0C0C0;
	color: #000000;
}