


DIV#flare {
	position:absolute;
	width:100%;
	height:503px;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	z-index:1;
}

DIV#mountains {
	position:absolute;
	top:0px;
	width:100%;
	height:503px;
	background-image:URL('images/rptMtns.gif');
	background-repeat: repeat-x;
	background-position: left top;
	z-index:2;
}

DIV#silhouette {
	position:relative;
	height:286px;
	width:488px;
	background-image:URL('images/silhouette.png');
}

DIV#content {
	position:relative;
	width:1000px;
	text-align:left;
	z-index:5;
	 padding-bottom: 40px;
}

DIV#contact_inner {
	margin-top:10px;
	font-size:12pt;
}

DIV#contact_address {
	font-size:10pt;
	font-weight:bold;
}

DIV#contact_inner A {
	color:#223F5C;
	font-size:15pt;
}

DIV#subscribe_inner {
	margin-top:10px;
}

DIV#subscribe_inner A {
	color:#223F5C;
	font-size:15pt;
}

DIV.news-feed {
	padding-top:15px;
}

DIV.news-feed DIV.item {

}

DIV.news-feed DIV.text {
	font-size:8pt;
	padding-top:5px;
	padding-bottom:5px;
}
DIV.news-feed DIV.title {
	font-size:10pt;
	font-weight:bold;
}
DIV.news-feed DIV.date {
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
}

DIV.news-feed DIV.link {
	text-align:right;
}
DIV.news-feed DIV.link A {
	color:#223F5C;
	font-weight:bold;
}

DIV.news-feed DIV.item DIV.footer {
	position:relative;
	padding-top:15px;
	margin-bottom:15px;
	height:1px;
	width:80%;
	background-image:URL('images/horizontal-line-background.png');
	background-position:left bottom;
	background-repeat:repeat-x;
}
