@charset "utf-8";
/* CSS Document 
dark red: #bd1b1b
dark gold: #bda662*/
body {
	margin:0px;
	font-family:Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	background:url(images/img_bg.gif);
}
body, html {
	height:100%;
}
a {
	text-decoration:none;
}
a:hover {
	color:#bda662;
}
a:visited {
	color:#bd1b1b;
}
img {
	border:0px;
}
.headerLogo {
	margin: 60px 0 0 26px;
}

.headerBar {
	background:url(images/img_headerBar.gif);
	background-position:top;
}
.mainTable {
	height:100%;
	border:0px;
	background-color:#ffffff;
}
.tableWrapper {
	border-top:1px solid #ffffff;
	width:733px;
	height:100%;
	border:0px;
}
.leftNavBG {
	background-color:#eeeeee;
}
.leftNavWrapper {
	padding:12px;
}
.leftNav {
	font-size:13px;
	padding:24px 0px 12px 0px;
}
.leftNav a {
	text-transform:uppercase;
	color:#333333;
	display:block;
	border-bottom:1px solid #333333;
	padding-bottom:3px;
	margin-bottom:6px;
}
.leftNav a:hover {
	color:#000000;
}
.content {
	text-align:left;
	padding: 28px;
} 
.content p {
	margin:0 0 15px 0;
}
.content table {
	font-size:12px;
}
.content table a {
	color:#bd1b1b;
}
.content table a:hover {
	color:#bda662;
}
.headLine {
	width:100%;
	border-bottom:1px solid #333333;
	text-transform:uppercase;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin: 0 0 5px 0;
}
.subHead {
	font-weight:bold;
	font-size:12px;
	color:#bd1b1b;
}
.recentArticlesHeadline {
	border-bottom:1px solid #cccccc;
	padding-bottom:2px;
	margin:6px 0 6px 6px;
}
.recentArticlesHeadline a{
	color:#bd1b1b;
}
.recentArticlesHeadline .date {
	padding: 0 0 0 6px;
}
.storyBody {
	margin:13px 0 18px 0;
	font-size:12px;
}
.storyBody b, .storyBody strong{
	font-weight:bold;
	font-size:12px;
	color:#bd1b1b;
}
.storyDate, .byline {
	color:#999999;
	font-size:9px;
}
.byline {
	margin: 0 0 5px 0;
}
.footerBar {
	background:url(images/img_footerBar.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.footer {
	text-align:right;
	padding: 0 28px 0 0 ;
	color:#000000;
	font-size:9px;
	height:7px;
}