ul {
list-style-type: none;
list-style-position:inside;
text-align: center;
background: #f1f1f1;
margin-left: 0px;
margin-right: 0px;
padding: 10px;
}

li {
text-indext: 0px;
padding-bottom: 10px;
}

#sportlist a {
font-size: 16px;
font-weight: bold;
background: #ccc;
padding: 10px;
border: 1px solid #ff0000;
}

.centimg {
margin-left: auto;
margin-right: auto;
text-align: center;
}

em {
font-size: 14px;
color: #ff0000;
font-weight: bold;
font-family: verdana;
}

h1 {
font-size: 22px;
text-align: center;
color: #ff0000;
font-family: "arial bold";
font-weight: bold;
font-style: italic;
margin:0px;
padding: 5px;
}

h2 {
text-align: left;
margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
padding: 5px;
font-family: arial bold;
font-size: 16px;
font-style: italic;
color: #b43023;
background: #f1f1f1;
text-align: center;
}

h3 {
text-align: left;
margin: 0px;
padding: 0px;
font-family: arial bold;
font-size: 18px;
font-style: italic;
color: #000066;
}

td {
font-size: 12px;
color: #003399;
font-weight: normal;
font-family: verdana;
}

big {
font-family: arial;
font-size: 15px;
color: #000066;
font-weight: bold;
padding: 0px;
margin: 0px;
}

body {
 padding-top: 5px;
 margin: auto;
 border: 0px;
 background: #000099;
 background-image: url(../images/lightbluebg.jpg);
}

#container {
width: 975px;
background: #000099;
font: 16px arial;
color: #21ceff;
margin-left: auto;
margin-right: auto;
text-align: center;
margin-top: 0px;
padding: 0px 0px 0px 0px;
border-top: 1px solid #0033ff;
border-left: 1px solid #0033ff;

}

#masthead { 
 width: 975px;
 margin-top: 0px;
 margin-bottom: 0px;
 margin-left: auto;
 margin-right: auto;
 background: #000099;
 border-left: 0px solid #0033ff;
 border-right: 0px solid #000000;
 background-image: url(../images/headerbg.jpg); 
}

#masthead-right { 
 background: transparent;
 vertical-align: top;
 width: 157px;
 height: 140px;
 padding-top: 0px;
 margin-top: 10px;
 border: 0px;
}

.menu {
width: 100%;
margin: auto; 
border-left: 1px solid #0033ff;
border-right: 1px solid #000000;
text-align: center;
}

.aerobuttonmenu { /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #003366; /*menu strip background*/
background-image: url(../images/menubg.jpg);
border: 1px solid gray;
padding: 0;
border-width: 1px 0;
text-align: center;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('../images/aeroleft.jpg') no-repeat top left;
display: inline-block;
/*float: left;*/ 
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: #f1f1f1; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('../images/aeroright.jpg') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #FFFFFF;
}

.aerobuttonmenu .rightsection {
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

#twitter_div {
height: 100%;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
border: 5px #000099 solid;
background: #000066;
list-style-image: none;
list-style-type: none;
}

#twitter_update_list {
border: 0px;
margin: 0px;
padding: 0px;
font: 15px verdana bold;
color: Aqua;
}

#twitter-link {
float: left;
font: 15px verdana bold;
color: Yellow;
display : block;
text-align: center;
padding: 0px;
}

#twitter_div a:link {
   font-size: 15px;
   text-decoration : none;
   color : #ffffff;
   font-weight: bold;
   }

#twitter_div a:visited {
   font-size: 15px;
   text-decoration: none; 
   font-weight: bold;
   color : #ffffff;
}

#twitter_div a:hover {
   font-size: 15px;
   color: #ffffff; 
   font-weight: bold;
   border-style: none;
   }

#twitter_div a:active {
   font-size: 15px;
   color : #ffffff; 
   font-weight: bold;
   border-style: none;
   }

.box { 
 background: #FFFFFF; 
 margin: 5px;
}

.boxtop { 
  background: url(../images/ne.gif) no-repeat top right; 
}

.boxtop div { 
  font-size: 0;
  height: 20px; 
  background: url(../images/nw.gif) no-repeat top left; 
}

.boxbottom { 
  background: url(../images/se.gif) no-repeat bottom right; 
}

.boxbottom div { 
  font-size: 0;
  height: 20px; 
  background: url(../images/sw.gif) no-repeat bottom left; 
}

.boxcontent {
  margin: auto;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.boxcontent1 {
  height: 275px;
  text-align: center;
  padding: 0px 0px 0px 0px;
}

.dbbox { 
  background: #000066; 
}

.dbboxtop { 
  background: url(../images/dbne.gif) no-repeat top right; 
}

.dbboxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/dbnw.gif) no-repeat top left; 
}

.dbboxbottom { 
  background: url(../images/dbse.gif) no-repeat bottom right; 
}

.dbboxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(../images/dbsw.gif) no-repeat bottom left; 
}

.dbboxcontent {
  padding: 0px 10px 0px 10px;
}

