﻿html,
body 
{
	background-color: #000000;
	background-image: url(images/olivegradient.jpg);
	background-repeat: repeat;
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

hr
{
	color: #8b764b;
	background-color: #8b764b;
	height: 2px;
}

div#bgg
{
	background-position: top left;
	background-image: url(images/watermark-background.gif);
	background-repeat: repeat;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
	
	/* opacity */
	-moz-opacity: .08; 
	filter: alpha(opacity=08);
	opacity: .08;
}

div#container
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10pt;
	height: 100%;
	left: 0px;
	position: absolute;
	width: 100%;
	z-index: 1;
}

div#contentPane
{
	height: 100%;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	width: 690px;
}

div#pen
{
	position: absolute;
	margin-left: auto; 
	margin-right: auto;
	z-index: 100;
}

td#content
{
	background-image: url(images/paperback.jpg);
	float: left;
	height: 100%;
	padding: 20px;
	width: 595px;
}

div#contentBottom
{
	background-repeat: no-repeat;
	background-image: url(images/paperbottom.gif);
	height: 15%;
	width: 680px;
}

div#navArea
{
	float: left;
	margin-top: 75px;
	width: 90px;
}

div#textArea
{
	float: right;
	padding-right: 30px;
	margin-top: 30px;
	width: 450px;
}

div#copyright
{
	color: #8b764b;
	clear: both;
	font-size: 8pt;
	font-weight: bold;
	margin-left: auto; 
	margin-right: auto;
	padding-top: 45px;
	text-align: center;
	width: 400px;
}

div.navcurrent,
div.nav
{
	border: 0px;
	color: #000000;
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	text-decoration: none;
	width: 84px;
	
	filter: alpha(opacity=40);
	-moz-opacity: .40; 
	opacity: .40;
}

div.nav a
{
	border: 0px;
	color: #000000;
	font-family: Times New Roman, Georgia, Serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
	
	filter: alpha(opacity=70);
	-moz-opacity: .70; 
	opacity: .70;
}

div.navcurrent a,
div.nav:hover a
{
	color: #000000;
	font-family: Times New Roman, Georgia, Serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

div.navcurrent,
div.nav:hover
{
	border: 1px solid #a39473;
	background-color: #e3ddc5;
	display: inline-block;
	text-decoration: none;
	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
}

div.nav img
{
	border: 0px;
	padding: 1px;
	display:inline-block;
	text-decoration: none;
	visibility: hidden;
}

div.navcurrent img,
div.nav:hover img
{
	padding: 0px;
	display:inline-block;
	text-decoration: none;
	visibility: visible;
}

.box,
blockquote
{
	background-color: #e3ddc5;
	border: 1px solid #a39473;
	padding: 10px;
}

td.formTitle
{
	padding-bottom: 15px;
}

td.formLabel
{
	padding-right: 10px;
	text-align: right;
}

textarea.formTextBox,
input.formTextBox
{
	background-color: transparent;
	border: 1px solid #a39473;
}

input.formButton
{
	background-color: transparent;
	border: 1px solid #a39473;
}

.formErrorBullet
{
	font-size: 16pt;
}

h1,
td.formTitle
{
	font-size: 14pt;
	margin: 0px;
}

h2
{
	font-size: 11pt;
	font-style: italic;
	margin: 0px;
}

a:hover
{
	color: #8b764b;
}

a,
a:active,
a:visited
{
	color: #000000;
}

div.faqItem,
div.faqItem a
{
	color: #000000;
}

div.faqItem
{
	margin: 5px;
	padding: 5px;
	text-decoration: none;
}