body
{
   background-image: url(images/background.gif);
}
.eighty
{
	width: 80%;
}
h3
{
   font-size: medium;
   font-weight: bold;
   text-align: center;
}
td.packet_list
{
   vertical-align: top; 
   text-align: left;
   width: 250px;
}

td.packet_list_img
{
   vertical-align: top; 
   text-align: center;
}

td.side_bar
{
   vertical-align: top; 
   text-align: center;
   width: 160px;
   background-color: #EEDDFF;
}

td.main_body
{
   text-align: center;
   vertical-align: top;
   background-color: #DDDDFF;
}

td#header
{
   height: 220px;
   background-image: url(images/header.jpg);
}

td#top_border
{
   height: 10px; 
   background-image: url(images/trim_top.gif);
}

td#bottom_border
{
   height: 10px;
   background-image: url(images/trim_bottom.gif);
}

td#left_border
{
   width: 10px;
   background-image: url(images/trim_left.gif);
}

td#right_border
{
   width: 10px;
   background-image: url(images/trim_right.gif);
}

td#inner_rtop_border
{
   height: 5px; 
   background-image: url(images/inner_border_rtop.gif);
}

td#inner_ltop_border
{
   width: 150px; 
   height: 5px;
   background-image: url(images/inner_border_ltop.gif);
}

td#inner_piece_border
{
   width: 5px; 
   height: 5px;
   background-image: url(images/inner_border_piece.gif);
}

td#inner_side_border
{
   width: 5px;
   background-image: url(images/inner_border_side.gif);
}

hr
{
  width: 80%;
  background: #666699;
}

p
{
  text-align: left;
  padding-top: 0;
  padding-bottom: 1ex;
  padding-left: 1ex;
  padding-right: 1ex;
}

p.center
{
  text-align: center;
}

a:link 
{
  color: #666699;
}

a:visited 
{
 color: #666699;
}

a:hover 
{
 color: #CCCCFF;
 background: #666699;
}

a.pack_link
{
  font-size: large;
  font-weight: bolder;
}

a.img
{
 color: #666699;
 background: #DDDDFF;
 border: 0px;
 margin: 0px;
 padding: 0px;
}
a.img:link IMG 
{
 color: #666699;
 background: #DDDDFF;
 border: 0px;
 margin: 0px;
 padding: 0px;
}
a.img:visited IMG 
{
 color: #666699;
 background: #DDDDFF;
 border: 0px;
 margin: 0px;
 padding: 0px;
}
a.img:active IMG
{
 color: #666699;
 background: #DDDDFF;
 border: 0px;
 margin: 0px;
 padding: 0px;
}

a.side_bar
{
  float: left;
  font-family: "Comic Sans", "Comic Sans MS", cursive, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
  color: #557755;
  background-image: url(images/button.gif);
  text-align: center;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  width: 150px;
  height: 40px;
}

a.side_bar:link {
  color: #666699;
  
}

a.side_bar:visited {
 color: #666699;
}

a.side_bar:hover {
 color: #CCCCFF;
 background-image: url(images/button_hover.gif);
}
