 .header {       background-color:#336699;       height:75px;       border:1px solid #000000; font-family:Arial, sans-serif;       font-weight:bold;       color:#FFFFFF;       text-decoration:none;
 }
 .topnav {       background-color:#003366;       border-left:1px solid #000000;       border-bottom:1px solid #000000;       border-right:1px solid #000000;
 }
 .buttons {       margin:0px 0px 0px -20px;       padding:7px 20px;       text-transform:uppercase;       font-family:Verdana, sans-serif;       font-weight:bold;       font-size:.7em;       white-space:nowrap;
 }
 .buttons a {       padding:7px 20px;       border-right:1px solid #000000;       font-family:Arial, sans-serif;       font-weight:bold;       color:#FFFFFF;       text-decoration:none;
 }
 .buttons a:hover {        border-right:1px solid #000000;       font-family:Arial, sans-serif;       font-weight:bold;       color:#FFFFFF;       text-decoration:none;       background-color:#333333;
 }
 .buttons strong {      border-right:1px solid #000000;       font-family:Arial, sans-serif;       font-weight:bold;       color:#FFFFFF;       text-decoration:none;       background-color:#000000;
 }
 .leftnav {       width:200px;       height:370px;       background-color:#CCCCCC;       border-left:1px solid #000000;       border-right:1px solid #000000;       float:left;
 }
 .body {       height:370px;       background-color:#FFFFFF;       border-right:1px solid #000000;  font-family:Arial, sans-serif;       font-weight:bold;       color:#003366;       text-decoration:none;
 }
 .footer {       text-align:center;    font-family:Arial, sans-serif;      font-size:12;       color:#FFFFFF;       text-decoration:none;     background-color:#000000;       clear:both;
 }