@charset "utf-8";
/*** Body ***/

body {
	color: #FFFFFF;
	background-color: #cccccc;
	padding:0;
	margin:0;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.fontTwentySix {
	font-size: 26px;
}
.fontTwenty {
	font-size: 20px;
}
.fontTwelve {
	font-size: 12px;
}
.fontSmallColoredHeadline {
	font-size: 18px;
	color: #e78033;
}
.fontSubHead {
	font-size: 20px;
	color: #f2a717;
}
.fontReporterCredit {
	font-size: 10px;
}
.fontImageDescription {
	color: #e78033;
	font-size: 11px;
}
.bodyCell {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.mainContainer {
	width: 960px;
	height: 640px;
	float: left;
	margin-top: 25px;
	display: inline;
	background-color: #000000;
	border: 1px solid #990000;
}
.mainTop {
	float: left;
	width: 960px;
	height: 538px;
	overflow:hidden;
}
.mainBottom {
	float: left;
	width: 960px;
	height: 102px;
	background-image: url(../images/dec_cover_nav.jpg);
	background-repeat: no-repeat;
}
.rows {
	float: left;
	margin-top: 5px;
	margin-left: 60px;
	display: inline;
	width: 840px;
}
.rowOne {
	float: left;
}
.rowOne a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.rowOne a:hover, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.rowOneLeft {
	float: left;
	width: 280px;
	text-align: left;
}
.rowOneMid {
	float: left;
	width: 280px;
	text-align: center;
}
.rowOneRight {
	float: left;
	width: 280px;
	text-align: right;
}
.rowTwo {
	float: left;
	margin-top: 20px;
	display: inline;
}
.rowTwo a {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.rowTwo a:hover, a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.rowTwoLeft {
	float: left;
	width: 420px;
	text-align: center;
}
.rowTwoRight {
	float: left;
	width: 420px;
	text-align: center;
}
.copyright {
	float: left;
	width: 960px;
	text-align: right;
	font-size: 10px;
	margin-top: 15px;
	display: inline;
	color: #000000;
}