﻿body 
{
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
}

a { color: #0066cc; }
a:hover { color: #5DDDFF; }

div#wrapper
{
    width: 720px;
    margin: 80px auto 0px auto;
    position: relative;
}

div#popWrapper
 {
  width: 720px;
  margin: 10px auto 0px auto;
  position: relative;
 }

div#content
 {
  margin: 15px 0 0 205px;
  padding: 0 30px 20px 0;
  width: auto;
  height: 100%;
  position: relative;
 }
 
div#leftbar
 {
  margin: 15px 0 0 0;
  padding: 0 0 0 0px;
  width: 200px;
  float: left;
  border-right: 2px solid #6DB0DC;
 }

#leftbar a
 {
  color: Black;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  display: block;
  text-align: right;
  height: 20px;
  line-height: 20px;
  margin-right: 3px;
  border-left: 10px solid #FFFFFF;
 }
 
#leftbar a:hover
 {
  border-color: #0075C2;
  color: #0075C2;
 }

 
div#footer
 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #0066cc;
  font-size: 10px;
  margin: 0 0 0 200px;
  clear: both;
 }
 
div#footer a
 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0066cc;
  font-size: 10px;
 }
 
.titleBlue
 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #0066CC;
 }

.bold { font-weight: bold; }
.center { text-align: center; }
