/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 12px;
	color: navy;
}

.leftcol{
	padding-left: 0px;
	padding-right: 0px;
	border-right-width:0px;
	border-right-style:solid;
	border-right-color:#ff0000;
}


/*TD class.  All tables and forms*/
td{
	font-family: verdana, arial;
	font-size: 12px;
	color: navy;
}

H1 { font-size: 15px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: top; 
}




/* ----------------  Menu ------------------ */
#menu {	
	vertical-align: top; 
	width: 200px;	
}

#menu DIV {width: 100%; }
#menu DIV A {
  font-family: verdana, arial;
  font-size: 9px;
  font-weight: bold;
  color: navy;
  text-decoration: none;
}
#menu DIV A:hover {
	text-decoration: underline overline;
	color:red;	
}


/* TOTAL WIDTH AVAILABLE = 200px */
/*  MENU, level 1, normal state (NO) */
TD#menu DIV.menu-level1-no {
  background-image: url(Buttons2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 200px;
  border: 0px solid black;
  padding-top:24px;
  padding-bottom:14px;
  background-color: #416132;
  text-indent: 50px;
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu DIV.menu1-level1-act {
  background-image: url(Buttons2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 200px;
  border: 0px solid black;
  padding-top:24px;
  padding-bottom:14px;
  background-color: #416132;
  text-indent: 50px;
}
TD#menu_1 DIV.menu-level1-act A {
  color:black;
}
/*------------------------------------------------------ */
/*  MENU 1, level 2, normal state (NO) */
#menu DIV.menu-level2-no {
  background-image: url(Buttons2.jpg);
  background-position: 0 -101;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 2px;
  width: 200px;
  border: 0px solid black;
  padding-top:11px;
  padding-bottom:14px;
  background-color: #416132;
  text-indent: 55px;
}
/*  MENU 1, level 2, active state (ACT) */
#menu DIV.menu-level2-act {
  background-image: url(Buttons2.jpg);
  background-position: 0 -101;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 2px;
  width: 200px;
  border: 0px solid black;
  padding-top:11px;
  padding-bottom:14px;
  background-color: #416132;
  text-indent: 55px;
}

/*------------------------------------------------------ */
/*  MENU 1, level 3, normal state (NO) */
#menu DIV.menu-level3-no {
  background-image: url(Buttons2.jpg);
  background-position: 0 -174;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-top: 2px;
  width: 200px;
  border: 0px solid black;
  padding-top:12px;
  padding-bottom:14px;
  background-color: #416132;
  text-indent: 75px;
}
/*  MENU 1, level 3, active state (ACT) */
#menu DIV.menu-level3-act {
  background-image: url(Buttons2.jpg);
  background-position: 0 -174;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  margin-top: 2px;
  width: 200px;
  border: 0px solid black;
  padding-top:12px;
  padding-bottom:14px;
  background-color: #416132;
  text-indent: 75px;
}
  /* */