/*
#F0E3D3 taupe
#A7B6CB pastel blue
#584934 brown

sample entry for sans-serif:
	font-family: Verdana, Arial, Helvetica, sans-serif;

*/

P,TD {
	font-family : "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #584934;
	margin-left: 10px;
	margin-right: 10px;
}

H2.normal {
	color: #584934;
	text-align: left;
	font-size: 14pt;
	font-weight: bold;
}

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

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

TABLE.layoutTable {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
}

TD {

	vertical-align: top;

}	

TABLE.primaryNavigation {
	width: 140px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

TD.mainMenu {
	padding: 3px;
	width: 170px;
	border: solid 1px #F0E3D3;
	border-style: ridge;
}

.mainMenu {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #F0E3D3;
}

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

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

a.mainMenu:hover {
  color: #ffffcc;
  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: 10pt;
	color: #ffffcc;
}

.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: #ffffff;
}

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

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

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

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

a.normal:link {
  color: #730700;
  text-decoration: underline;
}

a.normal:visited {
  color: #730700;
  text-decoration: underline;
}

a.normal:hover {
  color: #576E86;
  text-decoration: underline;
}

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

a.footer:link {
	color: #584934;
	text-decoration: none;
}

a.footer:visited {
  color: #584934;
  text-decoration: none;
}

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



/* 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;
 background-color:#F0E3D3;
}
ul#tabnav a:hover { /* settings for hover effect */
}

table.searchNew
{
width:100%;
}
.searchSubmit {
 text-align:center;
}
.Idx_Header {
 background-color:#F0E3D3;
}
.Idx_Content {
 border-bottom:1px solid #999;
}
div.mainDiv {
width:99%;
}
.searchFooter a {
	color: #ccc;
}
