@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-image: url(../images/arbacgroundslice.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 200px;
	width: 980px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/programbanner.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
} 
.headerSubscribe {
	position: relative;
	left: 650px;
	top: 20px;
	width: 330px;
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
}
.headerSubscribe a {
	color: #FFF;
}
.headerSubscribe a:hover {
	color: #FFD93D;
}
.twoColFixLtHdr #horizmenu {
	width: 980px;
	position: relative;
	top: 155px;
	left: 0px;
	font-size: .9em;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
}
.twoColFixLtHdr #horizmenu a {
	color: #333;
	text-decoration:none;
}
.twoColFixLtHdr #horizmenu a:hover {
	color: #900;
	text-decoration:none;
}
.twoColFixLtHdr #logo {
	padding-top: 30px;
}
.twoColFixLtHdr #sidebar1home {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1home p {
	font-size: 0.7em;
	color: #FFF;
	line-height: 150%;
}
.twoColFixLtHdr #sidebar1home a {
	color: #FFF;
}
.twoColFixLtHdr #sidebar1home a:hover {
	color: #fc0;
}
.twoColFixLtHdr #sidebar1home h2 {
	font-size: 0.9em;
	color: #fc0;
}
.twoColFixLtHdr #sidebar1home h3 {
	font-size: 0.7em;
	color:#fc0;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1home h4 {
	font-size: 0.7em;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 0.7em;
	color: #FFF;
	line-height: 150%;
}
.twoColFixLtHdr #sidebar1 a {
	color: #FFF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #fc0;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 h2 {
	font-size: 0.9em;
	color: #fc0;
}
.twoColFixLtHdr #sidebar1 h3 {
	font-size: 0.7em;
	color:#fc0;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 h4 {
	font-size: 0.7em;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent p, ul {
	font-size: 0.8em;
	line-height: 150%;
	color:#FFF;
	list-style-type:square;
}
.twoColFixLtHdr #mainContent p, ol {
	font-size: 0.8em;
	line-height: 150%;
	color:#FFF;
}
.twoColFixLtHdr #mainContent h2 {
	color:#FC0;
	font-size: 1.0em;
}
.twoColFixLtHdr #mainContent h3 {
	color:#FFF;
	font-size: .9em;
}
.twoColFixLtHdr #container h1 {
	color: #fc0;
	font-size: 1.2em;
}
.twoColFixLtHdr #container a {
	color: #FFF;
}
.twoColFixLtHdr #container a:hover {
	color: #fc0;
}
.twoColFixLtHdr #footer {
	padding: 0;
	margin: 0 auto;
	background-image: url(../images/footerback.jpg);
	background-repeat: repeat-x;
	text-align: center;
} 
.twoColFixLtHdr #footer-container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	line-height: 120%;
}
.twoColFixLtHdr #footer-left {
	float: left;
	width: 220px;
}
.twoColFixLtHdr #footer-middle {
	float: left;
	width: 220px;
}
.twoColFixLtHdr #footer-right {
	float: left;
	width: 220px;
}
	
.twoColFixLtHdr #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;
	font-size: .7em;
}
.twoColFixLtHdr #footer a {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #fc0;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.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;
}
.warning {
	color: #FC0;
	font-weight: bold;
}
.img a {
	text-decoration: none;
	border: none;
}

