/* These are standard layout styles and do not need modification */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#Header {
	background: url(../images/logo.gif) no-repeat 20px 5px;
	height: 65px;
	float: left;
}

#ActionItems {
	width: 530px;
	font-size: 11px;
}

#ActionItems h2 {
	margin: 5px 10px;
}

#ActionItems p {
	margin: 5px 10px 20px 20px;
}

#ActionItems #Item1 {

	width: 530px;
	background: #B5B7BA url(../images/actionItem1Background.gif) repeat-y;
	float: left;
}

#ActionItems #Item2 {
	width: 530px;
	background: #C9CCCF url(../images/actionItem2Background.gif) repeat-y;
	float: left;
}

.newsItems {
	float: left;
	margin: 1em 0 0 1em;
	color: White;
	font-size: 90%;
	width: 180px;
}
.newsItems a {
	color: #92C759;
}
.newsItems a:hover {
	color: #BADD95;
}

#Footer {
	clear: both;
	text-align: left;
	font-weight: bold;
}

#Footer #TextLinks {
	padding: 10px 15px 10px 15px;
	text-align: left;
}

#Footer #Disclaimer {
	padding: 2px 15px 2px 15px;
}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}