/* CSS Document */

/* Tag Definitions */

BODY {
	MARGIN: 1em;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	BACKGROUND-COLOR: #521000;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	color: #000000;
	padding: 2px;
	line-height: 18px;
	}
#navMainWrapper A:link{
	color:#FFFFFF;
	TEXT-DECORATION: none;
}
#footerWrapper A:link{
	color:#FFFFFF;
	TEXT-DECORATION: none;
}
#contentMainWrapper A:link{
	color:#3300FF;
	TEXT-DECORATION: none;
}
#navMainWrapper A:visited{
	color:#FFFFFF;
	TEXT-DECORATION: none;
}
#footerWrapper A:visited{
	color:#FFFFFF;
	TEXT-DECORATION: none;
}
#contentMainWrapper A:visited{
	color:#3300FF;
	TEXT-DECORATION: none;
}
#navMainWrapper A:hover{
	color:#ff0000;
	TEXT-DECORATION: underline;
}
#footerWrapper A:hover{
	color:#ff0000;
	TEXT-DECORATION: underline;
}
#contentMainWrapper A:hover{
	color:#ff0000;
	TEXT-DECORATION: underline;
}
fieldset {
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding: 0.7em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	line-height: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
	line-height: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-align: center;
	display: block;
	margin: 1em;
	border: 1px dotted #666666;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
img {
	margin: 0px;
	padding: 0px;
}
legend {
	font-weight: bold;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	padding: 3px;
}
p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #111530;
	line-height: 18px;
	padding: 3px;
}

/* Wrappers */
#contentHeader {
	PADDING-RIGHT: 1em;
	PADDING-LEFT: 1em;
	PADDING-BOTTOM: 0em;
	MARGIN: 0em;
	PADDING-TOP: 0em;
	WIDTH: auto;
	font-size: .9em;
	font-weight: bold;
}
#contentMainWrapper {
	VERTICAL-ALIGN: top;
	WIDTH: auto;
	TEXT-ALIGN: left;
	padding: 1em;
	margin: 2em;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
#footerWrapper {
	VERTICAL-ALIGN: top;
	TEXT-ALIGN: center;
	margin: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0em;
	width: 900px;
	display: block;
}
#form_wrapper {
	margin: 1em;
	width: 98%;
	display: block;
}
#headerWrapper {
	PADDING-RIGHT: 0em;
	PADDING-LEFT: 0em;
	PADDING-BOTTOM: 0em;
	MARGIN: 0em;
	PADDING-TOP: 0em;
}
#mainWrapper {
	VERTICAL-ALIGN: top;
	WIDTH: 900px;
	TEXT-ALIGN: left;
	padding: 0em;
	margin: auto;
	border: 1px outset #666666;
	background-color: #FCF7E4;
}
#popupmainWrapper {
	VERTICAL-ALIGN: top;
	WIDTH: 500px;
	TEXT-ALIGN: left;
	padding: 0em;
	margin: auto;
	background-color: #F2F2F2;
	border: 1px outset #666666;
}
#navMainWrapper {
	PADDING-RIGHT: 0.2em;
	PADDING-LEFT: 0.2em;
	FONT-WEIGHT: normal;
	PADDING-BOTTOM: 0.5em;
	MARGIN: 0em;
	PADDING-TOP: 0.5em;
	BACKGROUND-COLOR: #712800;
	text-align: left;
}
#navMain UL {
	PADDING-RIGHT: 0em;
	PADDING-LEFT: 0em;
	PADDING-BOTTOM: 0.5em;
	MARGIN: 0px;
	LINE-HEIGHT: 1.25em;
	PADDING-TOP: 0.5em;
	LIST-STYLE-TYPE: none;
	TEXT-ALIGN: center;
}
#navMain UL LI {
	DISPLAY: inline;
}
#navMain UL LI A {
	PADDING-RIGHT: 0.5em;
	PADDING-LEFT: 0.5em;
	PADDING-BOTTOM: 0em;
	MARGIN: 0px;
	COLOR: #ffffff;
	PADDING-TOP: 0em;
	WHITE-SPACE: nowrap;
	TEXT-DECORATION: none;
}

/* Classes */

.small_bold {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #999999;
}
.navigation{
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #F1D98C;
	text-decoration: none;
	display: inline;
	padding: 8px;
}
.navigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	display: inline;
	padding: 8px;
}
.navigation_separators {
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #F1D98C;
}
.menunavigation{
	font-family: Verdana, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding: 8px;
}
.menunavigation:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #F2E086;
	text-decoration: underline;
	display: inline;
	padding: 8px;
}

.footercopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
	text-align: center;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px;
	text-align: center;
	line-height: 0.1em;
}
.footernavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #F1D98C;
	text-decoration: none;
	display: inline;
	padding: 8px;
}
.footernavigation:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	color: #F2EAB9;
	text-decoration: underline;
	display: inline;
	padding: 8px;
}
.footerNavigationTable {
	padding-top: .5em;
	padding-right: 0em;
	padding-bottom: .5em;
	padding-left: 0em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #14382C;
	border-bottom-color: #14382C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
}
.nomargin {
	margin: 0px;
	padding: 0px;
}
.topmargin {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bottommargin {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.rightmargin {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content {
	font-size: 1em;
	font-style: normal;
	text-align: justify;
}
.content_centered {
	font-size: 1em;
	font-style: normal;
	text-align: center;
}
.contentTableInvisible {
	padding-top: .5em;
	padding-right: .2em;
	padding-bottom: .5em;
	padding-left: .2em;
}
.contentTableVisible {
	padding-top: 0.5em;
	padding-right: 0.2em;
	padding-bottom: 0.5em;
	padding-left: 0.2em;
	border: 1px solid #14382C;
	margin: .2em;
}
.contentTableCells {
	padding: 0.5em;
}
.contentTableHeaderCells {
	padding: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #14382C;
	font-weight: bold;
	background-color: #B89F82;
}
.redflag {
	color: #CC0000;
}
.bold {
	font-weight: bold;
	color: #111530;
}
.leftimage {
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 0em;
	margin-left: 0em;
	float: left;
}
.rightimage {
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: .5em;
	display: inline;
	float: right;
}
.important {
	font-size: 100%;
	FONT-WEIGHT: bold
}
