body {
  font-family: Trebuchet MS;
  color: #FFFFFF;
  font-size: 8pt;
  font-weight: normal;
  background: url('images/checkerboard.JPG');
}

td {
	font-family: Trebuchet MS; font-size: 10pt; font-weight: normal; color: FFFFFF;
}

th {
	font-family: Trebuchet MS;
}

table {}
table.nav {border: 1px solid #326897;}
td#cell {border: 2px solid #73574B; background-color: #73574B;}
table.coffeelist {border: 8px solid #FFFFFF; background-color: #73574B;}
td#cell2 {background-color: #F5F5F5; color: #000000;}
td#titlebar {background-color: #326897; font-style: italic; font-weight: bold; color: #FFFFFF;}

a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover {color: #11B3EA;}
a:active {color: #FFFFFF;}

.form {font-family: Trebuchet MS; font-weight: normal; font-size: 9pt; border: 1px solid #326897; background-color: #F5F5F5;}

.button {font-family: Trebuchet MS; font-weight: normal; font-size: 9pt; border: 1px solid #326897; background-color: #F5F5F5;}
.button:hover {font-family: Trebuchet MS; font-weight: normal; font-size: 9pt; border: 1px solid #F5F5F5; background-color: #326897;}

.nav:link {display: block; width: 200px; background-color: #FFFFFF; font-variant: small-caps; color: #000000; font-size: 10pt; text-decoration: none;}
.nav:visited {display: block; width: 200px; background-color: #FFFFFF; font-variant: small-caps; color: #000000; font-size: 10pt; text-decoration: none;}
.nav:hover {display: block; width: 200px; background-color: #73574B; font-variant: small-caps; color: #FFFFFF; font-size: 10pt; text-decoration: none;}
.nav:active {display: block; width: 200px; background-color: #FFFFFF; font-variant: small-caps; color: #000000; font-size: 10pt; text-decoration: none;}

h1 {text-decoration: none; font-variant: small-caps; color: #11B3EA; border-bottom: 2px solid #326897; font-size: 24pt;}
h2 {color: #002067; border-bottom: 2px solid #002067; font-size: 12pt; background-color: #F5F5F5; font-variant: small-caps;}
h3 {color: #FFFFFF; background-color: #326897; font-size: 12pt; font-variant: small-caps; border-bottom: 2px solid #FFFFFF;}
h5 {font-size: 8pt; font-weight: normal; color: #000000;}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #73574B;
}