		* {
			margin: 0;
			padding: 0;
      text-decoration: none;
      
		}
    
    html {
    height: 100%;
    overflow-x: hidden;
    }
    
    body {
    overflow-x: hidden;
    }
    		
		img {
		  border: 0px;
		  float: left;
      }
    
    #copy ul.no_bullet {
    list-style-type: none;
     }
    
		#copy, #sidebar {
		  font-family: verdana, arial;
			height: 100%;
		}

		#sidebar {
		  float: left;
		  
			top: 100px;
			width: 180px;
			background-color: #c00000;
		}
		
		
		.navbutton {
		  position: relative;
		  margin-top: 10px;
		  float: left;
		  left: 10px;
		  padding: 5px;
		  width: 140px;
		  border: 2px solid black;
      background-color: white; 
      font-weight: bold;
      color: black;
    }
    
    
    .navbutton:hover {
      border: 2px solid black;
      color: white;
      background-color: black;
    }

		.navbutton_g {
		  position: relative;
		  margin-top: 10px;
		  float: left;
		  left: 10px;
		  padding: 5px;
		  width: 140px;
		  border: 2px solid black;
      background-color: #00ff00; 
      font-weight: bold;
      color: black;
    }
    
    
    .navbutton_g:hover {
      border: 2px solid black;
      color: white;
      background-color: black;
    }
    		
		#copy {
		  
   	  padding-left: 50px;
		  padding-top: 12px;
		  background-image: url(left_top_corner.jpg);
		  background-repeat: no-repeat;
		  overflow-y: auto !important;
      overflow-x: hidden !important; 
      }
		
		#copy h1 {
		  clear: none;
		  font-size: 1.2em;
		  font-weight: bold;
		  color: black;
		  text-shadow: #c00000 2px 2px 4px; 
    }
    
   #copy h2 {
		  font-size: 1.0em;
		  font-weight: bold;
		  color: black; 
    }
    
    #copy h3 {
      font-family: Georgia, garamond, serif;
      font-size: 1.0em;
      font-style: italic;
      font-weight: normal;
    }
    
    
    .postcard {
      display: inline;
      float: none;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 5%;
      margin-right: 5%;
      border: 1px solid black;
      padding: 5px;
      width: 60%;
      height: auto;
      }
    
    .newsbox {
      display: block;
      float: both;
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 0%;
      margin-right: 5%;
      border: 3px solid red;
      padding: 5px;
      width: auto;
      height: auto;
      }
     
    #copy img.full {
      float: none;
      margin: 0px;
      padding: 0px;
      height: auto;
      width: auto;
      }  
      
    #copy p {
      display: block;
      
      line-height: 130%;
      text-align: justify;
      padding-right: 40px;
      }
 
    .clear_both {
      display: block;
      clear: both;
      line-height: 130%;
      text-align: justify;
      padding-right: 40px;
      }
 
    #copy img.pict {
      border: 1px solid black;
      padding: 5px;
      margin: 6px;
      }
    
    #copy img.pict_right {
      border: 1px solid black;
      float: right;
      padding: 5px;
      margin: 10px;
      }
    
    
    #copy img.pict_left {
      border: 1px solid black;
      float: left;
      padding: 5px;
      margin: 10px;
      }
      
    p.dropCap:first-letter {		
		  font-size: 5em;
		  font-weight: bold;
		  color: #c00000;
		  float: left;
      }
		  

		
    #titlebar {
      padding: 5px;
		  height: 100px;
		  width: 100%;
		  background-color: #c00000;
      }
    
    #phonenumber {
      font-family: verdana, arial;
      position: relative;
      padding-right: 40px;
      font-size: 1.5em;
      color: white;
      top: 50%; 
      float: right;
      }
      