/* CSS Document */
.internalPageSplashImage h1{
	float:left;
	text-decoration: none;
}

#newsletter{
	clear: both;
	width:200px;
	height: 175px;
	margin: 30px auto;
	border: 3px solid #FF9900;
	padding: 5px;
}
#newsletter form{
	text-align:center;
}
#newsletter input{
	width: 140px;
	padding: 3px;
	color: #003366;
	background-color:#F0F0FF;
	border: solid 2px #3399CC;
	margin-top: 5px;
}
#newsletter #submit{
	width: auto;
	cursor: pointer;
}


#rssLogos{
	clear: both;
	width:200px;
	height: 300px;
	margin: 30px auto;
	border: 3px solid #FF9900;
	padding: 5px;
	text-decoration: none;
}

#rssLogos img{
	float:left;
	padding: 3px 0px 2px 15px;
	clear:both;
}
#rssLogos #largeIcon{
	float:right;
	padding: 2px 2px 0px 0px;
	clear: none;
}

#rssLogos p{
	padding-bottom: 10px;
	text-decoration: none;
}


.internalPageContent h1{
	padding-bottom: 20px;
}
.newsItem{
	clear:both;
	position:relative;
	width: 450px;
	margin: 15px 6px 0px 20px;
	padding: 0px 0px 5px 3px;
	border-bottom: 2px dotted #DFE6FF;
	border-left: 2px dotted #DFE6FF;
	border-right: 2px dotted #DFE6FF;
}
.newsItem .title{
	width: 445px;
	padding: 4px 0px 4px 3px;
	border-top: 2px dotted #DFE6FF;
	background-color: #D0DCE8;
}
.newsItem .date{
	font-weight:normal;
	margin: 2px 0px 3px 8px;
}
.newsItem .newsContent{
	line-height: 1.9em;
	padding: 5px;
	margin: 0px 15px;

}
.newsItem .moreButton{
	position: absolute;
	bottom: 4px;
	right: 10px;
}