/* CSS Document */

  *{margin:0; padding:0; border:0;}
  html {height:100%;width:100%;}
  body {height:100%;width:100%; background-color:#c0c0bf}
  
  #navigation ul li {
  display:block;
  float:left;
  list-style:none;
  background-color:#e4e4e2;
  }
  
  #navigation a:link, #navigation a:active, #navigation a:hover, #navigation a:visited{
  text-transform:uppercase;
  line-height:34px;
  font-size:14px;
  color:#000000;
  text-decoration:none;
  margin-right:58px;
  letter-spacing:1px;
  font-family:"Trebuchet MS", Tahoma, sans-serif;
  }
  
  #navigation a:hover{
  color:#fff;
  }
  
  .last{
  margin-right:0px;
  }
  
  #maincontent{
  
  letter-spacing:0.0em;
  word-spacing: 0.2em;
  
  /*width:620px;*/
  font-family:"Trebuchet MS", Tahoma, sans-serif;
  font-size:12px;
  text-align:justify;
  line-height:18px;
  color:#586063;
  }
  
  #copy, #copy a{
  font-family:"Trebuchet MS", Tahoma, sans-serif;
  letter-spacing:1px;
  font-size:11px;
  color:#586063;
  text-decoration:none;
  
  }
  
  #copy a:hover{
  text-decoration:underline;
  }
  
  #subnavigation{
  margin-top:20px;
  float:left;
  width:310px;
  }
  
  #subnavigation h1{
  font-family:"Trebuchet MS", Tahoma, sans-serif;
  letter-spacing:1px;
  font-size:18px;
  color:#586063;
  text-transform:uppercase;
  font-weight:normal;
  padding-bottom:20px;
  }
  
  #subnavigation a{
  display:block;
  text-transform:uppercase;
  font-family:"Trebuchet MS", Tahoma, sans-serif;
  letter-spacing:1px;
  font-size:10px;
  color:#586063;  
  font-weight:normal;
  text-decoration:none;
  line-height:16px;
  padding-bottom:2px;
  padding-top:2px;
  }
  
  #subnavigation a:hover{
  color:#000000;
  font-weight:bold;
  }
  
  #subnavigation a:focus{
  color:red;outline:0; -moz-outline:0;
  }
  
  
  #maincontent{
  margin-left:340px;  
  font-weight:normal;
  }
  
  #maincontent ul{
  margin-left:30px;
  }
  
  #maincontent li{
  list-style:disc;
  padding-left:20px;
  padding-right:20px;
  
  }
  
  #maincontent a:link,  #maincontent a:visited, #maincontent a:active{
  text-decoration:none;
  color:#000;
  font-weight:bold;
  }
  
  #maincontent a:hover {
  text-decoration:none;
  color:#586063;
  font-weight:bold;
  }
  