#content-full {
width: 974px;
background: #000099;
margin-left: auto;
margin-right: auto;
font: 14px verdana;
color: #000066;
border-left: 0px solid #3333ff;
border-right: 0px solid #000000;
border-bottom: 15px solid #000099;
}

.full-screen {
width: 950px;
margin-left: auto;
margin-right: auto;
font: 14px verdana;
color: #000066;
}

.full-screen2 {
width: 950px;
margin-left: auto;
margin-right: auto;
font: 14px verdana;
color: #000066;
}

.full-screen2 h1 {
font-size: 32px;
text-align: center;
color: #ff0000;
font-family: "arial bold";
font-weight: bold;
font-style: italic;
margin:0px;
padding: 5px;
}


.full-screen ul {
list-style-type: disc;
list-style-position : outside;
text-align: left;
background: #fff;
margin-left: 25px;
margin-right: auto;
}

.full-screen li {
text-indext: 20px;
padding-bottom: 0px;
}

.full-screen1 {
width: 600px;
margin-left: auto;
margin-right: auto;
text-align: left;
font: 14px verdana;
color: #000066;
}

.contest-frame {
width: 610px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

.contest-frame ul {
list-style-position: outside;
margin-left: 30px;
margin-right: 0px;
}

.contest-frame li {
font: 14px verdana #990000;
font-weight: bold;
text-align: left;
text-indext: 0px;
padding-bottom: 5px;
}


.img-left {
float: left;
padding: 15px;
}

.img12-left {
float: left;
height: 300px;
padding: 15px;
}
  
.entryform {
font: 14px verdana;
text-align: left;
padding-left: 90px;
padding-right: 90px;
}

.entryform input { 
 background-color: #f1f1f1; 
 font: 14px verdana;
 color: #000066;
}

.entryform a:link {
font: 14px verdana;
color: #ff0000;
}

.entryform a:visited {
font: 14px verdana;
color: #880000;
}

.entryform a:hover {
font: 14px verdana;
color: #ff0000;
}

#content-left {
float: left;
width: 625px;
background: #000099;
font: 14px verdana bold;
padding-left: 0px;
padding-right: 0px;
}

#content-right {
width: 345px;
vertical-align: top;
float: right;
}

#frame500 {
font: 14px verdana;
color: #003399;
padding-left: 40px;
padding-right: 40px;

}

#frame500 a:link {
   font: 14px verdana bold;
   text-decoration : none;
   color : #b43023;
   }

#frame500 a:visited {
   font: 14px verdana bold;
   text-decoration: none; 
   color : #800000;
}

#frame500 a:hover {
  font: 14px verdana bold;
  color : #ff0000; 
  text-decoration: none;
   }

#frame500 a:active {
  font: 14px verdana bold;
   color: #ff0000; 
   text-decoration: none;
   }

a:link {
   font-size: 10px;
   text-decoration : none;
   color : #800000;
   font-weight: bold;
   }

a:visited {
   font-size: 10px;
   text-decoration: none; 
   font-weight: bold;
   color : #000066;
}

a:hover {
   font-size: 10px;
   color : #ff0000; 
   font-weight: bold;
   border-style: none;
   }

a:active {
   font-size: 12px;
   color : #800000; 
   font-weight: bold;
   border-style: none;
   }

.concerts a:link {
   font-size: 12px;
   text-decoration : none;
   color : #b43023;
   font-weight: bold;
   }

.concerts a:visited {
   font-size: 12px;
   text-decoration: none; 
   font-weight: bold;
   color : #800000;
}

.concerts a:hover {
   font-size: 12px;
   color : #ff0000; 
   font-weight: bold;
   border-style: none;
   }

.concerts a:active {
   font-size: 12px;
   color: #ff0000; 
   font-weight: bold;
   border-style: none;
   }

#footer {
clear: both;
}

.error_hand {
font: 16px verdana;
}

.error_hand a:link {
   font-size: 14px;
   text-decoration : none;
   color : #FF0000;
   font-weight: bold;
   }

.error_hand a:visited {
   font-size: 14px;
   text-decoration: none; 
   font-weight: bold;
   color : #cccccc;
}

.error_hand a:hover {
   font-size: 14px;
   color : #ffcc00; 
   font-weight: bold;
   border-style: none;
   }

.error_hand a:active {
   font-size: 14px;
   color : #ffcc00; 
   font-weight: bold;
   border-style: none;
   }

#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}

#bottomnav {
overflow: hidden;
width: 100%;
display: none;
}

.miami {
padding:0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
text-align: center;
width: 950px;
}

.nascar-schedule {
margin-left: auto;
margin-right: auto;
width: 700px;
padding: 5px;
border: 0px solid #000033;
}

.nascar-schedule td {
background: #f1f1f1;
padding: 5px;
 }

 .concert-emp {
 margin: auto;
 padding: 10px;
 background: #FFFBE6;
 width: 80%;
 }
  
 .hitlist {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 } 
  
  
.hitlist td {
align: left;
padding: 10px;
border: 0px;
 }  