body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  text-align:center;
  margin-top:0px;
  padding-top:0px;
}
#wrapper{
	position:relative;
	top:0px;
	right:auto;
	bottom:0px;
	left:auto;
}
#container{
	margin:0px auto 0px auto;
	background:#FFFFFF;
}
#title{
	height:75px;
}
#forprint{height:75px;}
#nav{display:none;}
#content{text-align:left}
#content h1{
	font-size:1.1em;
	font-weight:bold;
	background-image: url(../images/h1slash.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:2px
}
#content h1:first-letter{font-weight:bold;font-size:1.4em}
#content h2{
	font-size:1em;
	font-weight:bold;
	background-image: url(../images/h2slash.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#content h2:first-letter{font-weight:bold;font-size:1.3em}
#content h3{
	font-size:.9em;
	font-weight:bold;
	background-image: url(../images/h3slash.gif);
	background-repeat: no-repeat;
	background-position: left bottom;}
#content h3:first-letter{font-weight:bold;font-size:1.2em}
#content ul{list-style-type:circle}
#content ul li{
	font-size:.8em;
	padding: 3px 0 3px 15px;
}
.hidden{visibility:hidden}
.u{text-decoration:underline}
.tab{display:block;margin-left:20px}
.left{float:left;margin:10px;border:1px solid #000000;}
.right{float:right;margin:10px;border:1px solid #000000;}
#footer{display:none}

p{font-size:.8em;}
a, a:visited{color:#003399;text-decoration:underline;}
img{display:block;}
