@charset "UTF-8";
body  {
	font: normal 8pt/10.5pt Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(layout%20graphics/bkgrdBar.png) repeat-x;
	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: #414141;
}
#bannerads {
	background: #006699;
}
#leaderboardAd {
	padding-left: 50px;
	float: left;
	height: auto;
	width: 728px;
}
#badgeAd {
	float: left;
	padding-left: 5px;
	height: auto;
	width: 160px;
}
#adrectangle1 {
	float: left;
	height: auto;
	width: 300px;
	margin-bottom: 10px;
}
#adbadge1 {
	float: left;
	height: auto;
	width: 146px;
	margin-bottom: 10px;
	margin-right: 4px;
}
#careerBuilder {
	clear: both;
	float: left;
	height: auto;
	width: 300px;
}
#adbadge2 {
	float: right;
	height: auto;
	width: 146px;
	margin-bottom: 10px;
	margin-left: 4px;
}
#storyHeader {
	padding: 10px 0px 5px;
	float: none;
	position: relative;
}
a:link {
	font-size: 8pt;
	color: #069;
	text-decoration: none;
}
a:visited {
	font-size: 8pt;
	color: #FFBF00;
	text-decoration: none;
}
a:hover {
	font-size: 8pt;
	color: #09F;
	text-decoration: none;
}
a:focus {
	font-size: 8pt;
	color: #09F;
	text-decoration: none;
}
a:active {
	font-size: 8pt;
	color: #798834;
	text-decoration: none;
}
h1 {
	color: #006699;
	font-size: 15pt;
	line-height: 17pt;
}
h2 {
	color: #006699;
	font-size: 12pt;
	line-height: 14pt;
}
h3 {
	color: #006699;
	font-size: 10pt;
	line-height: 12pt;
}
h4 {
	color: #006699;
	font-size: 9pt;
	line-height: 11.5pt;
}
 #container {
	background: #FFFFFF;
	width: 990px;
	text-align: left;
	margin: 10px auto auto;
} 
 #header {
	background: #006699;
	width: 990px;
	height: 93px;
	margin-bottom: 10px;
} 
 #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 */
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 7px 0px;
}
 #mainContent {
	margin: 0 25px 0 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 20px 5px 10px;
	width: 600px;
} 
 #footer {
	padding: 0 10px 20px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#006699;
	color: #CCCCCC;
	font: 8pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
 #footer p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 10px 0;
	width: 30%;
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.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;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 60%;
	list-style: none;
}
#footer li {
	float: right;
}
#footer li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 10px;
}
#footer li a:hover, #footer li a:active, #footer li a:visited {
	color: #FFCC00;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
#banner {
	background: #006699 url(page%20headers/storyBanner.gif) no-repeat;
	height: 93px;
	width: 990px;
	float: left;
	margin-bottom: 10px;
}

