/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
 }
 
body { 
    background-image:url('images/paper.gif');
    color:#000000;
    background-color:#FFFFFF;
 body {font-size:100%;}
    }

h1 {
   color:#0080FF;
   font-size:2.0em;
   }

h2 {
   color:#0080FF;
   font-size:1.5em;
   }

p {
  font-size:1.0em;
  }

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  }

table tr:nth-child(even) {
  background-color: #eee;
  }
table tr:nth-child(odd) {
  background-color:#fff;
  }
table th	{
  background-color: black;
  color: white;
  }

a  { color:#0000FF; }
a:visited { color:#800080; }
a:hover { color:#008000; }
a:active { color:#FF0000; }

.centeredImage
    {
    text-align:center;
    display:block;
    }
        
img {align="right" }

#container {width:960px; margin-left:10px; margin-right:auto; }
           
#header { width:auto; background-color:black;}

#navigation {
    background-color:black; 
    font-size:large; 
    width:960px;
    }

#navigation ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#navigation li {display: inline; padding: 5px 20px 5px 20px}
#navigation a  { color:#FFFFFF; }
#navigation a:visited { color:#FFFFFF; }
#navigation a:hover { color:#FFFF80; }
#navigation a:active { color:#FFCC99; }
/* Don't underline links */
#navigation a:link {text-decoration: none;}
#navigation a:visited {text-decoration: none;}

#content {float:left; width:700px}

#splash {float:right; width:210px; padding:0;} 

#sponsor {text-align:center; }

#table_image {width:250px; text-align:center; padding-bottom:30px; color:#0080FF; }

.lcdstyle{ /*Example CSS to create LCD countdown look*/
    background-color:black;
    color:yellow;
    font: bold 18px MS Sans Serif;
    padding: 3px;
    }

.lcdstyle sup{ font-size: 80% }

#hotr_form {
  width:700px;
  }

#hotr_form div {
  width:inherit;
  height:30px;
  }

#hotr_form label {
  display:block;
  font-weight:bold;
  text-align:right;
  width:140px;
  float:left;
  }

#hotr_form input {
  float:left;
  font-size:12px;
  padding:4px 2px;
  border:solid 1px #aacfe4;
  width:250px;
  margin:2px 10px 2px 10px;
  background-color: #CAEAEC;
  }
 
input#form_radio {
  width:10px
 }

label#form_radio {
  width:inherit; 
  text-align:left;
  margin:0px 2px 2px 140px
  } 
