@charset "UTF-8";
/* DIVS */

   div.body {
    margin: auto;	
    width: 800px;
   }
   
   div.texts {
    background-color: #B2DFEE;
    border: 1px solid #000066;    
    } 

/* TEXT FORMATS */

/* H1 FORMATS FOR TITLES */

   /* HOME PAGE */

      h1.home {
        text-align: left;
        margin-left: 2px;
        position: relative;
        font-family: eurostile, arial, verdana;
        border-bottom: 5px double #cd0000;
        font-size: 28px;
        color: #cd0000;
        font-weight: 900;
        z-index: 200;
      }

      h2.home {
        text-align: left;		
        padding: 2px;
        margin-left: 5px;		
        position: relative;
        font-style: italic;
        font-family: eurostile, arial, verdana;
        font-size: 20px;
        color: #cd0000;
        font-weight: 900;
      }
      
   /* PICKS, STANDINGS PAGE */

      h1.picks {
        text-align: center;
        font-family: eurostile, arial, verdana;
        font-size: 32px;
        text-color: #000066;
        font-weight: 900;
      }

      h2.picks {
        font-family: eurostile, arial, verdana;
        font-size: 20px;
        color: #000066;
        font-weight: 900;
      }

      p.nopick {
        font-family: eurostile, arial, verdana;
        font-size: 11px;
        text-align:center;
        color: #cd0000;
        font-weight: 900;
      }

      p.pick {
        font-family: eurostile, arial, verdana;
        font-size: 11px;
        text-align: center;
        color: #000066;
        font-weight: 900;
      }

      #picks {
        font-family: sans-serif;
        width:900px;
        border-collapse: collapse;
        overflow: scroll;
        margin:auto;
        background-color: #F8F8FF;
       }

       #picks td, #picks th {
         font-size:1em;
         border:1px solid #CD0000;
         padding: 1px;
       }

       #picks th {
         font-size:24px;
         text-align:center;
         padding:3px 7px 2px 7px;
         background-color:#000066;
         color:#F8F8FF;
        }
        
        #picks tr.alt td {
          color:#000066;
          background-color:#B2DFEE;
        }

        #picks tr.head2 td {
          color:#000066;
          background-color:#B2DFEE;
        }

/* P1 - ALL PARAGRAPH TEXT */

        p {		
          text-align: left;		
          line-height: 133%;		
          position: relative;		
          font-family: eurostile, arial, verdana;		
          font-size: 18px;		
          color: #000066;
          font-weight: 600;	
        }

/* IMAGE FORMATS */

   /* Banner  */

        img.banner { 
	  margin-left: -4px;
          padding-top: 10px;
	  padding-right: 9px;
          padding-bottom: 10px;
	  padding-left: 9px;
	  border-color: #000066;
	  border-width: 2px;
	  border-style: solid;
	}

        img.ntl {
	  float:right;
	  border:2px solid #cd0000;
	  margin:0px 0px 15px 20px;
        }

        img.left {
	  float:left;
	  border:1px dotted #cd0000;
	  margin:0px 0px 15px 20px;
        }     