body {
	background: white;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#uniquename3 {
	display:none; 
      position:absolute; 
      padding: 5px;
	  }

td {
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
td.banner {
background-image: url(../images/back2a.gif);
 background-repeat: repeat;
}
.white {color:#FFFFFF}
A:link {
	text-decoration: none;
		}

A:visited {
	text-decoration: none;
		}
	
A:hover {
	text-decoration: underline;
}

ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 10px 5px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	liststyle: none;
	text-align: center;
	background-color: #DBE6F8;	
	}
li {
	display: inline;
	padding: 0px 25px 0px 00px;
	
	}