/* CSS Document */

html {
	height:100%;
	margin:0px;
	padding:0px;
	}
	
#bottomline {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:45px; 
  overflow:auto; 
  text-align:right; 
  }
  
body {
	background-image:url(images/bg_diagonals.gif);
	background-repeat:repeat-x;
	background-color:#242424;
	background-position:top center;
	margin:0px;
	padding:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-attachment:fixed;
	/*overflow: hidden; */
	}
	
#background {
	background-image:url(images/bg_columns.gif);
	background-repeat:repeat-y;
	width:994px;
	margin:0 auto;
	}
	
.ltbodytext {
	color:#CCCCCC;
	padding:4px;
	}

.dkbodytext{
	color:#333333;
	}
	
h1, h2, h3, h4, h5, h6{
	padding:0px;
	margin:0px;
	}
	
h2 {
	font-size:24px;
	}
	
p {
	margin:0px;
	}
	
#homecontainer {
	background-image:url(images/bg_columns.gif);
	background-repeat:repeat-y;
	background-color:#3f3f3f;
	width:994px;
	/*position:fixed; 
  	top:0px;
  	bottom:45px; 
	overflow:auto; */
	margin:0 auto;
	height:100%;
	}
		
#templatecontainer {
	background-image:url(images/bg_columns_inside.gif);
	background-repeat:repeat-y;
	background-color:#3f3f3f;
	height:100%;
	width:994px;
	margin:0 auto;
	}
	
#smallresolution {
	height:100%;
	}
	
#maincontent {
	float:left;
	width:774px;
	}
	
#header {
	position:relative;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width: 774px;
	height:140px;
	}
	
#header a.radioLink  {
	background:url(../images/transparentBG.gif) repeat;
	position:absolute;
	display:block;
	width:163px;
	height:77px;
	overflow:hidden;
	border:0;
	top:51px;
	right:5px;
	text-indent:-9999px;
	}
	
#header a.radioHome  {
	background:url(../images/transparentBG.gif) repeat;
	position:absolute;
	display:block;
	width:230px;
	height:130px;
	overflow:hidden;
	border:0;
	top:5px;
	left:0px;
	text-indent:-9999px;
}
	
#nav {
	background-image:url(images/bg_nav_up.gif);
	background-repeat:repeat-x;
	height:25px;
	}
	
#nav ul{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-top:6px;
	padding-bottom:6px;
	margin-left:10px;
	border-left-style:groove;
	border-left-width:2px;
	border-left-color:#333333;
	}
	
#nav ul li {
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
	}
	
#nav ul li a{
	font-size:11px;
	font-weight:bold;
	border-right-style:groove;
	border-right-width:2px;
	border-right-color:#333333;
	text-decoration:none;
	color:#DDDDDD;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	margin:0px;
	
	}
	
#nav ul li a:hover{
	background-image:url(images/bg_nav_over.gif);
	background-repeat:repeat-x;
	}
	
div#maincontent table#contentarea.home {
	background-image:url(images/bg_columns.gif);
	background-repeat:repeat-y;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
div#maincontent table#contentarea.template {
	background-image:url(images/bg_columns_inside.gif);
	background-repeat:repeat-y;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
div#leftcolumn{
	background-color:#333333;
	background-image:url(images/bg_left_column.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:218px;
	color:#CCCCCC;
	}	

table#contentarea.home div#centercolumn{
	background-color:#FFFFFF;
	background-image:url(images/newsheader.jpg);
	background-repeat:no-repeat;
	padding-top:50px;
	width:342px;
	}	
	
div#centercolumn.template{
	background-color:#FFFFFF;
	width:556px;
	}	
div#centercolumn.template h1{
	background-image:url(images/bg_pageheader.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	padding-top:7px;
	padding-bottom:10px;
	padding-left:10px;

	color:#FFFFFF;
	font-size:26px;
	}
	
div#rightcolumn{
	background:#fff repeat;
	width:217px;
	}		
	
#stories {
	list-style-type:none;
	margin:0 auto;
	padding:0px;
	width:330px;
	}
	
div#centercolumn.template #stories {
	width:540px;
	}
	
#stories .story{
	list-style-type:none;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#999999;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	padding-bottom:15px;
	}
	


#extracontent {
	float:right;
	width:220px;
	}
	
#extracontent #contentarea{
	width:200px;
	margin:0 auto;
	}

/********other styles*********/

ul#a2d {
	background-color:#184560;
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
ul#a2d li{
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#2a546c;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#141414;
	}

ul#a2d li a{
	display:block;
	color:#e49100;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	}
	
ul#a2d li a:hover{
	text-decoration:underline;
	}
	
ul#a2d li#title {
	background-image:url(images/a2d_title.jpg);
	background-repeat:no-repeat;
	height:42px;
	}
	
ul#a2d li.close a {
	color:#3280af;
	}
	
#weather {
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	border-top-width:20px;
	border-top-style:solid;
	border-top-color:#00349a;
	background-color:#FFFFFF;
	padding:5px;
	padding-top:0px;
	margin-bottom:2px;
	}
	
#weather img{
	float:left;
	}
	
#weather div#content {
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	padding:3px;
	margin-top:21px;
	}
	
#ads {
	text-align:center;
	}	
	
#ads img{
	padding-top:2px;
	padding-bottom:2px;
	}
	
#teams {
	margin-top:3px;
	/*height:550px;*/
	overflow:auto;
	padding:0px;
	}
	
#teams img{
	padding:0px;
	margin:0px;
	}
	
#calendar {
	background-image:url(images/header_calendar.gif);
	background-repeat:no-repeat;
	padding-top:38px;
	border-top-color:#434343;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#141414;
	padding-bottom:5px;
	margin-bottom:5px;
	}
	
ul#newspress {
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	width:520px;
	text-align:left;
	}
	
ul#newspress li {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	}
	
ul#newspress li a{
	text-decoration:none;
	color:#666666;
	display:block;
	padding:5px;
	background-image:url(images/rss_viewmore.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	
ul#newspress li a:hover{
	color:#ffffff;
	background-color:#808080;
	background-image:url(images/rss_viewmore_over.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	height:150%;
	}	
	
.newstext {font-family: Verdana, sans-serif; font-size: 9px; color: #555555; padding: 10px; font-weight: bold; overflow:hidden;}
.newstext A:hover {color: #790000; text-decoration:underline;}
.newstext A:visited {color: #555555; text-decoration:underline;}
.newstext A:active {color: #555555; text-decoration:underline;}
.newstext A {color: #555555; text-decoration:underline;}

.newstext_head {font-family: Verdana, sans-serif; font-size: 11px; color: #555555; padding: 0px; font-weight: bold; overflow:hidden;}
.newstext_head A:hover {color: #790000; text-decoration:underline;}
.newstext_head A:visited {color: #555555; text-decoration:underline;}
.newstext_head A:active {color: #555555; text-decoration:underline;}
.newstext_head A {color: #555555; text-decoration:underline;}

.newstext_table {font-family: Verdana, sans-serif; font-size: 9px; color: #555555; padding: 2px; font-weight: bold; overflow:hidden;}
.newstext_table A:hover {color: #790000; text-decoration:underline;}
.newstext_table A:visited {color: #555555; text-decoration:underline;}
.newstext_table A:active {color: #555555; text-decoration:underline;}
.newstext_table A {color: #555555; text-decoration:underline;}

