body {font-family: Verdana, Arial, Helvetica, Serif; font-size: 8pt;
      background: #ccc; color: black; margin: 0; padding: 0; }	
	  
#wrapper	{
	/*
	position: absolute;
	left: 0;
	top: 0;
	*/
	margin: 0px auto; /*This is supposed to center it*/
	padding: 0;
	border: 2px solid white;
	width: 912px; /*810px;*/
	background-color: #ccc;
	/*height: 100%;*/
 	}

* html #wrapper	{
	width: 912px; /*812px;*/
	w/idth: 910px; /*810px;*/
	}
 	  
a.amenu {
		color: black;
		/*font-weight: bold;
		font-size: 12pt;*/
		text-decoration: none;
		}
a.amenu:hover {color: white; text-decoration: none; background-color: red}

a.set1 {color: black; font-weight: bold; font-size: 7pt; text-decoration: none;}
a.set1:hover {color: white; font-size: 7pt; text-decoration: none; background-color: red;}

a.set2 {color: black;  text-decoration: underline; font-weight: normal;}
a.set2:hover {color: white; text-decoration: none; background-color: red; font-weight: bold;}

dt.setu {color: #f0888a; font-weight: bolder; text-decoration: underline}

.htitle {color: black; font-family: Verdana, Arial, Helvetica,  Serif; font-size: 12pt;
         font-weight: bold; background-color: #f0888a; /*width: 828px;*/}

.dfont {color: black; font-family: Verdana, Arial, Helvetica, Serif;
        font-size: 8pt; padding-bottom: 5px; }

#header {position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		text-align: left;
		/*white-space: nowrap;*/
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 10pt;
	   	font-weight: bold;
		color: white;
		height: 120px;
		/*width: 800px;*/
		/*margin-right: 7px;*/
		}
#header a {font-size:12px; color: red; font-weight: bold; text-decoration: none;}
#header a:link {color:red;text-decoration:none}
#header a:hover {text-decoration:none; background-color: red; color: white;}

#column1 {margin-top: 0;
		  width: 160px;
		  /*position: absolute;
		  top: 120px;
		  left: 0;*/
		  background: #ccc;
		  text-align: right;
	      padding: 0px 5px 0px 5px; /* top, right, bottom left */
		  /*height: 100%;*/
		  float: left;
		  }

#column1 a {color: #c00;
            font-size: 10px;
			font-weight: bold;
            text-decoration: none;
			/*margin: 0;*/
			display: block;
			padding-top: 10px;
			padding-bottom: 10px;
			border-bottom:  2px solid #fff;
			}
 
#column1 a:hover {background-color: #fff;
                  display: block;
                  /*margin: 0;*/
				  text-decoration: none;
				  border-bottom:  2px solid #000;
			      }
#column1 a.current {color: #000; background-color: #f0888a}
#column1 a:hover.current {background-color: red}
#column1 a.ksub {color: white;  text-decoration: none; font-weight: bold;
                 padding-top: 0; padding-bottom: 0;  margin: 0;
                 background-color: #f0888a; border-bottom: none}
#column1 a.ksub:hover {color: white; text-decoration: none;
                       background-color: red; font-weight: bold;}
#column2 {
		 /*position: absolute;
	     top: 120px;*/
		 padding: 0 0 0 5px;
		 margin-left: 170px;
		 background-color: white;
		 border-left: 2px dashed #c00;
		 text-align: left;
		 /*margin-top: 0;*/
         /*width: 618px;*/
		 /*
		 width: 820px;
		 /width: 830px;
		 w/idth: 820px;
		 */
		 /*width: 830px; voice-family: "\"}\""; voice-family: inherit; width:820px;*/
		 /*This is a hack for ie5 and 5.5 to line up column2 right border correctly */
		 }

