@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}
.oneColFixCtrHdr #header {
	background: url(../images/robpower_header_2010.gif);
	padding: 0 0px;  /* 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. */
	height: 130px;
	width: 960px;
}
.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 */
	font-size: 1.2em;
	color: #F78D41;
	font-family: Verdana, Geneva, sans-serif;
}
.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: #FFF;
	color: #000;
}
.oneColFixCtrHdr #footer {
	padding: 5px 0px 0;
	background-image: url(../images/robpower_footer.gif);
	height: 30px;
	width: 960px;
}
.oneColFixCtrHdr #container #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #F78D41;
	font-weight: bold;
}

.oneColFixCtrHdr #container #navbar {
	background-image: url(../images/robpower_navbar.gif);
	height: 30px;
	width: 960px;
	padding: 5px 0px 0px;
	margin-top: 0px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #333;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	color: #F78D41;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #F78D41;
}


.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #F78D41;
	text-align: center;
}


.oneColFixCtrHdr #container #navbar  ul {
margin: 0;
padding: 0;
white-space: nowrap;
}

.oneColFixCtrHdr #container #navbar  li {
	margin:0;
	padding: 3px;
	display: inline;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
}

.oneColFixCtrHdr #container #navbar  a { 
padding: 3px 4px; 
}

.oneColFixCtrHdr #container #navbar  a:link, .oneColFixCtrHdr #container #navbar  a:visited {
	color: #FFF;
	text-decoration: none;
}

.oneColFixCtrHdr #container #navbar  a:hover {
	color: #F78D41;
	text-decoration: none;
	border-bottom: 2px solid #F78D41;
}

body {
    overflow: scroll;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #F78D41;
	text-align: center;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.0em;
	color: #F78D41;
	text-align: center;
}
hr {
	color: #F78D41;
}
a {
	color: #F78D41;
	font-weight: bold;
}

a:link {
	color: #F78D41;
	font-weight: bold;
}
a:visited {
	color: #F78D41;
	font-weight: bold;
}
a:hover {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F00;
