   body {
        padding-left: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: black;
	background: #b2958f;
	}

/* horizontal menu bar */
   div.menu2 ul {
      margin-left: 0px;
      padding: 0px 10px;
      background: #b2958f;
      color: #ffffff;
      height: 20px;
      white-space: nowrap;
   }
   div.menu2 li {
      list-style-type: none;
      display: inline;
      padding: 0px 10px;
      color: #ffffff;
      background: #0077aa;
      border-right: solid #000000 1px;
   }
   div.menu2 li a {
      text-decoration: none;
      padding: 0px 10px;
      line-height: 20px;
      color: #ffffff;
      background: #b2958f;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: bold;
      }
   div.menu2 li a:link {
      color: #ffffff;
   }
   div.menu2 li a:visited {
      color: #ffffff;
   }
   div.menu2 li a:hover {
     color: #000000;
     background: #f7e4c4;
   }
   div.menu2 li a:active {
      color: #ffffff;
   }
   div.menu2 li#navhome a {
      color: #00ff00;
      background: #b2958f;
      }

/* vertical menu */
    div.menuvert {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px; 
	margin-top: inherit;
	width: 150px;
	}
    div.menuvert li {
        background: white;
	margin: 3px; 
/*	padding: 1px; */
	height: 20px;
	width: 150px;
	border-bottom: 3px solid black;
	border-right: 3px solid black;
	float: left;
	}
    div.menuvert li a {
	text-decoration: none;
	font-family: Helvetica, Geneva, Arial,
		SunSans-Regular, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	width: 150px;
	float: left;
	text-align: center;
	}
    div.menuvert li a:link {
	color: #ffffff;
	background: #b2958f;
	}
    div.menuvert li a:visited {
	color: #ffffff;
	background: #b2958f;
	}
    div.menuvert li a:hover {
	color: #000000;
	background: #f7e4c4;
	}
    div.menuvert li a:active {
	color: #ffffff;
	background: #b2958f;
	}
    div.menuvert li#navhome0 a {
    	color: #00ff00;
	background: #b2958f;
	}

/* page wide parameters */
    span.sm { font-size: 11px }
    span.red { color: #ff0000 }
    span.bl { color: #0077aa }
    span.bld { font-weight: bold }
    span.itl { font-style: italic }
    div.news2 { border: 1px solid black }
	
    p.bld_ctr {
    	font-weight: bold;
	font-size: 15px;
	text-align: center;
	}
    p.bld_lg {
    	font-weight: bold;
	font-size: 15px;
	}
    h1 {
        font-family: Helvetica, Geneva, Arial,
	          SunSans-Regular, sans-serif;
	font-size: 24px;
	height: .5em;
	}
    h2 {
        font-family: Helvetica, Geneva, Arial,
	          SunSans-Regular, sans-serif;
	font-size: 14pt;
	height: .5em;
	}
    input {
    	font-size: 11px;
	}
    a:link { color: #ffffff }
    a:visited { color: #ffffff }
    a:hover { 
	color: #000000;
	background: #40d3ff;
	}
    a:active { color: #ffffff }

    p.cyan {
    	background: #40d3ff;
	line-height: 1.5em;
	color: black;
	font-weight: bold;
	font-size: 13px;
	}
    p.gold {
    	background: #fbcc94;
	line-height: 1.5em;
	color: black;
	font-weight: bold;
	font-size: 13px;
	text-align: center;	
	}
    
    
    #page_tbl {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(pattern13jpg);
/*	margin: inherit; */
	width: 760px;
	border-collapse: collapse;
	text-align: left;
	}
/* next two used on menu */    
    #page_tbl td.norm {
    	color: #ffffff;
	background: url(pattern13.jpg);
	padding: 5px;
	width: 760px;
	}
    #page_tbl td.norm_bl {
	color: #ffffff;
	background: url(pattern13.jpg);
	font-size: 13px;
        text-align: left;
        padding: 8px;
        width: 760px;
        }	
    #page_tbl td.ctr {
        color: #000000;
	text-align: center;
	}
    #page_tbl td.menu_lft {
	vertical-align: top;
	width: 160px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	}
    #page_tbl td.rt {
    	vertical-align: top;
	background: url(rp_grey.jpg);
	width: 600px;
	margin: 0px;
	padding: 5px;
	}
    #page_tbl td.ctr_grey {
	vertical-align: top;
	color: #000000;
	background: url(rp_grey.jpg);
	width: 600px;
	padding: 5px;
	text-align: center;
	}
    #page_tbl td.newsl {
	background: url(rp_grey.jpg);
	color: #000000;
	width: 600px;
	padding: 5px;
	border: 1px solid black;
	}
