
/*Layout Styles */
html,body {
	margin:0;
	padding:0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003300; 
	font-size: 12px;
	background-position: center;
	color: #000000;
}
p {
	padding:5px 0 5px 0;
	margin:0;
}
div#content a:link {
	color:#4d4932;
	font-weight:bold;
	text-decoration:underline;
}
div#content a:visited {
	color:#322947;
	font-weight:bold;
	text-decoration:underline;
}
div#content a:hover {
	color:#003300;
	text-decoration:none;
}
div#content a:active  {
	color:#003300;
	text-decoration:none;
}

.blockquote {
	margin-left:30px;
	margin-right:30px;
	padding-right:30px;
	text-align:justify;
}
#content ul {
	padding-left:0px;
	margin-left:15px;
	list-style-position:outside;
}
#content li {
	padding-left: 0px;
	margin-left: 15px;
}
.clear {
	clear:both;
}

/* Layout */
div#container {
	text-align:left;
	background-color:#ffe9a9;
	width:900px;
	margin:0 auto;
	
}
div#header h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	color: #ffe9a9;
	text-align: center;
	vertical-align: middle;
}
div#header {
	border-color:#003300;
	background-color:#cc9966; 
	border-width: 1px;
	border-style: none none solid none;
	width:100%;
}
div#header table {
	background-color:#676037;
}
div#content {
	border-color:#003300; 
	border-width: 2px;
	border-style:solid none none none;
	width:880px;
	padding: 10px;
}

div#footer {
	clear: both;
	width:100%;
	font-size: 9px;
	color:#FFE9A9;
	border-color:#003300;
	border-width: 2px;
	border-style: solid none none none;
}
div#footer table {
	background-color:#676037;
	
}
div#footer p {
	font-size: 9px;
}
div#footer a:link, a:visited {
	color:#BCA385;
}
div#footer a:hover, a:active {
	color:#BCA385;
}
/* Standard Styles */

h1 {
	font-size: 36px;
	font-weight: bold;
	color: #003300;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #003300;
	margin:10px 0 0 0;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	margin:10px 0 0 0;
}
.footnote {
	text-indent: -1em;
	margin:0 0 0 1em;
	padding:0;
}
.titlePage {
	font-size: 36px;
	font-weight: bold;
	color: #003300;
	text-align: center;
}
.Footer {
	font-size: 9px;
}
.text10 {
	font-size: 10px;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px;
}
.text18b {
	font-size: 16px;
	font-weight:bold;
}
.floatleft {
	float:left;
	padding:0px;
	margin:0px;
	width: 50%;
}
.floatRight {
	float:right;
	padding:10px;
}
.centerbox {
	padding: 10px 0 0 0;
	margin:10px;
	border-color:#003300;
	border-width:3px;
	border-style:solid;
}
.leftbox {
	float:left;
	padding: 0;
	margin:0 10px 10px 0;
	border: #003300 3px solid;
}
.rightbox {
	float:right;
	padding: 0;
	margin:0 0 10px 10px;
	border-color:#003300;
	border-width:3px;
	border-style:solid;
}
.superscript {
	vertical-align:top;
	font-size:.8em;
}
/* Original Styles
.textBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.textBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textNavbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textBox {
	padding: 2px;
	border: medium solid #003300;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	padding: 10px;
}
.headerBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003300;
}
.textBody16 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.textCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
	text-align: center;
}
.textBody12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textBody10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.margin {
	margin-right: 20px;
	margin-left: 20px;
}
 */