body {
	margin: 0;
	padding: 0;
	background: #002448 url(/images/bg/bluebg_gradient.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

h1, h2 {
    font-weight: normal;
}

p, ol, ul {
	margin-top: 0;
	line-height: 180%;
}

.title {
   font-size: 16px;
   font-weight: bold;
}

.text
{
    FONT-SIZE: 11px;
    LINE-HEIGHT: 16px;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.whitetext
{
    FONT-SIZE: 12px;
    LINE-HEIGHT: 16px;
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.blktext
{
    FONT-SIZE: 12px;
    LINE-HEIGHT: 16px;
    COLOR: #000000;
    FONT-WEIGHT: bold;
}   
   
.grtext
{
    FONT-SIZE: 12px;
    LINE-HEIGHT: 16px;
    COLOR: green;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.bltext
{
    FONT-SIZE: 12px;
    LINE-HEIGHT: 16px;
    COLOR: #333399;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}   

.autoclear {
   display: block;
   height: auto !important;
   height: 0px;
}

	.autoclear:after {
	   clear: both;
	   content: "";
	   display: block;
	   height: 0px;
	}




/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}



/* Header */

#header {
}

.branding {
    float: left;
    width: 220px;
}

.topbanner {
    float: right;
    width: 400px;
}


#navigation ul {
   margin: 0;
   padding: 0;
   list-style: none;
   height: 27px;   
   background: url(/images/bg/red_nav.gif) repeat-x;
}

#navigation ul li {
   /*position: relative;*/ /* changed */
   float: left;
   height: 27px;   
}

#navigation li a {
   display: block;
   text-decoration: none;
   line-height: 27px;
   color: #FFFFFF;
   font-weight: bold;
}

#navigation li a:hover,
#navigation li.selected a {
   background: #660000;
}

#navigation ul li.nav_right {
   float: right;
   background: url(/images/bg/red_nav.gif) 0px -54px repeat-x;
   padding-left: 0;
   
}

#navigation li.nav_right a {
   margin-left: 25px;
   color: #000000;
}

#navigation li.nav_right a:hover,
#navigation li.nav_right.selected a {
   background: #999999;
}

#navigation li.nav_right div {
   float: left;
   width: 15px;
   height: 27px;
   background: url(/images/bg/red_nav.gif) 0px -27px repeat-x;
}   

#navigation ul li,
#navigation li a {
   padding: 0 10px;
}


#navigation li ul { 
   display: none;
   height: auto;
   background: #DEDEDE;
   position: absolute; /* changed */
}

	 /* added */
	#navigation li.selected ul
	{
		display: block;
	}
	 /* added */

#navigation li li {
clear: both; /* changed */
   /*float: none;*/ /* changed */
   margin: 0px;
   padding: 0px;
   border-bottom: 1px solid #999999;
   width: 130px;
}


#navigation li li a {
   color: #333333;
}

#navigation li.selected li a {
   background: none;
}

#navigation li.selected li a:hover {
   background: #990000;
   color: #FFFFFF;
}



/* Content */

#content {
	padding: 20px;
	background: #BD3039;
}	

.top_story {
	float: left;
	text-align:center;
	margin-right: 20px;
	padding: 10px;
	width:420px;
    height:260px;
    background: #FFFFFF;	
}

.main_container {
	float: left;
	margin-right: 20px;
	padding: 10px;
	width:550px;
    background: #FFFFFF;	
}

.column {
    float: left;
    width: 220px;
}

.column .entry p {
    padding: 0 10px;
}

.column .entry {
    height: 120px;
    background: #FFFFFF;
}

.features_bottom {
    background: url(/images/bg/topstory_bottom.gif) no-repeat;
    height: 10px;    
}

.bottom {
    background: url(/images/bg/column_bottom.gif) no-repeat;
    height: 7px;    
}

#sub_features {
   margin-top: 20px;
}

.titlebar {
    background:transparent url(/images/bg/bluetitle_gradient.gif) repeat-x scroll 0%;
	line-height: 27px;
	margin: 0;
	padding: 0 10px;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}

.sidebar {
   float: left;
   width: 250px;
   color: white;
   background: none;
}

.rightmargin {
   float: left;
   width: 150px;
   color: white;
   background: none;
}

.sidebar a {
   color: white;
}

.sidebar a:hover {
   color: blue;
}

.center {
   margin: 0 20px;
}

/* Schedules */

.tablehead {
	color: #000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	background:#dcdcdc;
 	vertical-align:top;
	width: 80%;
	margin:5px 0 5px 0;
}

.tablehead td, .tableheadFixWidth td {
	padding: 4px 2px;
}

.tableheadFixWidth {
	color: #000;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#dcdcdc;
	margin:5px 0 5px 0;
}

.tablehead a:link, .tablehead a:visited {
	color: #000; 
}

.tablehead a:hover {
	color: #FF0000;
}			

.colhead {
	background:#c1c1c1;
	color: #000;
	font-weight: bold;
	font-size: .95em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.colhead a:link, .colhead a:visited {
	color: #000;
}

.colhead a:hover {
	color: #FF0000;
}	

.stathead {
	color: #FFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.oddrow {
	background-color: #FFF;
}

.evenrow {
	background-color: #ececec;
}


/* Footer */

#footer {
	background: url(/images/bg/silverfooter_gradient.gif) repeat-x;
	height: 27px;
	padding: 0 10px;
}

.footer_text {
    font-size: 12px;
    line-height: 27px;
}




