/* CSS Document */

.newsContent {
	float: left;
	width: 460px;
	margin-right: 20px;
}

.newsContent .date {
	color: #7a7a7a;
}

.newsContent p {
	margin-bottom: 1em;
}

#NewsList {
	float: left;
	width: 310px;
	margin-top: 40px;
}

#NewsList ul {
	margin-top: 10px;
}

#NewsList li {
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #363636;
	padding: 5px 0;
	font-size: 90%;
}

#NewsList a,
.leftContent .date {
	color:#848484;
	text-decoration:none;
}
.leftContent h1{
	padding:0;
	margin:0;
}
.leftContent .date{
	padding:0;
	margin:0;
	padding-bottom:15px;
}

#NewsList a:hover h3,
#NewsList a:active h3,
#NewsList a:focus h3{
	color: #ac0428;
}

#NewsList a h3 {
	color:#FFFFFF;
	font-weight: normal;
	font-size: 110%;
}


/*
	Data Navigation
*/
#NewsNavigation{
	float:left;
	width:199px;
	padding:17px 19px 17px 0;
	background-color:#eee;
}

div.expandingPod table.dataNav_1{
	width:300px;
	margin-top:10px;
}

table.dataNav_1 {
	width: auto;
	float:right;

}
table.dataNav_1 td{
	text-align:center;
	width: auto;
	padding:0 5px;
	vertical-align:top;
	position:relative;

}
table.dataNav_1 td.pages,
table.dataNav_1 td.first,
table.dataNav_1 td.last{
	display:none;
}
table.dataNav_1 td .fade{
	display:block;
	text-indent:-5000px;
}

table.dataNav_1 a:link,
table.dataNav_1 a:visited{
	border:1px solid #3092F6;
	padding:0 5px 1px 5px;
	background-color:#fafafa;
	position:relative;
	display:block;

}

table.dataNav_1 td.previous,
table.dataNav_1 td.next{
	width:19px;
	height:19px;
}
table.dataNav_1 td.previous a,
table.dataNav_1 td.next a{
	display:block;
	height:19px;
	width:19px;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/previousNext.png);
	border:none 0;
	padding:0;
}
table.dataNav_1 td.previous a:hover,
table.dataNav_1 td.previous a:focus,
table.dataNav_1 td.previous a:active{
	background-position:0 -19px;
}
table.dataNav_1 td.next,
table.dataNav_1 td.previous{
	width:19px;
}
table.dataNav_1 td.next a{
	float:right;
	background-position:-19px -0;
}
table.dataNav_1 td.next a:hover,
table.dataNav_1 td.next a:focus,
table.dataNav_1 td.next a:active{
	background-position:-19px -19px;
}


.navCell_2 a{
	color:#485256;
}

