@charset "utf-8";
body  {
	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: #FFFFFF;
	background-color: #000000;
	background-image: url(images/EarshiftBG.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 25px;
	padding: 0;
	margin-left: 24px;
}
#sidebarContent {
	background-image: url(images/contentBG.png);
}
#sidebarContent img {
	float: left;
	padding-right: 9px;
	padding-bottom: 10px;
}
.twoColFixRtHdr #scrollBox #container #mainContent #mainContentContent #stridesFloat {
	float: right;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#container    {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
p {
	font-size: 11px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 11px;
	padding-left: 15px;
	line-height: 16px;
}
#header    {
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
} 
#mainContentContent img {
	float: left;
	padding-right: 12px;
	padding-bottom: 5px;
}
#scrollBox {
	height: 475px;
	text-align: center;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header   h1    {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
}
h1 {
	padding: 5px;
	margin: 5px;
}
#sidebar1    {
	float: right; /* since this element is floated, a width must be given */
	width: 184px;
}
#sidebar1 #sidebarContent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainContent    {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#form1 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 12px;
}
#sidebarContent #form1 #submitButton {
	background-color: #FF9933;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#mainContentContent {
	background-image: url(images/contentBG.png);
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3 {
	font-size: 14px;
	color: #FF9933;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: dashed;
	border-top-color: #9F0000;
	border-right-color: #9F0000;
	border-bottom-color: #9F0000;
	border-left-color: #9F0000;
	margin-top: 0px;
	margin-right: 11px;
	margin-bottom: 0px;
	margin-left: 11px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC33;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FF9933;
}
