@charset "utf-8";
body {
	background: #666666;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	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: #333333;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 10px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFFFFF;
	padding-right: 10px;
}
.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 */
}
.footer_font {
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	text-transform: none;
	color: #999999;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 650px;
	margin-top: 75px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 10px;
	outline-width: thin;
	border-color: #000000;
	outline-color: #000000;
	font-weight: lighter;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.HHDS14 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	font-variant: normal;
	line-height: normal;
	border: 1;
}
.Location {
	font-size: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.11 {
	font-size: 11px;
	color: #333333;
	text-align: left;
}
.nav {
	color: #333333;
	font-size: 10px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.HHDS11 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right;
	font-size: 11px;
}
.10 {
	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.9 {
	font-size: 9px
}
.11maintext {
	font-size: 11px;
	color: #000000;
	text-align: left;
}
.11centered {
	font-size: 11px;
	color: #333333;
	text-align: center;
}
