BODY, td {
	font-size: 11px;
	/*color:#666666;*/
	font-family:Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	}
	
#newBodyBg {
background-color:#FFF3DD
}


H1 {
color:#006940;
font-size: 16px;
}

H2 {
font-size: 13px;
font-weight:bold;
}

H3, H3 a {
font-size: 12px;
font-weight: bold;
}

H4 {
font-size: 11px;
font-weight:bold;
}

H5 {
font-size:10px; 
font-weight:bold;
}

/*h1, h2, h3, h4, h5, ul, ol {
margin:0px;}*/

h2, h3, h4, h5 {
font-weight:bold;
margin:0px 0px 0px 0px;
} 

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p{
margin-top:0px}

a:link, a:active  { 
color:#006940;
}

.altRow
{
	background-color:EEEEEE;
}

table tr.rowHover td,  /* Internet Explorer < 7 (and 7 in quirks mode) requires a specific class */
#ibTable tr:hover td, /* All others can use the :hover pseudo */
#obTable tr:hover td,
#delTable tr:hover td,
#ndTable tr:hover td
{ 
background-color:#FFEFDF;
}     

.resultsTable{
	float:left;
	clear:none;
	border-collapse:collapse;
	width:100%;
	background-color:#FFFFFF;
}

.resultsTable td, .resultsTable th {
	padding:3px 2px 3px 2px;
}

.resultsTable tr td, .resultsTable tr td a {
	font-size:10px;
}

.resultsTable tr th, .resultsTable tr th a{
	font-size:11px;
	font-weight:bold;
	text-align:left;
	background-color:#FFFFFF;
}

a:visited {
color:#669966;
}

/*styles for emphasis- can be combined, such as class ="green boldText allCaps"*/


ul {
	margin:5px 0px 10px 10px;
	padding-left:15px;
}


ul li {
	list-style:disc;
}

/*classes*/

.content {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align:left;
	width: 730px;
	padding-left: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom:70px;
	margin-top:2px;
	min-height:310px;
}
.content { /*box model hack for consistent cross-browser widths*/
	\width: 750px; 
	w\idth: 730px;
}

.displayNone {
display:none;}

.indent {margin-left:20px;}

.noLeftPad {
	padding-left:0px;
	\width: 750px; 
	w\idth: 740px;
}

.showForPrint {
	display:none;
}

a:hover  {
	color:#00CC00;
}

.caption { 
	font-weight: bold;
	font-size: 11px;
	color:#CC6600;
}

.tinyText {
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.financialTable {
	margin-bottom:10px;
	border-collapse:collapse;
	border:1px solid #006940;
}

.financialTable td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:4px;
}

.financialTableLeftCol td {
	width:125px;
}

.financialTable th{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:4px;
	background-color:#006940;
	color:#FFFFFF;
}

.financialTableAlignRt {
	text-align:right;
	width:75px;
}

.financialTableAltRow, .financialTableAltRow td {
	background-color:#FFFAF0;
}

.financialTableHighlightTH {
	background:#B7FFB7;
}

.financialTableHighlightCol {
	background:#CCCCCC;
}

.icon {vertical-align: bottom;}


/*APPLICATION (forms) TABLES*/
.appTable {
	border: 1px solid #006940;
	padding-right:11px;
	margin-top: 5px;
	width:100%;
	border-collapse:collapse;
}

.borderAll td, .borderAll th{
	border-left: 1px solid #FFFAF0;
	border-bottom: 1px solid #FFFAF0;
}

.appTable td, .appTable th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:2px;
	padding-left:2px;
	background-color:#FFFAF0;
}

.appTableAltRow td {
	background-color:#FFFFFF;
}

table tr.rowHover td,  /* Internet Explorer < 7 (and 7 in quirks mode) requires a specific class */
#detailTable tr:hover td /* All others can use the :hover pseudo */

{ 
background-color:#FFEFDF;
}     


.appTable th.formSection, .appTable th.formSection a {
	background-color:#006940;
	color:#FFFFFF;
	height:20px;
}

#nextStepsTable, #nextStepsTable th.formSection a, #nextStepsTable th.formSection {
	background-color:#F47D20;
	border:1px solid #F47D20;
}


#nextStepsTable td{padding-bottom:5px;font-size:12px;font-weight:bold;}
#nextStepsTable th a{color:#FFFFFF;}


.appTable td.formLabel{
	font-weight:bold;
}


.appErrorMsg {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990000;
	padding:5px;
	clear:both;
}

.appErrorMsg a:, .appErrorMsg a:link, .appErrorMsg a:active, .appErrorMsg a:visited {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#990000;
	padding:5px;
	clear:both;
}

input, select, textarea, option {
	font-family:"Lucida Console" "Letter Gothic Std", monospace;
	font-size: 11px;
	font-stretch: ultra-condensed;
	vertical-align:middle;
}

select.inputRequired, 
option.inputRequired,
input.inputRequired, 
text.inputRequired, 
textarea.inputRequired, 
.inputRequired textarea,
.inputRequired input, 
span.inputRequired input, 
span.inputRequired select, 
/*span.inputRequired option,*/
td.inputRequired input, 
td.inputRequired select,
/*td.inputRequired option*/{
background-color:#E1F2E7;
}

td.inputOptional {
background-color:#FFF1D5;
}

td.inputOptionalBorder{
border-bottom:1px dotted #AA9260;
}


.formbutton{
	font-size: 11px;
	color: #FFFFFF;
	background-color: #B75B00;
	border: thin solid;
	border-top-color:#FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color:#663300;
	border-left-color: #663300;
	overflow: visible;
	padding: 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:3px;
	vertical-align:middle;
}

.formbutton hover{
background-color:#FFB062;
}

.mapBorder {
	border:1px solid #CCCCCC;
}

.serviceLogo {
	float:right;
	clear:none;
	margin-left:10px; 
	padding-bottom:100px;
}

