/* These are standard layout styles and do not need modification */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

.clearboth { clear: both; }

#Header {
	background: url(../images/logo.gif) no-repeat 20px 5px;
	height: 65px;
	float: left;
}

#Date {
	padding: 10px 0 0 300px;
	text-align: right;
	font-size: 9px;
	color: #666;
	width : 300px;
}

#Date a {
	padding-left:5px;
}



#mainContent {
	width: 240px;
	margin-right: 0;
	margin-left: 200px;
	padding: 10px;
	text-align: left;
	font-size: 90%;
}


#ActionItems h2 {
	margin: 16px 0px 0px 20px;
	color: #FFFFFF;
}


#ActionItems #Item1 {
	height: 44px;
	width:250px;
	background: url(../images/actionItem1Background.jpg) repeat-x;
	float: left;
	border-top: 6px solid #044173;
}

#ActionItems #Item2 {
	height:44px;
	width:250px;
	background: url(../images/actionItem2Background.jpg) repeat-x;
	float: left;
	border-top: 6px solid #054E8D;
}

#ActionItems #Item3 {	
	height: 44px;
	width:250px;
	background: url(../images/actionItem3Background.jpg) repeat-x;
	float: left;
	border-top: 6px solid #065EA8;
}


#Content {
	float: left;
	background: #F1F7FB url(../images/contentBackground.jpg) repeat-x;
	width: 50%;
	margin: 2em;
	padding:  1.5em 2em 2em 2em;
}

#Interior {
	float: left;
	width: 50%;
	margin: 2em;
	padding:  1.5em 2em 2em 2em;
}

#InteriorW {
	float: left;
	width: 80%;
	margin: 2em;
	padding:  1.5em 2em 2em 2em;
}

#newsItems {
	background: #9BCAE4 url(../images/newsItemsBackground.jpg) repeat-x;
	padding: 2em 2em 4em 2em;
	float: left;
	width: 23%;
	color : #C8D9E2;
}

#newsItem1 {
	float: left;
	margin-bottom: 2em;
	width: 33%;
}

#newsItem2 {
	float: left;
	margin-bottom: 2em;
	width: 33%;
}


#Footer {
	clear: both;
	text-align: left;
	font-weight: bold;
}

#Footer #TextLinks {
	padding: 10px 15px 10px 15px;
	text-align: left;
}

#Footer #TextLinks a {
	
}

#Footer #Disclaimer {
	padding: 2px 15px 2px 15px;
}

#Footer #Disclaimer p {
	
}


#Disclaimer p {
	
}


/* 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;
}

