.bodytext {font-size: .875em;
          
}

body { background-color: #FFFFFF;
       color: #330000;
	   font-family: Verdana, Arial, sans-serif;
	   
}
a  { color: #4b0082;
}
#container { width: 960px;
			 height: 100%;
          margin-left: auto;
          margin-right: auto;
          background-color: #FFFFFF;
		  /*background-image: url(Images/candy.jpg);*/
		  /*background-repeat: repeat;*/
          color: #000000;
}		  
         /* border: 1px double #000000;*/		  

#header { background-color: white;
          background-image: url(Images/logo7e.jpg);
		  height: 150px;
		  }

h1 {color: #000000;
   text-indent: -4000px;
}

		  
h3 {color: #4b0082;
   font-family: Garamond, Georgia, serif;
   font-size: 1.5em;
   
}   
#content { text-align: left;
           line-height: 120%;
           font-style: normal;  
           margin-left: 260px;
		   background-color: #dcdcdc;
		   color: #000000;
           padding: 10px 20px;
		   overflow: auto;
}
#image { 
		  float: left;
          overflow: auto;
		  padding-left: 50px;
		  padding-right: 70px;
		  padding-bottom: 20px;
              
}

