
#columns
{ 
  height: 150%;
  left: 0%;
  width: 100%;
  position:relative; 
  visibility:visible;
  background: #00024D;
}

#column1 
{ 
  float: left;
  left: 0%;
  width: 100;
  position:relative;
  nnposition:relative; 
  visibility:visible;
  background: #00024D url(graphics/bkgrd1_L.jpg) repeat;
}

#column2 {
  left: 120;
  width=70%;
  position:absolute;
  nnposition:relative; 
  visibility:visible;
  background: #00024D;
}

#column3 {
  right: 0%;
  width: 100;
  position:absolute;
  nnposition:relative; 
  visibility:visible;
  background: #00024D url(graphics/bkgrd1_R.jpg) repeat;
}

body {
  color: white;
  background: #00024D;
}

td, body {
  color: white;
  font-family: Arial,Helvetica;
  font-size: .75em;
  font-weight: bold;
  background: #00024D;
}

h1 { font-size: 28pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
h4 { font-size: 16pt; }

