/* CSS Document */
.pgHdg {font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#fc6;
	background: #52743A;
	padding: 0px 5px 0px 5px;
	}

.contentText {font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000;
}
.contentTextYellow {font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#2d5013;
}
.smText {font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#000;
}
.homeText {font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#fc6;
}
.rmrtaText {
	font-family: "Arial Rounded MT Bold", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;	
}
.rmrtaText a {
	color:#fff;	
}
.rmrtaText a:visited {
	color:#fff;	
}

.subhdg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant:small-caps;
	font-weight: bold;
	color:#2d5013;
}
.rtalign {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#2d5013;
	text-align:right;
}
.leftalign {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#2d5013;
}
a {
/*	color:#2d5013; */
	color: #ff0000;
	text-decoration:none
}
a:visited {
	color:#2d5013;
	text-decoration:none
}
.contentText a {
	color:#2d5013; 
	text-decoration:none
}
.contentText a:hover {
	color:#fc6; 
	text-decoration:none;
}
.smTextYellow {
font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#2d5013;
}
.btnText {
font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#000
}


.menu {
  display:table;
  padding:0;
  margin:0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  font-variant:small-caps;
  white-space:nowrap;
  list-style-type:none;
  }
/* html hack code to get IE to cooperate */
* html .menu {
  display:inline-block;    /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
  } 
  
.menu li {
  display:table-cell;      /* ignored by IE */
  }
* html .menu li {
  display:inline;          /* for IE only */
  }

.menu a {
  display:block;
  padding:0.2em 1em; 
  background:#52743A; 
  color:#fff; 
  text-decoration:none;
  border:1px solid #fc6;
  }
* html .menu a {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
  }

.menu a:hover {
  color:#000; 
  background:#fc6;
  }

.menu a:visited {
  color:#fff; 
  border:1px solid #fc6;  
  }
  
.current {
  color:#fff; 
  background:#08c;
  cursor:default;
  }

.leftmenu {
  display:table; 
  padding:0;
  margin:0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight:bold;
  font-variant:small-caps;
  line-height: 30px;
  white-space:nowrap;
  list-style-type:none;
} 

/* html hack code to get IE to cooperate */
* html .leftmenu {
  display:inline-block;     /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
  } 

.leftmenu a {
  display:block;
  padding:0.2em 1em; 
/*  background:#52743A; */
  color:#2d5013; 
  text-decoration:none;
  }
* html .leftmenu a {
  display:inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
  }

.leftmenu a:hover {
  color:#fc6; 
}

