/* NEVO STYLES */
/* background color for the site  */
.nevo_sitebg {
  background-color: #f5f5ed;
}
/* background color for the date  */
.nevo_datebg {
  background-color: #016275;
}
/* text style for the date  */
.nevo_date {
	color: white;
	font-size: 12px;
}
/* text style for the menu separator  */
.nevo_menusep {
	color: #016275;
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px;
	font-weight: bold;
}
/* background color for the right pane  */
.nevo_sidebg {
  background-color: #2f4e12;
}
/* background color for the banner pane  */
.bannerpane_left {
  padding-left: 20px;
  padding-top: 10px;
  background: #8abe52 url("bannerright.gif") no-repeat;
}
.bannerpane_right {
  padding-right: 20px;
  padding-top: 10px;
  background-color: #8abe52;
}
/* background color for the side pane  */
.sidepane {
	background-color: white;
	padding: 10px;
	width: 190px;
	height: 100%;
}
.sidepane2 {
	background-color: white;
	padding: 10px;
	width: 190px;
}
/* GENERIC */
/* site title */
H1  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 26px;
	font-weight: bold;
	color: white;
	margin: 0;
}
/* site subtitle */
H2  {
  font-family: Trebuchet MS, Verdana, Helvetica;
	font-size: 18px;
	color: #076A2C;
	font-style: italic;
	margin: 0;
}
/* page title */
H3  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	color: #006373;
}
.nevo_pagetitle  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	color: #006373
}
/* page title 2 */
H4  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	color: #989898;
	margin: 0;
}
.nevo_pagetitlegrey  {
  font-family: Verdana, Arial, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
	color: #989898;
}
/* small title */
H5  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 16px; 
	font-weight: bold;
	margin: 0;
	color: black;
}
/* x-small title */
H6  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-weight: bold;
	margin: 0;
	color: black;
}
.nevo_xsmall  {
	font-family: Trebuchet MS, Geneva, Arial; 
	font-size: 14px; 
	font-weight: bold;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #016275; 
	font-family: Trebuchet MS, Geneva, Arial;
	font-size: 14px; 
	font-style: normal;
	border: none; 
	background-color: transparent;
}


