/* CSS Document */

body{
padding : 0;
margin : 0;
background-color : #000000;
background-image : url();
background-repeat : repeat-y;
}

.conditionbody{
padding : 5;
margin : 0;
background-color : #ffffff;
background-image : url();
background-repeat : repeat-y;
}

.hofbody{
padding : 10;
margin : 0;
background-color : #E7761D;
background-image : url();
background-repeat : repeat-y;
}

a:link    { color: #993300;  text-decoration: none; outline: none; line-height: 100%;}
a:active { color: #993300;  text-decoration: none; outline: none; line-height: 100%;}
a:visited { color: #666666;  text-decoration: underline; outline: none; line-height: 100%;}
a:hover { color: #000;  text-decoration: underline; outline: none; line-height: 100%;}

a.bottomcopy:link    { color: #DED9D9;  text-decoration: none; outline: none}
a.bottomcopy:active { color: #DED9D9;  text-decoration: none; outline: none}
a.bottomcopy:visited { color: #666666;  text-decoration: none; outline: none}
a.bottomcopy:hover { color: #666666;  text-decoration: underline; outline: none}

#top{
       width : 760px;
	   background-color : #ffffff;

}

#middle{
       top : 100px;
       width : 748px;
	   border-color: #E7761D;
	   border-style: solid;
	   border-left-width: 6px;
	   border-right-width: 6px;
	   border-top: 0px;
	   border-bottom: 0px;
	   background-color : #ffffff; 

}

* html #middle{ /* This is the Tan hack for IE6 */
width: 760px;
}

#bottom{
       width : 760px;
	   background-color : #000;
}

p {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
      color : #000;
      line-height : 120%;
	  
}

.allcapheaders {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #630;
      line-height : 120%;
  
}

h1 {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 12px;
      font-weight : bold;
      color : #333300;
      line-height : 100%;
	  
}

li {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
      color : #000;
      line-height : 120%;
	  
}

.bottom{
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
      color : #666;
      line-height : 100%;
	  margin: 15px 0px 25px
	  
}

.smallcopy {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 10px;
      font-weight : normal;
      color : #000;
      line-height : 100%;
	  
}

.redhighlight {
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #ff0000;
      line-height : 120%;
}	  

.row1 {
      background-color: #EFD49D;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
      color : #000;
}

.row2 {
      background-color: #E0C48A;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
      color : #000;
}

.tableheaderrow {
      background-color: #ACA899;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #000;
}

.tablesecondheaderrow {
      background-color: #CFCCC4;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : bold;
      color : #000;
}

.promologoright{
      float: right;
}

.simulcastrow1 {
      background-color: #EFD49D;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 10px;
      font-weight : normal;
      color : #000;
}

.simulcastrow2 {
      background-color: #E0C48A;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 10px;
      font-weight : normal;
      color : #000;
}

.simulcasttableheaderrow {
      background-color: #ACA899;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 10px;
      font-weight : bold;
      color : #000;
}

.simulcasttablesecondheaderrow {
      background-color: #CFCCC4;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 10px;
      font-weight : bold;
      color : #000;
}

.secondaryleft{
      float: left;
	  margin-right: 10px;
	  margin-bottom: 10px;
}

.hofrow1 {
      background-color: #522807;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 12px;
      font-weight : bold;
      color : #fff;
}

.hofrow2 {
      background-color: #fff;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
      color : #000;
      line-height : 120%;
}

.hofclosewindow {
      background-color: #CBC8BD;
      font-family : Verdana, Arial, Helvetica, sans-serif;
      font-size : 11px;
      font-weight : normal;
	  text-align : center;
}

#bn {
	padding: 0;
	margin: 0;
	text-align: center;
	border-right: 6px solid #e7761d;
	border-left: 6px solid #e7761d;
	background: url(images/nav/bg.gif) repeat-x top;
}