html
{
  overflow-y: scroll;
}

.dark
{
  background: #000066 url("column.jpg") repeat-y;
}

.light
{
  background: white;
}

.column
{  
  background: white url("column.jpg") repeat-y;
}

.navigation
{
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  overflow: auto;
  z-index:2;*/
  /* some ie-specific stuff */
  scrollbar-base-color: #000066;
  scrollbar-arrow-color: white;
  scrollbar-shadow-color: #6262c7;
  /* end of ie-specific stuff */
}

.mybutton:link, .mybutton:visited
{
  display: block;
  margin-left: 45px;
  margin-bottom: 15px;
  width: 160px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  border: outset;
  color: white;
  background-color: #000066;
  font-size: 12pt;
  font-style: italic;
  font-weight: bold;
  font-family: sans-serif;
  text-decoration: none;
  padding: 6px 2px 2px 0px;
}

.mybutton:hover
{
  padding: 8px 0px 0px 2px;
  border: white inset;
  color: gray;
  background-color: #000044;
}

.top
{
  margin-top: 60px;
}

.icons
{
  margin: 25px 0px 25px 60px;
}

.icon
{
  border: 0;
  margin-right: 10px;
}

.icon:hover
{ 
  position: relative;
  top: 2px;
  left: 2px;
  opacity: 0.5;
}

.bigicons
{
  margin: -15px 0px 15px 0px;
  text-align: center;
}

.bigicon
{
  border: 0;
  margin-bottom: 15px;
}

.center
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.content
{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px 20px 300px;
  overflow: auto;
}

.logo
{
  width: auto;
  margin-left: 250px;
  padding: 120px 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;
}

.headline
{
  font-weight: bold;
}

ul
{
  list-style-type: none;
  list-style-image: url("bullet.gif");
}

li, li p
{
  margin-top: 10px;
}

#advice
{
  font-style: italic;
  color: black;
}

.thumb
{
  margin-top: 15px;
  margin-right: 15px;
  border: 0;
}

.thumbs
{
  text-align: justify;
}

a:link, a:visited, .fakelink
{
  color: #000066;
  text-decoration: underline;
}

a:hover, .fakelink:hover
{
  color: white;
  background-color: #000066;
  text-decoration: none;
}

.indent
{
  margin-left: 25px;
}

.strikeout
{
  text-decoration: line-through;
}

.underline
{
  text-decoration: underline;
}

td
{
  padding-right: 20px;
}

h1, h2
{ 
  text-align: center;
  font-style: italic;
  font-family: sans-serif;
}
 
.printonly
{
  display: none;
}

@media print
{
  body {background-color: white; background-image: none;}
  a {color: black;}
  ul {list-style-image: none; list-style-type: disc;}
  .navigation {width: 0; visibility: hidden;}
  .mybutton {width: 0; visibility: hidden;}
  .icons {width: 0; visibility: hidden;}
  .icon {width: 0; visibility: hidden;}
  .content {margin-left: 0; padding: 0; height: 100%;}
  .logo {visibility: hidden;}
  .logoprint {visibility: visible;}
  .screenonly {display: none;}
  .printonly {display: inline;}
}

@media handheld
{
  .column {background: white;}
  .navigation {position: relative; background: #000066; width: 100%;}
  .content {margin: 0; padding: 10px;}
  .logo {margin: 0; padding: 10px;}
  .logoprint {display: none}
  .mybutton, .mybutton:link, .mybutton:visited, .mybutton:hover  
      {display: block; margin: 10px 0px 0px 10px; padding: 5px 0px 5px 0px; width: 160px; text-align: center; border: medium;
    color: white; border-color: white; text-decoration: none; border-style: solid; background-color: #000066;}
  .icons {margin: 10px 0 0 10px;}
}