@charset "utf-8";
/* CSS Document */

#LogoBox {
	height: auto;
	width: 110px;
	top: 10px;
	float: left;
	position: relative;
}
#RunMan {
	height: 102px;
	width: 97px;
	visibility: visible;
	position: relative;
	top: 12px;
	text-align: center;
	background-repeat: no-repeat;
	vertical-align: middle;
	float: right;
}
#CUBanner {
	position: relative;
	float: left;
	left: 115px;
	top: 40px;
	width: auto;
	height: auto;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #999;
	vertical-align: middle;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(GreenBackground.jpg);
}
.oneColFixCtrHdr #header {
	height: 125px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-image: url(../Images/grayheader.gif);
	z-index: auto;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	text-align: center;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}
.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 */
}
.Bodytext {
	font-weight: normal;
	padding-right: 30px;
	padding-left: 60px;
	font-size: small;
}
.ListText {
	padding-left: 60px;
	list-style-type: disc;
	list-style-position: inside;
}
.head3 {
	font-size: 14px;
	text-align: center;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #03F;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#BodyResult {
	text-align: center;
	border-top-width: thin;
	border-top-style: groove;
	border-top-color: #600;
}
.TP {
	font-size: small;
	float: right;
	position: relative;
	right: 3em;
	font-weight: bold;
}
