@charset "utf-8";
body {
	font-family: Myriad Pro, 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 */
	background-image: url(../images/SETpagebg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 144px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.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 {
	background-color: #FFFFFF;
	background-image: url(../images/SETrunners.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 200px;
}
.oneColFixCtrHdr #footer {
	background-color: #7E9BB6;
	background-image: url(../images/SETfooter.png);
	background-repeat: no-repeat;
	height: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 330px;
}
.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 */
	color: #FFF;
}
.oneColFixCtrHdr #splash {
/*	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
*/}
body, td, th {
	color: #333;
}
#navlist {
	margin: 0;
	border-bottom: 1px solid #AC2A39;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 22px;
	padding-left: 10px;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #AC2A39;
	padding-bottom: 2px;
	background: transparent;
	color: #AC2A39;
}
#navlist a:hover {
	color: #7E9AB6;
}

body, td, th, input, select, textarea {
	font-size: 1em;
}

h1 {
	color: #7E9AB6;
	font-size: 150%;
	padding: 0 0 0.6em;
}
h2 {
	color: #AC2A39;
	font-size: 130%;
	padding: 0 0 0.6em;
}
h3 {
	color: #AC2A39;
	font-size: 110%;
	padding: 0 0 0.4em;
}
