body {
	font-family: verdana, helvetica, arial, sans-serif;
  font-size: 10pt;
	color: #000;
	background-color: #fff;
	background-repeat:repeat;
	padding: 0px;
	margin: 0px;
  border: 0px;
}

/* redundant selectors to help NS4 not forget */
div, p, th, td, ul, ol, li, dd, dl, dt, a {font-family: verdana, helvetica, arial, sans-serif;}

/* specific tags */	
li {list-style: circle;
	position: outside;}
ol li {
	list-style-type: decimal;
	position: outside;
}
/* this fixes gaps around images caused by doctype*/ 
img {
	margin: 0px;
	padding: 0px;
	border: none;
	display: inline;
	vertical-align:top;
}
h1 {font-size: 1.25em;
  font-weight: bold;}
h2 {font-size: 1em;
	font-weight: bold;}
h3 {font-size: .9em;
	font-weight: bold;}
dl {padding: 0px 0px 0px 5px;
  margin-top: 10px;}
dd {margin-left: 20px;}
	
a {color: #000000;
  background: transparent;
	text-decoration: underline;}
a:visited {color: #009933;
  background: transparent;}
a:active {color: #000000;
  background: transparent;}
a:hover {color: #000000;
  background: transparent;}

/* centers on screen */
#container {
	display: block;
	color: #000;
	background-color: #fff;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	
	text-align:left; 
	width: auto;
}
html>body #container {
	width: auto; 
}

#hmcolone {
	display: none;
}

/* rows */
#rowbanner {
	display: none;
}
#hmrowbanner {
	display: none;
}
#rownav {
	display: none;
}
#printhead {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: auto;
}
	
#rowcontent {
	display: block;
  margin: 0px;
  padding: 0px;
	border: 0px;
	color: #000;
	background-color: #fff;
	background-repeat: repeat-y;
	width: auto;
}
html>body #rowcontent {width: auto; /* ie5win fudge ends */}

#colone {
	display: none;
}

#coltwo {
	margin: 0px;
	border: 0px;
	color: #000;
	background: transparent;
	width: auto;
}
html>body #rowcontent #coltwo {width: auto;} /* ie5win fudge ends */

#rowbread {
	display: block;
  font-size: .75em;
  color: #093;
	background: transparent;
  padding: 4px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	}

#rowfooter {
	display: none;
}
#hmrowcopyright { 
	display: none;
	}

#printfooter {
	display: block;
	font-size: 8pt;
	color: #000000;
	background: transparent;
	border-top: 1px solid #ccc;
	padding: 4px;
	text-align: center;
}
#hours {
	display: block;
}