@charset "utf-8";

/*
Color Palettle:
Blue – was 6497C7, now 006600
Yellow – F6E82F
Red – D7161F
Black – 000000
*/

/*  ___ Main Body Styles ___ */
body  {
	font-size: 12pt;
	background: #006600;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

body a {
	text-decoration: none;
}

body a:hover {
	text-decoration:underline;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* ___ #header ___ */
.DCWtwoColFixLtHdr #header {
	background: #FFFFFF;
	padding-top: 2px;
	border-bottom: 5px;
	border-bottom-color: #FF0000;
} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - */




/* ___ #navBar ___ */
/* This is the color that wraps the navbar on the sides - should match menu color*/

.DCWtwoColFixLtHdr #navBar {
	background-color: #000000;
} 

.DCWtwoColFixLtHdr #horizbar {
	height: 4px;
	background-color: #FF00FF;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - */




/* ___ Overall Container ___ */
.DCWtwoColFixLtHdr #container {
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #006600; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 6px;
} 
/* - - - - - - - - - - - - - - - - - - - - - - - - - - */






/* ___ #mainStory ___ */
.DCWtwoColFixLtHdr #mainStory {
	float: left; /* since this element is floated, a width must be given */
	width: 605px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #006600;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.topline {
	font-size: 24px;
	color: #CCCCCC;
	letter-spacing: -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
div.mainStory {
	font-size: 12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}
div.mainStory h3 a {
	font-size: 18px;
	color: #D7161F;
	letter-spacing: -2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.mainStory p {
	font-size: 12px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

div.mainStory a:hover {
	text-decoration: underline;
}


/* This is the headlines style */

div.mainStory a {
	font-style: normal;
	color: #000000;	
}



.headlinetable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 20px;
	color: #CCCCCC;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
}
.headlinetable a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #D7161F;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
}
.headlinetable a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #D7161F;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 0px;
}
.headlinetable a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	color: #D7161F;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - */





/* ___ #adContent ___ */

.DCWtwoColFixLtHdr #adContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
div.adContent table {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -3px;
	padding-left: 0px;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - */





/* ___ #spanningAd___ */
.DCWtwoColFixLtHdr #spanningAd {
	vertical-align: middle;
	background-color: #D7161F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.DCWtwoColFixLtHdr #spanningAd p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.spanningAd {
	color: #FFFFFF;
	font-size: 11px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - */




/* ___ #secondStory ___ */
.DCWtwoColFixLtHdr #secondStory {
	float: left; /* since this element is floated, a width must be given */
	width: 605px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #006600;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.secondStory a {
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D7161F;
	font-weight: bold;
}
div.secondStory p {
	font: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - */





/* ___ #scores___ */
.DCWtwoColFixLtHdr #scores { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#006600;
} 

.scores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.scorestitle {
	font-size: 36px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	
}
.scores a {
	color: #D7161F;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - */





/* ___ #Footer ___ */
.DCWtwoColFixLtHdr #footer { 
	background:#006600; 
} 
.DCWtwoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

div.footer a {
	font-family: Verdana, Arial, Verdana, sans-serif;
	font-size: 10pt;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - */





/* ___ Positional statements ___ */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
   	 height:0;
   	 font-size: 1px;
   	 line-height: 0px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - */


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}







/* - - - - - - - - - - -end- - - - - - - - - - - - - */

