body {background-color:#FFFFFF;
      color:#778899;
      font-family:Verdana,Helvetica,Sans Serif;
      font-size:11px;
      line-height:18px;
      text-align:center;
      vertical-align:middle;
     }
td {font-size:11px;
    line-height:18px;
   }

.mainframe {width:700px;
            height:535px;
            border:1px dashed #778899;
            text-align:left;
           }

.header {height:75px;
         border-bottom:1px dashed #778899;
         font-size:18px;
         font-style:italic;
         text-align:right;
         vertical-align:middle;
		 background-image:url(header.jpg);
		 background-repeat:no-repeat;
        }

.left {width:180px;
       height:460px;
       border-right:1px dashed #778899;
	  
       float:left;
      }

.menu {margin-top:10px;}

.menu a {border-left:1px solid #FFFFFF;
        text-transform:uppercase;
        letter-spacing:3px;
        text-decoration:none;
        color:#778899;
        margin-top:20px;
        padding-left:10px;
       }

.menu a:hover {border-left:2px solid #6495ED;
              text-transform:uppercase;
              letter-spacing:3px;
              text-decoration:none;
              color:#2F4F4F;
             }
.main {width:460px;
       float:right;
       margin-right:10px;
       margin-top:10px;
      }

.main a {color:#6495ED;
         text-decoration:none;
        }

.main a:hover {color:#6DBF0F;
               text-decoration:none;
              }

b.headline {font-weight:bold;
           color:#6495ED;
           letter-spacing:2px;
          }