html, body
{
  margin: 0;
  padding: 5px 0 0 0;
  color: #000000;
  font-family: Arial,Helvetica,Geneva,sans-serif;
  font-size: 10pt;
}

div#header
{
  margin-bottom: 10px;  
}

div#headerborder
{
  height: 8px;
  background: #336699 url('images/bluebar.gif') repeat-x;
}

div#videos
{
  margin-top: 20px;
  margin-left: 10px;
  float: left;
}

  div#videos div.video
  {
    display:block;
    clear: both;
  }

  div#videos a
  {
    font-weight: bold;
    margin-top: 5px;
    color: #000000;
    text-decoration: none;
  }
  
  div#videos a:hover
  {
    text-decoration: none;
    color: #336699;
  }
  
  div#videos a.download
  {
    font-weight: normal;
  }
  
div#flashvideo
{
  padding-top: 20px;
  width: 600px;
  margin: auto;
}

a.navlink
{
  text-decoration: none;
  color: #336699;
}

a.navlink:hover
{
  text-decoration: none;
  color: red;
}

div#caption
{
  padding-top: 5px;
  width: 600px;
  margin: auto;
  text-align: left;
}

span.headertext
{
  color:#336699;
  font-family:Arial,Helvetica,Geneva,sans-serif;
  font-size:13pt;
  font-weight:bold;
  margin-bottom:0;
  vertical-align:middle;
}

img.headerimg
{
  vertical-align: middle;
}

div.doc
{
  padding-top: 20px;
}