@charset "UTF-8";
/* CSS Document */

#main{
	background-image: url(../images/bandbkg1.jpg);
	background-repeat: no-repeat;
}

#content{
	height: 325px;
	bottom: 0px;
	background-image: url(../images/hBar_bkg.png);
	background-repeat: no-repeat;
	margin-bottom: 25px;
}

#introImage{
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#announcementBox{
	height: 230px;
	width: 220px;
	position: absolute;
	left: 150px;
	bottom: 40px;
	padding: 5px;
}

#announcementBar{
	height: 15px;
	width: 764px;
	position: absolute;
	bottom: -15px;
	left: 0px;
	background-image: url(../images/about/aboutBox_Mid.png);
	background-repeat: repeat;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	font-size: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}

h2.anoHead{
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
p.headLead{
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.hCover{
	padding: 0px;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #990000;
}

#announcementBar p{
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#feed{
	float: right;
	height: 300px;
	width: 200px;
	margin-left: 26px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3.feedHead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}



/*Spry Table Classes*/
#feedTable{
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 25px;
	}

table.info {
margin:0;
padding:0;
}

table.feed td {
height: 46px;
}

table.feed th {
height: 20px;
}

tr.darkbkg{
background-image:url(../images/tableBkg_1.png);
}

tr.lightbkg{
background-image:url(../images/tableBkg_2.png);
}

.hover {
background-image:url(../images/tableBkg_3.png);
cursor: pointer;
}

.feedItem{
	font-size: 10px;
	color: #FFFFFF;
}

.feedDate{
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}

a.feedLink{
	text-decoration: none;
}


#moreButton {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 18px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	text-align: right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0;
}

a.pageLinks{
	color: #999999;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
}

a.pageLinks:hover {
	color: #990000;
}
