@charset "UTF-8";
body {
	background: fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-y;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container #mainContent dt {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-indent: 20px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fff;
}
.oneColFixCtrHdr #header {
	background: #bfaaff;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	top: -100px;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #fff;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top-color: #888888;
	border-top-style: double;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	text-align: center;
}
#navbar {
	height: 2.2em;
	width: 780px;
}
.imagefloat {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.spacer {
	clear:left;
}
.oneColFixCtrHdr #container #indexContent {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #container #mainContent table {
	font-size: 85%;
	margin: 5px;
	line-height: 23px;
	padding-left: 15 px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #container #mainContent th {
	font-size: 100%;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
	background-color: #B5D5FF;
	padding-left: 5px;
}
.oneColFixCtrHdr #container #mainContent td {
	padding-left: 15px;
}

.hhhead {
	font-size:100%;
	font-style:italic;
	text-align:left;
	padding-left:10px;
	background-color:#E5EDFF;
}
.entname {
	font-weight: bolder;
}
