/* CSS Document */

body {
	background: url(images/pagebg.jpg) #fff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CC0000;
	text-decoration: none;
}

a.biglink {
	font-size: 18px;
	font-weight: bold;
}

.medtext {
	font-size: 16px;
	font-weight: bold;
}

.bigtext {
	font-size: 18px;
	font-weight: bold;
}

#horizrule {
	border-top: none;
	border-bottom: 2px solid #000;
	height: 26px;
}

#content {
	padding: 10px;
}

#title {
	float: left;
	padding-right: 20px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #CC0000;
}

#nav2 {
	float:left;
	padding-top: 7px;
	font-weight: bold;
}	

.columnhead200 {
	width: 201px;
	height: 29px;
	background: url(images/columnhead.gif);
	background-repeat: no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.columnhead200pad {
	padding: 8px 5px 6px 5px;
}

.columncon200 {
	width: 201px;
}
.columncon200pad {
	padding: 5px 10px 0 10px;
}

/*- Menu Tabs H--------------------------- */

    #tabsH {
      float:left;
	  width: 661px;
	  font-family: Arial, Helvetica, sans-serif;
      font-size:16px;
	  font-weight: bold;
      line-height:normal;
      }
    #tabsH ul {
	margin:0;
	padding:0px 10px 0 0px;
	list-style:none;
      }
    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
	  
	#tabsH a span {
      float:left;
      display:block;
     /* background:url("tabrightH.gif") no-repeat right top; */
	  background: url(images/navbg.jpg);
      padding:6px 15px 3px 15px;
      color:#000;
      }
	  
    #tabsH a span.off {
      float:left;
      display:block;
     /* background:url("tabrightH.gif") no-repeat right top; */
	  background: url(images/navbg.jpg);
      padding:6px 15px 3px 15px;
      color:#000;
      }
	 #tabsH a span.on {
      float:left;
      display:block;
     /* background:url("tabrightH.gif") no-repeat right top; */
	  background: url(images/navhoverbg.jpg);
      padding:6px 15px 3px 15px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
	/* background: url("images/navhoverbg.jpg") no-repeat right top; */
	background: url(images/navhoverbg.jpg);
      color:#FFF;
      }
    #tabsH a:hover {
    /*  background-position:0% -42px; */
      }
    #tabsH a:hover span {
     /* background-position:100% -42px; */
      }

