/***********************************************/
/* RHB Technology Solutions, Inc.	           */
/* www.rhbts.com			                   */
/***********************************************/
/*                                             */
/* Filename: dhsInternet.css		       	   */
/* Used with Kenosha County DHS Internet Site. */
/***********************************************/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
	font-size: 12pt;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #0000FF;
	text-decoration: underline;
}

#pageArea{
	background-color: #FFFFFF;
	width: auto;
	z-index: 10;
	visibility: visible;
	height: auto;
	padding-right: 1pt;
	padding-left: 1pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
	font-weight: normal;
	padding-top: 10pt;
	padding-bottom: 10pt;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#topborder{
	visibility: visible;
	z-index: 3;
	color: #330000;
	font-size: x-small;
	text-align: left;
	border-top: 1px none #ccd2d2;
	border-right: 1px solid #ccd2d2;
	border-bottom: 1px none #ccd2d2;
	border-left: 1px solid #ccd2d2;
}

#content{
	padding: 0pt 10pt;
	margin:0px;
	border: none;
}
#pageNavPosted {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	top: 1pt;
	float: right;
	text-align: right;
	right: 5pt;
}

#pageNav, #pageNavFeatures, #pageNavMenu, #topborder_Breadcrumb, #bottomborder { 
  display : none; 
} 

