body{
    height: 100%;
	background-color: #000;
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	min-width: 910px;
    position: relative;}
div#main_content_container{
    background-color: #000;
	width: 910px;
	border: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
	text-align: left;}
  div#top_bar{
      width: 910px;
	  height: 158px;}
  div#bottom_area{
      background-color: #999;
      margin-top: -10px;
   	  width: 909px;
      clear: both;
      z-index: -1;}
    div#left_bar{
        background-color: #999;
        width: 175px;
        padding-bottom: 70px;
        float: left;
        height: auto;}
      div.menu_item{
        border: 0px solid #fff;
          width: 175px;
          height: 30px;
          background-image: url(images/Menu.png);
          background-repeat: repeat-x;
          font-size: 12px;
          line-height: 30px;
          color: #000;
          text-indent: 15px;
          font-variant: small-caps;
          font-weight: bold;}

      a.menu_item:link, a.menu_item:visited{
          font-size: 12px;
          color: #000;
          font-variant: small-caps;
          font-weight: bold;
          text-decoration: none;}
      a.menu_item:hover, a.menu_item:active, a.current_menu_item:link, a.current_menu_item:hover, a.current_menu_item:visited{
          font-size: 12px;
          color: #fff;
          font-variant: small-caps;
          font-weight: bold;
		  text-decoration: none;
		  cursor: pointer;}

      a.breaking_news_link:link, a.breaking_news_link:visited{
          font-size: 10px;
          color: #000;
          font-variant: normal;
          font-weight: bold;
          text-decoration: none;
          word-spacing: 0.5px;
          letter-spacing: 0.5px;}
      a.breaking_news_link:hover, a.breaking_news_link:active{
          font-size: 10px;
          color: #000;
          font-variant: normal;
          font-weight: bold;
		  text-decoration: underline;
		  cursor: pointer;
          word-spacing: 0.5px;
          letter-spacing: -.5px;}

      a:link, a:visited{
          font-size: 10px;
          color: #000;
          font-variant: normal;
          font-weight: normal;
          text-decoration: underline;}
      a:hover, a:active{
          font-size: 10px;
          color: #000;
          font-variant: normal;
          font-weight: normal;
		  text-decoration: underline;
		  cursor: pointer;}

div{
  border: 0px dashed #fff;
}
    div#main_content{
        background-color: #ccc;
        width: 732px;
        height: 820px;
        min-height: 820px;
        border-left: 2px;
        border-left-style: inset;
        float: right;
        text-align: justify;
        line-height: 1.5em;}
    div.heading{
        font-size: 14px;
        color: #000;
        background-color: #ccc;
        font-weight: bold;
        padding: 0 15px;
        position: relative;
        z-index: 1;
        margin-bottom: 30px;}
    p{
        text-indent: 20px;
        font-size: 11px;}
    div#right_floater{
        float: right;
        padding-left: 15px;
        padding-bottom: 15px;}
      div#breaking_news_head{
          width: 252px;
          height: 24px;
          line-height: 24px;
          text-indent: 20px;
          font-size: 14px;
          font-variant: small-caps;
          color: #000;
          background-image: url(images/BreakingNewsHead.png);}
      div#breaking_news_body{
          width: 252px;
          height: 250px;
          text-align: left;
/*          white-space: nowrap;*/
          overflow: auto;
          border: 1px solid #000;
          background-color: #e1e1e1;}

      div#search_news_head{
          width: 175px;
          height: 24px;
          line-height: 24px;
          text-indent: 20px;
          font-size: 14px;
          font-variant: small-caps;
          color: #000;
          background-image: url(images/SearchNewsHead.png);}
      div#search_news_body{
          width: 175px;
          height: 150px;
          text-align: justify;
          border: 1px solid #000;
          background-color: #e1e1e1;}
    div#title_sponsors{
        text-align: baseline;
        margin-top: 15px;
        width: 702px;
        height: 185px;
        clear: both;}
img{
  border:0;}
#big_calendar{
  background-color: #aaa;
  color: #000;
  text-align: center;
  width: 670px;}
#calendar_title{
  background-color: #ddd;
  color: #000;
  font-weight: bold;}
.day_title{
  width: 14.25%;
  background-color: #eee;
  color: #000;
  font-weight: bold;}
.days_past{
  height: 90px;
  background-color: #bbb;
  border: 2px solid #ccc;
  font-style: italic;
  color: #000;
  text-align: left;}
.day_current{
  height: 90px;
  background-color: #fff;
  border: 2px solid #555;
  font-weight: bold;
  color: #000;
  text-align: left;}
.days_future{
  height: 90px;
  background-color: #ccc;
  border: 2px solid #ddd;
  color: #000;
  text-align: left;}



/*
Mini Calendar CSS
*/
.mainTable{
	background-color: #E1E1E1;
	border: 1px solid #999999;
	width: 252px;}
.monthRow{
	background-image: url("images/BreakingNewsHead.png");
	background-color: transparent;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: Bold;
	color: #252216;
	height: 24px;
    width: 252px;}
.monthRow a:link, .monthRow a:visited{
	text-decoration: none;
	color: #252216;}
.monthRow a:hover{
	text-decoration: underline;
	color: #FF0000;}
.dayNamesText{
	background-image: url("images/dayBg.gif");
    font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: Bold;
	color: #333333;
	height: 15px;
	width: 14.25%;}
.dayNamesRow{
  width: 14.25%;
  text-align: center;}
.rows{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
	text-align: left;
	vertical-align: top;}
.days{
    padding-left: 2px;
    height: 20px;}
.sOther{
    background-color: #EEEEEE;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;}
.popupDate{
    font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #333;
	padding: 4px;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;}
.popupDate2{
    font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	background-color: #333;
	padding: 4px;}
.popupClose{
    font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	background-color: #336699;}
.popupEventTitle{
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 4px;
	vertical-align: middle;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;}
.s23{
	background-color: #ccc;
	padding: 4px;}
.categoryDiv{
	background-color: #FCF5EF;
	padding: 4px;
	border: 1px solid #EAEAEA;
	border-bottom: 0px solid #EAEAEA;}
.categoryName{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;}
.categorySelection{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #777777;}
.popupEventDescription{
    font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
	background-color: #FFFFFF;
	border: 1px solid #EAEAEA;
	padding: 4px;}

/*
End Mini Calendar CSS
*/

/*
Dictionary CSS
*/
.dictionary_letter{
    background-image: url('images/DictionaryLetter.png');
    width: 28px;
    height: 18px;
    padding-top: 2px;
    float: left;
    text-align: center;
    color: #ccc;
    text-decoration: none;
    font-weight: 900;
    font-style: italic;
    cursor: pointer;}

/*
End Dictionary CSS
*/

/*
Fixtures CSS
*/
#fixtures{
    font-family: verdana;
	font-size: 10px;}
.fixtures_score{
    float: left;
    padding-left: 4px;}
.fixtures_result{
    width: 25px;
    float: left;
    padding-left: 3px;}
.fixtures_opponent{
    padding-left: 10px;}
.fixtures_date{
    padding-left: 10px;}
.fixtures_month{
    padding: 3px 0;}

