* { margin: 0; }

body {
background: #123456;
font-family: Helvetica, Arial, Verdana ,"Century Gothic", Trebuchet, Georgia, san-sarif;
color: #666666;
height:100%;
}

ul {
margin: 0;
padding: 0;
margin-left: 2em;
list-style: outside;
}

li { color:blue;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */}

/*menu tab tan */
  img#menu  {
  background-color: transparent;
  border: 0px;
  position: relative;
/*  top: 1; */
  left:18%;
  padding: 0;
  border-style:none;
  z-index: 4;
  cursor: pointer;  /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  width: 14%;
  min-width: 124px;
  max-width: 144px;
}

/* packlist tab blue #99CCCC*/
  img#pack {
  background-color: transparent;
  border: 0px;
  position: relative;
/*  top: 1;*/
  left:16%;
  border-style: none;
  z-index: 3;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  width: 14%;
  min-width: 124px;
  max-width: 144px;
}

/* packlist tab blue #99CCCC*/
  img#inactive_pack {
  background-color: transparent;
  border: 0px;
  position: relative;
/*  top: 1;*/
  left:16%;
  border-style: none;
  z-index: 3;
  width: 14%;
  min-width: 124px;
  max-width: 144px;
}

/* purchase tab orange*/
  img#purchase {
  background-color: transparent;
  border: 0px;
  position: relative;
 /* top: 1;*/
  left:14%;
  border-style: none;
  z-index: 0;

  width: 14%;
  min-width: 124px;
  max-width: 144px;
}

/* print tab green */
img#print  {
  background-color: transparent;
  border: 0px;
  position: relative;
/*  top: 1;*/
  left:12%;
  border-style: none;
  z-index: 1;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  width: 14%;
  min-width: 124px;
  max-width: 144px;
}


/*the items in the tables*/
table.box a { font-family: Helvetica, Arial, Verdana,"Century Gothic", Trebuchet, Georgia, san-sarif; font-size:11pt; font-weight:bold; }
table.box a {text-decoration: none;}
table.box a:visited {text-decoration: none; color: #6600CC;}
table.box a:hover {text-decoration: none; color: #ff0000;  font-weight:bold;}
table.box a:active {text-decoration: none; color: red}

/*the items in the tables */
table.menutable a { font-family: Helvetica, Arial, Verdana,"Century Gothic", Trebuchet, Georgia, san-sarif; font-size:10pt; font-weight:bold; }
table.menutable a {text-decoration: none;}
table.menutable a:visited {text-decoration: none; color: #6600CC;}
table.menutable a:hover {text-decoration: none; color: #ff0000;  font-weight:bold;}
table.menutable a:active {text-decoration: none; color: red}

 /*headings
h1 { text-align: center;
width: 650px;
position: relative;
padding:10px;
font-size:100px;}
*/
 /*headings*/
h1 { text-align: center;
width: 650px;
position: relative;
margin-left: auto;
margin-right: auto;
padding:5px;
font-size:30px;}

 h2 { text-align: center;
width: 650px;
position: relative;
margin-left: auto;
margin-right: auto;
padding: 10px;
font-size:60px;}

 h3 { text-align: center;
 width: 650px;
position: relative;
margin-left: auto;
margin-right: auto;
padding: 5px;
font-size:30px;}

h4 { text-align: center;
width: 650px;
position: relative;
margin-left: auto;
margin-right: auto;
padding: 5px;
font-size:24px; }

h5{ text-align: left;
width: 650px;
position: relative;
margin-left: auto;
margin-right: auto;
padding: 5px;
font-size:100%;
  }
  
  /*small red notes*/
.note { font-size: 70%;
 color: darkred;
 text-align: center;
 }

  /*the menu tables*/
 table.menutable{
border-top: 3px solid #cc9933;
border-right: 3px solid #cc9933;
border-bottom:2px solid #cc9933;
border-left: 2px solid #cc9933;
font-family: Helvetica, Arial, Verdana,"Century Gothic", Trebuchet, Georgia, san-sarif;
font-size:14px;
background-image: url("/images/paper.gif"); color: #000000;
border-collapse: collapse;
position: relative;
width:100%;
}

table.tan_corner{
margin-left: auto;
margin-right: auto;
margin-top: -6px;
width:82%;
padding: 0px;
border:none;
z-index: 4;
position:relative;
 }
 
td.tan_corner { background-color:#ffcc66;
height: 14px; }

/*replaces the bullets on the menu lists */
table.menutable li{
list-style-image: url('/images/checkmark.gif');
text-align: left;
}

/*the slogans in the tables*/
td.small { font-size: 80%;
text-align: center;
padding: 5px; }

table.menutable td {
text-align: center;
border-width: 2px;
border-style: solid ;
border-color: #C0C0C0;
padding: 4px 6px 4px 6px;
}

th { text-transform: uppercase ;
text-align: center;
padding: 4px 6px 4px 0px;
border: 2px;
border-style: solid;
border-color: #C0C0C0;
font-weight: bold;
 }


td.left { text-align: left; }

.heading {
text-transform: uppercase ;
text-align: center;
margin: 0px;
padding: 1px;
border: 2px;
border-style: solid;
border-color: #C0C0C0;
font-weight: bold;
padding : 5px;
}

/*img { vertical-align:bottom; }*/


table.box {
font-family: Helvetica, Arial, Verdana,"Century Gothic", Trebuchet, Georgia, san-sarif;
margin-left: 13%;
margin-right: 13%;
width: 74%;
 }
 