BODY {
	margin: 0px;
	padding: 0px;
	background: #512600 url( /files/images/background.jpg );
}

FORM {
	display: inline;
}

HR {
	width: 90%;
	text-align: center;
	border: 0px none;
	color: #658500;
	background-color: #658500;
	height: 1px;
}

IMG.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #444444;
}

IMG.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	border: 1px solid #444444;
}

.formLabel {
	font-weight: bold;
}

.textBox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 6px;
}

/* -- Header Navigation -- */

#nav-top a {
	padding: 0px 2px;
	font-family: Verdana, Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #603913;
	text-decoration: none;
}

#nav-top a:hover, #nav-top a:active {
	color: #bb4F04;
	background-color: #F5D498;
}

#nav-top .separator {
	color: #C78C3E;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


/* -- Columns -- */

.column-separator {
	padding: 0px 3px 0px 4px;
	background: url(/files/images/dot-red.gif) center repeat-y;
	width: 6px;
}

/* The true column width is 168 pixels, but I had to add border-box hack for IE 5.5 and 6 */
.column-block {
	width: 184px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 178px;
	padding: 0px 4px 12px 4px;
}
html > body .column-block {
	width: 178px;
}

.block-content {
	background-color: #E5E5BB;
	border: 3px solid #627305;
	padding: 8px 4px;
	
	font-family: Verdana;
	font-size: 11px;
	color: #603913;
	line-height: 14px;
}

.block-content a {
	color: #658500;
	text-decoration: none;
}

.block-content a:hover, .block-content a:active {
	text-decoration: underline;
}

.block-content .small {
	font-size: .9em;
}

.block-content .field-label {
	width: 60px;
	text-align: right;
	float: left;
	padding-right: 6px;
	display: block;
}

.block-content INPUT.txt {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #603913;
	width: 75px;
	margin-bottom: 4px;
}

.block-content INPUT.btn {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #603913;
	width: 75px;
}

.block-content INPUT.rdo {
	margin-left: 0px;
	margin-bottom: 0px;
}

#page-container {
	width: 980px;
	margin: auto;
	background-color: #F6D494;
}

/* -- Footer -- */

#footer {
	padding: 12px 0px 12px 200px;
	font-family: Tahoma;
	font-size: 12px;
	color: #603913;
	line-height: 14px;
}

#footer .credits {
	padding-top: 10px;
	text-align: center;
	color: #ba640f;
	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
}

#footer a {
	color: #666600;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* -- Body Content -- */

#body-content {
	padding: 2px 12px 2px 6px;
}

#body-content, #body-content td {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #603913;
	line-height: 16px;
}

#body-content h1, .mainHeader {
	color: #607101;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	clear: both;
}

#body-content h3, .subHeader {
	color: #658500;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
	clear: both;
}

#body-content h4 {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	clear: both;
}

#body-content a {
	color: #a00000;
	text-decoration: none;
}

#body-content a:hover, #body-content a:active {
	text-decoration: underline;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */


.copy {
	font-family: Tahoma;
	font-size: 11px;
	color: #603913;
	line-height: 14px;
}
.copyblack {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
}
.copygreen {
	font-family: Tahoma;
	font-size: 11px;
	color: #658500;
	line-height: 17px;
}
.copygreenbold {
	font-family: Tahoma;
	font-size: 11px;
	color: #658500;
	line-height: 17px;
	font-weight: bold;
}


/* --- Print styles --- */

@media print {

	.no-print, #header-flower, #nav-top, .column-block.left {
		display: none;
	}
	
	#header-logo {
		text-align: center;
	}
	
	#page-container {
		width: auto;
	}
	
	#footer {
		padding: 12px 0px;
		text-align: center;
	}
}.underline-text {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #603913;
	font-weight: bold;
}
.copyred {
	color: #A00000;
}
.superscript {
	vertical-align: super;
	font-size: 10px;
}
