.dark
{
  background: #000066;
}

.light
{
  background: white;
}

.column
{  
  background: white url("column.jpg") repeat-y;
}

.container
{
  width: 100%;
}

.navigation
{
  float: left;
  width: 250px;
  padding: 50px 0px 0px 30px;
}

.content
{
  width: auto;
  margin-left: 250px;
  padding: 20px 50px 20px 50px;
}

.logo
{
  width: auto;
  margin-left: 250px;
  padding: 100px 50px 20px 50px;
}

.logoprint
{
  position: absolute;
  top: 2in;
  left: 0in;
  width: 100%;
  visibility: hidden;
}  

.logo img, .logoprint img
{
  border: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

#feedbutton
{
  background: white;
}

#feedbutton img
{
  border: none;
  position: relative;
  top: 2px;
}

.headline
{
  font-weight: bold;
}

ul
{
  list-style-type: none;
  list-style-image: url("bullet.gif");
}

li, li p
{
  margin-top: 10px;
}

.printonly
{
  display: none;
}

#advice
{
  font-style: italic;
}

.thumb
{
  margin-top: 15px;
  margin-right: 15px;
  border: 0;
}

.thumbs
{
  text-align: justify;
}

a:link, a:visited
{
  color: #000066;
}

a:hover
{
  color: white;
  background-color: #000066;
  text-decoration: none;
}

.mybutton:link, .mybutton:visited
{
  display: block;
  width: 160px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  border: medium;
  color: white;
  border-color: white;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
  border-style: outset;
  padding: 8px 2px 8px 0px;
  background-color: #000066;
}

.mybutton:hover
{
  display: block;
  width: 160px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 30px;
  border: medium;
  color: white;
  border-color: white;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
  border-style: inset;
  padding: 10px 0px 6px 2px;
  background-color: #000055;
}

.indent
{
  margin-left: 25px;
}

.strikeout
{
  text-decoration: line-through;
}

td
{
  padding-right: 20px;
}

h1, h2
{ 
  text-align: center;
  font-style: italic;
  font-family: sans-serif;
}

@media print
{
  body {background: white;}
  a {color: black;}
  ul {list-style-image: none; list-style-type: disc;}
  .navigation {width: 0; visibility: hidden;}
  .content {margin-left: 0; padding: 0.5in;}
  .logo {visibility: hidden;}
  .logoprint {visibility: visible;}
  .screenonly {display: none;}
  .printonly {display: inline;}
}