﻿/* Main Page Styles */
body {
	background-color: #4e4821;
	color: #ffffcc;
	font-family: tahoma, arial, sans-serif;
}
table {
	border-collapse: collapse;
}
a {
	color: #d0b146;
	text-decoration: underline;
}
a:active, a:hover {
	color: #d0b180;
	text-decoration: none;
}
a.anchor {
	color: inherit;
	text-decoration: none;
}
a.anchor:hover {
	color: inherit;
	text-decoration: none;
}
a.anchor:active {
	color: inherit;
	text-decoration: none;
}
h1 {
	color: #ffff99;
	font-family: georgia, 'times new roman', times, serif;
	font-size: large;
	font-weight: 700;
}
h2 {
	color: #ffff99;
	font-family: georgia, 'times new roman', times, serif;
	font-size: medium;
	font-weight: 700;
}
h3 {
	color: #ffff99;
	font-family: georgia, 'times new roman', times, serif;
	font-size: small;
	font-weight: 700;
}
#main {
	width: 770px;
	background-color: #53522e;
	margin: 20px auto;
	border: 2px black solid;
	font-size: small;
	padding: 0;
}
#header {
	background: #53522e url('../images/header.jpg') no-repeat scroll center center;
	height: 200px;
}
#maincopy {
	padding: 6px;
	text-align: left;
	vertical-align: top;
}
.tabletech {
	text-align: right;
	color: #CC6600;
	vertical-align: top;
}
a.bottom {
	color:#4e4821;
	text-decoration: underline;
}
a.bottom:hover {
	color: maroon;
	text-decoration: underline;
}
a.bottom:active {
	color: maroon;
	text-decoration: underline;
}
/* Left Navigation */
a.leftnav {
	color:#4e4821;
	text-decoration: none;
	border-bottom: thin black dotted;
	width: 115px;
	line-height: 24px;
}
a.leftnav:hover {
	color: maroon;
	text-decoration: none;
	border-bottom: thin black solid;
	width: 115px;
	line-height: 24px;
}
a.leftnav:active {
	color: maroon;
	text-decoration: none;
	border-bottom: thin black solid;
	width: 115px;
	line-height: 24px;
}
/* Main Navigation */
#navcell {
	background-color: black;
	font-family: Georgia, 'Times New Roman', Times, 'Times Roman', serif;
	font-weight: bold;
	font-size: 12px;
	color: #969456;
	text-align: center;
	vertical-align: middle;
}
a.navcell {
	color: #969456;
	text-decoration: none;
}
a.navcell:active, a.navcell:hover {
	color: #D0B146;
	background-color: #222222;
	text-decoration: none;
}
/* Utilities */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.textindent {
	margin-left: 40px;
}
.textblockquote {
	margin-left: 40px;
	margin-right: 40px;
}
.noborder {
	border: 0px transparent none;
}
div.bottomnav {
	width: auto;
	background-color: black;
	border: 1px black solid;
	padding: 3px;
}
/* DWT Main Navigation */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
a.button {
	background-color: black;
    color: #969456;
    display: block;
    font-family: Georgia, 'Times New Roman', Times, 'Times Roman', serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 1px;
    padding-right: 0px; /* sliding doors padding */
    padding-top: 9px;
    text-decoration: none;
    border: 1px black solid;
    position: relative;
    float: left;
    height: 35px;
    width: 81px;
}
a.button:active, a.button:hover {
    background-position: bottom right;
    color: #D0B146;
    background-color: #222222;
    text-decoration: none;
    border: 1px black inset;
    position: relative;
    float: left;
    outline: none; /* hide dotted outline in Firefox */
}
/*End DWT Main Navigation */
/*AnyLink Drop-Down Horizontal Nav CSS */
.hanylinkcss {
	position: absolute;
	visibility: hidden;
	font-family: inherit;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	line-height: 22px;
	z-index: 10;
	background-color: #999966;
	width: 154px;
	text-align: left;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
}
.hanylinkcss a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #999966 solid;
	padding: 1px 0px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: black;
}
.hanylinkcss a:active {
	/*hover background color*/
	color: white;
	text-decoration: none;
}
.hanylinkcss a:hover {
	/*hover background color*/
	color: white;
	text-decoration: none;
}
/*End AnyLink Drop-Down Horizontal Nav CSS */