﻿/*General*/
body {
	color: white;
	background: black url('../images/styles/background-wood_grain.jpg');
	margin: 0px;
}
table {
	border-collapse: collapse;
}
h1 {
	color: #666633;
	font-size: 14px;
	font-variant: small-caps;
	text-align: left;
	padding-left: 24px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h2 {
	color: #666633;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	padding-left: 24px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h3 {
	color: #666633;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
	padding-left: 24px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
h4 {
	color: #666633;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	padding-left: 24px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*Page Layout*/
table.frame {
	color: white;
	background-color: #594D3D;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 60px;
	text-align: center;
	vertical-align: middle;
	width: 775px;
	height: 100%;
	border: 6px #594D3D solid;
}
table.text {
	color: black;
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	width: 100%;
	border: 0px transparent none;
	margin: 0px;
}
td.text {
	padding: 6px;
	text-align: left;
}
a.text {
	color: #004000;
	font-weight: inherit;
	font-variant: inherit; 
	text-decoration: none;
}
a.text:active, a.text:hover {
	color: maroon;
	text-decoration: underline;
}
p.text{
	text-align: left;
	padding-left: 24px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
td.copyright {
	padding: 6px;
	text-align: right;
	font-size: 9px;
	vertical-align: bottom;
}
.pdficontexttop {
	vertical-align: text-top;
	border-width: 0px;
}
/*Navigation*/
td.navhz {
	background: white url('../images/styles/background-navigation.jpg') no-repeat scroll center center;
	padding: 12px;
}
a {
	color: #004000;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}
a:active, a:hover {
	color: maroon;
	text-decoration: underline;
}
a.bottomnav {
	color: #ffffcc;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
a.bottomnav:active, a.bottomnav:hover {
	color: #CED2B4;
	font-variant: normal;
	text-decoration: underline;
}
.navbutton {
	background: black url('../images/background-black.gif') repeat scroll;
	text-align: center;
	margin-top: 10px;
	padding: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px #E39A34 solid;
	height: 22px;
	width: 120px;
}
.anylinkcss {
	position: absolute;
	visibility: hidden;
	border: 1px #E39A34 solid;
	border-bottom-width: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	z-index: 10;
	background-color: #fff59a;
	width: 120px;
}
.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #E39A34 solid;
	padding: 1px 0px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}
.anylinkcss a:active, a:hover { /*hover background color*/
	background-color: transparent;
	color: maroon;
}
/*Bars*/
div.bar1 {
	background-color: #993333;
	width: 325px;
	height: 24px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	vertical-align: middle;
	padding-right: 6px;
	padding-top: 3px;
	margin-top: 371px;
	z-index: 5;
}
div.bar2 {
	background-color: #669999;
	width: 325px;
	height: 24px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	vertical-align: middle;
	padding-right: 6px;
	padding-top: 3px;
	z-index: 5;
}
div.bar3 {
	background-color: #999966;
	width: 325px;
	height: 24px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	vertical-align: middle;
	padding-right: 6px;
	padding-top: 3px;
	z-index: 5;
}
div.bar4 {
	background-color: #996633;
	width: 325px;
	height: 24px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	vertical-align: middle;
	padding-right: 6px;
	padding-top: 3px;
	z-index: 5;
}
div.bar5 {
	background-color: transparent;
	width: 325px;
	height: 24px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	vertical-align: middle;
	padding-right: 6px;
	padding-top: 3px;
	z-index: 5;
}
div.bar6 {
	background-color: transparent;
	width: 325px;
	height: 300px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: right;
	vertical-align: middle;
	padding-right: 0px;
	padding-top: 375px;
	z-index: 5;
}
a.bar {
	color: white;
	text-decoration: none;
}
a.bar:active, a.bar:hover {
	color: #CED2B4;
	text-decoration: underline;
}
/*Utilities*/
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
/* Styles for Crossfader */
div.cf_wrapper {
	position: relative;
	float: left;
	vertical-align: top;
	background-color: transparent;
	z-index: 5;
}	
div.cf_element {
	width: auto;
	height: auto;
	border:  0px none transparent;
	background-color: transparent;
}
div.cf_element div.content {
	padding: 0px;
}
div.cf_element div.content h3 {
	padding-top: 0px;
	margin-top: 0px;
}