/* 
for Willard Jeffries
dark green = 54553D
medium grayish green = CFD0AE
dark pale green = CCCDA2
light pale green = E6E7CC
maroon = 761813
*/

P,TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

P {
	color: #000000;
}
td.linksBlockTable {
	padding-top : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

H2.normal {
	color: #54553D;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}

H2 {
	color: #54553D;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}


H1 {
	color: #54553D;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
}

BODY {
	margin: 0px;
	background-color: #000000;
	text-align: center;
}	

BODY.askQuestion {
}

TABLE.layoutTable {
	margin-left: auto;
	margin-right: auto;
}

TD {
	vertical-align: top;
}	

TD.mainMenu {
	padding-top : 8px;
	padding-left: 6px;
	padding-right: 3px;
	background-color: #CFD0AE;
}

.mainMenu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a.mainMenu:link {
	color: #54553D;
	text-decoration: none;
}

a.mainMenu:visited {
  color: #54553D;
  text-decoration: none;
}

a.mainMenu:hover {
  color: #761813;
  text-decoration: underline;
}

TD.mainMenuCurrent {
	padding-top : 8px;
	padding-left: 6px;
	padding-right: 3px;
}

.mainMenuCurrent {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #761813;
}

.secMenu {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 6px;
}

TD.secMenu {
	padding-left: 12px;
}

.secMenuCurrent {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 6px;
	color: #761813;
}

TD.secMenuCurrent {
	padding-left: 12px;
}

a.secMenu:link {
  color: #761813;
	text-decoration: none;
}

a.secMenu:visited {
  color: #761813;
  text-decoration: none;
}

a.secMenu:hover {
  color: #54553D;
  text-decoration: underline;
}

a.normal:link {
  color: #54553D;
  text-decoration: underline;
  margin-top : 8px;
}

a.normal:visited {
  color: #54553D;
  text-decoration: underline;
  margin-top : 8px;
}

a.normal:hover {
  color: #761813;
  text-decoration: underline;
  margin-top : 8px;
}

.footer {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top : 6px;
	color: #999999;
}

a.footer:link {
	color: #999999;
	text-decoration: underline;
}

a.footer:visited {
  color: #999999;
  text-decoration: underline;
}

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

.contactForm {
}
H3 {
	color: #54553D;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}
H3.linksBlock {
	color: #54553D;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Tab menu styles */

ul#tabnav { /* general settings */
	font-size: 7.5pt;
}
ul#tabnav li a { /* settings for all tab links */
	margin-right: 3px; /* set additional spacing between tabs as desired */
	padding-right:3px;
	padding-left:3px;
}
ul#tabnav a.tabselected {
	border-bottom:1px solid #CCCDA2;
}
ul#tabnav a:hover { /* settings for hover effect */
}

table.searchNew {
width:100%;
}
.searchSubmit {
	text-align:center;
}
.Idx_Header {
	background-color:#CCCDA2;
}
.Idx_Content {
	border-bottom:1px solid #999;
}