 body {
  margin:0px;
  background-color:white;
  font-family:Arial;
  font-size:12pt;
  color:black;
  text-align:center;
  }
 
 a:link, a:visited, a:hover, a:active {
  color:red;
  }
 
 div.master {
  width:1000px;
  }
  
 div.header {
  position:absolute;
  top:0px;
  height:120px;
  }

 div.spacebox {
  height:120px;
  }
  
 div.tempnavbar {
  top:120px;
  height:1.4em;
  font-size:18pt;
  text-align:center;
  font-weight:bold;
  background-color:black;
 }
 
 div.tempnavbar a {
  text-decoration:none;
  }
  
 div.tempnavbarbottom {
  height:1.4em;
  font-size:18pt;
  text-align:center;
  font-weight:bold;
  background-color:white;
  }
 
 div.tempnavbarbottom a {
  text-decoration:none;
  } 
  
 div.navbar {
  top:120px;
  height:28px;
  background-color:white;
 }
  
 div.bottomnavbar {
  
  height:28px;
  background-color:white;
  clear:both;
  }
  
 div.slogan {
  font-size:18pt;
  font-weight:bold;
  margin: 10px 5px 10px 5px;
  padding: 10px 5px 10px 5px;
  clear:both;
  }
  
 div.slogan2 {
  font-size:22pt;
  font-weight:bold;
  margin: 10px 5px 10px 5px;
  padding: 10px 5px 10px 5px;
  clear:both;
  }
  
 div.full {
  width:550px;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  text-align:left;
  }
 
 div.full2 {
  width:890px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  text-align:left;
  clear:both;
  }
  
 div.left {
  float:left;
  width:479px;
  margin: 0px 0px 10px 15px;
  padding: 0px;
  text-align:left;
  }
  
 div.right {
  float:left;
  width:479px;
  margin: 0px 0px 10px 15px;
  padding: 0px;
  text-align:left;
  }
  
 div.poll {
  background-color:tan;
  margin: 10px 0px 10px 0px;
  }

 div.top {
  width:180px;
  margin:15px 400px 5px 400px;
  padding:3px;
  font-size:13pt;
  font-weight:bold;
  text-align:center;
  border:5px solid pink;
  clear:both;
  }

 div.pad{
  padding:3px 15px 0px 15px;
  }
  
 p {
  margin:0px 0px 0px 0px;
  padding:3px 0px 10px 0px;
  }
  
 p.border {
  border-bottom:5px solid black;
  margin:0px 0px 7px 0px;
  }
  
 p.titles {
  font-size:larger;
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
  }
 
 .titles2 {
  font-weight:bold;}
 
