/* 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;
  }

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:10em;
  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 10em
  } 

label#agreement {
  width:inherit; 
  text-align:left;
  margin:0px 2px 2px 140px
  } 

  td {
    text-align: left;
    vertical-align: top;
  }
  /* Dropdown Button */
.dropbtn {
    background-color:black;
    color: white;
    font-size:large;
    font:inherit;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color:black;
    /*background-color: #f9f9f9;*/
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
color:#FFFF80;/*background-color: #f1f1f1*/
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}

/* vendor list style */
.vendor_list {
  display: block;
    margin-top: 1em;
    margin-bottom: 40em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

<style type="text/css">
	.TFtable{
		/*width:100%; */
		border-collapse:collapse;
        border: 0px; 
	}
	.TFtable th{ 
		padding:7px; border:#4e95f4 1px solid;
	}
	.TFtable td{ 
		padding:7px; /*border:#4e95f4 1px solid;*/
	}
	/* provide some minimal visual accomodation for IE8 and below */
	.TFtable tr{
		background: #b8d1f3;
	}
	/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #b8d1f3;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #dae5f4;
	}
</style>