html, body {
   background: #aaccee;
   color: #222222;
   font: normal normal 12px/17px verdana;
   height: 100%;
   margin: 0px;
   padding: 0px;
   border: 0px
}

div.content {
   float: left;
   background: #ffffff;
   width: 74%;
   margin-right: 15px;
   padding: 20px;
   padding-top: 10px;
   border-right: solid #335588 2px 
}

div.prop {
  float: right;
  height: 100%;
  width: 1px;
}

div.menu {
   margin: 0px;
   padding-top: 3px;
   padding-left: 15px
}

table {
   padding: 0px;
   margin: 0px;
   border: 0px;
   font-size: 12px
}

tr {
   vertical-align: top;
}
th { 
   font-size: 14px;
   line-height: 16px;
   font-weight: bold;
   text-align: left
}

div.menu p {
   font-size: 11px;
   line-height: 13px;
}
font.header {
   font-size: 20px; 
   line-height: 22px;
   font-weight: bold
}
font.subheader {
   font-size: 16px;
   font-style: italic
}

.pagetitle {
   font-size: 16px;
   font-weight: bold
}
.subtitle {
   font-size: 11px;
}
.notes {
   font-size: 11px;
   line-height: 13px;
   font-style: italic
}

div.menu a, a:visited {
   color: #000000;
   text-decoration: none
}
div.menu a:hover, a:active {
   color: #335588;
   text-decoration: underline
}

a, a:visited {
   color: #5577aa;
   text-decoration: none
}
a:hover, a:active {
   color: #444444;
   text-decoration: underline
}