html,
body {
	font-family: Trebuchet MS,arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 135%;
 	color: #8f4f04;
}

p {
  margin: 0 0 24px 0;  
}

a {
 	text-decoration: none;
 	color: #db000a; /* b25045 */
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
  text-decoration: none;
}

h1, h2, h3, h4 {
  margin: 0 0 18px 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

h1 {
  font-size: 200%;
  color: #602800;
}

h2 {
  font-size: 150%;
  color: #602800;
}

h3 {
  font-size: 120%;
  color: #602800;
}

.green {
  color: #ccd94f;
}

.yellow {
  color: #f9d73c;
}

.blue {
  color: #0078ff;
}

th, td {
  text-align: left;
	font-family: Trebuchet MS,arial,helvetica,sans-serif;
	font-size: 13px;
}

td.rgt {
  text-align: right;
}


ul.headerMenu li a {
	display: block;
	padding: 10px 32px 0 32px;
  font-size: 130%;
  font-variant: small-caps;
  font-weight: bold;
  color: #c3c0db;
  border-right: 1px solid #4b514d;
  border-left: 1px solid #4b514d;
  height: 25px;
}
	
ul.headerMenu li a:hover {
  color: #F7931E;
}

#sectionSelect select {
	font-size: 13px;
}


/** content **/
#content h1 {
	margin: 8px 0 4px 23px;
}

#content h2 {
	margin-left: 23px;
	margin-bottom: 0px;
}

#contentMenu {
 	color: #000;
 	padding-left: 32px;
}

#contentMenu  a {
  display: block;
  padding: 0 18px;
  float: left;
  font-size: 120%;
  font-variant: small-caps;
  font-weight: bold;
  color: #db000a;
}

#contentMenu a:hover {
  /* color: #F7931E; */
}

#contentMenu a.selected {
  color: #0078ff;
}


/** breadcrumbs **/
div.breadcrumbs a {
	color: #ffd9ac;
}


/** sidebar **/
#sidebar h2 a,
#showExtraCategories {
 	color: #ffd9ac !important;
	font-size: 12px;
	text-decoration: none;
}

#sidebar div.sb a,
#sidebar div.sb strong {
	font-weight: normal;
	color: #ffd9ac;
}


#sidebar h2 a:hover {
	text-decoration: underline;
}

#sidebar div.hover a,
#sidebar div.hover strong {
	color: #f9d73c;
}

#sidebar div.sb h1,
#sidebar div.sb h2,
#sidebar div.sb h3 {
	color: #602800;
}

#sidebar div.hover h1,
#sidebar div.hover h2,
#sidebar div.hover h3 {
	color: #602800;
}

#sidebar div.sb span.highlight {
	font-weight: normal;
	color: #db000a;
}

#sidebar div.hover span.highlight {
	color: #f9d73c;
}


/** footer **/
#footer li.title {
  font-weight: bold;
}

#footer,
#footer a {
	font-size: 12px;
  color: #666;
}

#footer li a:hover {
  text-decoration: underline;
  color: #0078ff; 
}


/** pagination **/
#pagination {
	text-align: center;
}

#pagination label.page a {
  background-color: #fff;
  border: 1px solid #0078ff;
	color: #0078ff;
	text-decoration: none;
}

#pagination label.page a:hover {
  background-color: #0078ff;
	color: #fff;
}

#pagination label.selected a {
  background-color: #aed4ff;
}


ul.form li span.info {
  font-size: 11px;
	color: #7f9595;
	font-style: oblique;
}

a.title,
strong.title {
	color: #b25045;
	/* font-weight: normal; */
}

div.error,
div.success,
div.notice {
  color: #363B42;
}


div.error strong.title,
div.success strong.title,
div.notice strong.title {
	color: #000;
	font-weight: bold;
}


