
#seal{
background-image: url(../images/seal_only.jpg);
    background-repeat: no-repeat;
	margin:0px;
	padding:0px; /* For IE5 */
}	

#nav ul{
	margin:0;
	padding:0;
	list-style: none;
	}
#nav li {
	margin-top: 33px; /* For IE5 Mac only - reset to 0 below */
	margin-bottom: 65px; /* For IE5 Mac only - reset to 0 below */
	
	padding:0;
	}
	
#nav a { /* if background is on a:link IE6 won't display properly  */
	background-image: url("images/seal_only.gif"); /*can be just background */
	background-repeat: no-repeat; /* height and or width in here will stop main image change in IE5 */
	padding-top: 0px; /* For IE5 Mac only - reset to 0 below */
	padding-left:0px; 
	padding-bottom: 0px; /* For IE5 Mac only - reset to 0 below */
	padding-right: 0px; /* For IE5 Mac only - reset to 10 below */
	color: #585E54;
	font-family: "Arial, helvetica, verdana", sans-serif;
	text-align: right;
	font-size:.85em;
	font-weight:bold;
	text-decoration:none;
	
	}

#nav a /*Comment hack to hide this from IE5 - needed to extend link over button image in IE6 */{
	height:24px;
	margin:0;
	padding:0;
	
	}
 
#nav a:hover {
	background: url("images/dnbutt.gif") no-repeat; /* no background-x styles work here */
	color: #526B96; 
	}
#nav a img {
	width: 205px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 193px;
	position: absolute;
	top: 0px;
	left: -207px;
	visibility: hidden;
	margin:0px;
	padding:0px;
	
	}

 /* commented backslash hack v2 - hide rules from IE5 Mac \*/
#nav a {
	padding-top: 0; 
	padding-bottom: 0;
	padding-right: 17px;
	padding-left:0px; 
	display: block;
	line-height: 18px;
	line height: 18px;

	}	
#nav li {
	margin-top:0;
	margin-bottom:0;
	width: 185px;
	padding: 0px;
	
	
	}
/* end hack */


#nav a:hover img {
	padding:0px;
	margin:0px;
	visibility:visible;
	}
	


div {
	width: 150px;
	padding: 10px;
	margin: 5px; }

* html div {  /* This is the Tan hack */
	width: 130px; 
	w\idth: 100px; }
	

div {
	position: absolute;
	width: 400px;
	height:200px;
	padding: 0px;
	top: 244px;
	 }

* html div {  /* This is the Tan hack */
	width: 400px; 
	w\idth: 350px; }