@charset "utf-8";
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: #666666;
	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(Grayrunners2.jpg);
	background-color: #FFF;
	background-repeat: no-repeat;
}
.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);
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	text-align: left;
	
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
}
.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 */
}
#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;
}
#MainTitleBanner {
	height: auto;
	width: auto;
	left: 70px;
	float: left;
	clear: none;
	position: relative;
	top: 16px;
}
#CUBanner {
	position: relative;
	float: left;
	left: 115px;
	top: 40px;
	width: auto;
	height: auto;
}
#HomeText {
	float: left;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#twitlogo {
	float: right;
	width: auto;
	position: relative;
	top: -45px;
	left: 250px;
}
#fblogo {
	float: right;
	height: auto;
	width: auto;
	position: relative;
	top: -48px;
	left: 300px;
}
.speccenter {
	text-align: center;
}
.actpost {
	font-size: 10px;
}

