body {
 margin: 0px;
 padding: 0px;
 background-color: #4c7caa;
 }
 
.main {
 margin: 0px;
 padding: 0px;
 width:815px;
 }
 
 .logo {
 margin: 0px;
 padding: 0px;
 background: #4c7caa url(img/logo.png) no-repeat top right;
 width: 602px;
 height:98px;
 }
 
 .container {
 margin: 0px;
 padding: 0px;
 background: #4c7caa url(img/bg.gif) no-repeat top right;
 width:800px;
 height:605px;
 }
 
.nav {
 margin: 0px;
 padding: 0px;
 width:214px;
 height:402px;
 position: relative;
 top:20px;
 background: url(img/nav.png) no-repeat;
 float:left;
 z-index:1;
 font-family: Trebuchet MS, Georgia, Arial;
 color: #2c4b58;
   }
   
.content {
 margin: 0px;
 padding: 0px; 
 position:relative;
 top: 20px;
 left: 20px;
 text-align:left;
 color: black;
 font: 13pt Georgia, Times New Roman;
 }
  
.links {
 margin: 0px;
 padding: 0px;
 position:relative;
 top:50px;
 left: 0px;
 font: 19pt Georgia, Times New Roman;
 color:#5c2938;
 }
 
 .links a:link {
 font: 19pt Georgia, Times New Roman;
 color:#2c4b58;
 text-decoration: none;
  }
  
 .links a:visited {
 font: 19pt Georgia, Times New Roman;
 color:#2c4b58;
 text-decoration: none;
  }
  
 .links a:active {
 font: 19pt Georgia, Times New Roman;
 color:#2c4b58;
 text-decoration: none;
  }
  
 .links a:hover {
 font: 19pt Georgia, Times New Roman;
 color:#151c1f;
 text-decoration: none;
  }
  

 .copyright {
  margin: 0px;
 padding: 0px; 
 color:#15293d;
 font: 8pt Georgia, Times New Roman;
 position:relative;
 top:-15px;
  }
