/* Style sheet for Liz's revamped website */
BODY {
     /* background-color : #993366; */
	 background-image: url(background.jpg);
     background-repeat : repeat-x repeat-y;		
	 text-decoration : none; 
	 text-align : justify;
     font-family : Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
     color : 660066; 
     font-size : 14px; 
     font-weight : medium;    
     margin : 5px 0px 5px 0px; 	 
     }
TD {
   font-size : 14px; 
   vertical-align : top;
     }	

/* main body of text */
.main {
 	 text-decoration : none; 
	 text-align : justify;
     font-family : Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
     color : 660066; 
     font-size : 14px; 
     font-weight : medium;
	 margin-top : 10px; 
	 margin-left: 195px;
	 margin-right: 0px;
	 max-width: 770px;
	 padding : 0px; /* 5px; */
	 width : auto; 	 
     }
 .smalltext {	 
     font-family :  Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
     color : 660066;  
     font-size : 12px; 
	 vertical-align : middle;	 	 
     } 	 	   	
.title1 { 
  	 font-size: 25px;
	 font-weight: bold; 
	 margin-top: 5px;
    /* margin-left: 195px; */
	/* margin-right: 10px; */
	/* max-width: 770px; */
	 padding : 5px;
	 width : auto; 
	 }
.emphasis {
     font-weight:bold; 
     }
.bigemphasis {
     font-weight:bold; 
	 font-size:18px; 	
     }	 
.italics {
     font-style:italic;     
     }
.underline {
     text-decoration : underline;   
     }	
.stars {
     font-size : 24px;
	 color : #FFCC00;
	 font-weight:bold;
	 }	
.caption {
     text-decoration:none;
     text-align : center;  
     font-size:12px; 
     font-weight:medium;          
     }	  
/*A img {
     border-width: 1px solid black; */
	 } 

/* links in text */	 
A:mailto {
     text-decoration : underline;
	 color : #660066 
     }
A:link {
     text-decoration : underline; 
	 color : #660066 
      }	
A:visited {
     text-decoration : underline; 
	 color : #660066 
      }	 	   
A:hover {
     color:#993366;  
     background-color:white; 
     }
A:active {
     text-decoration : underline; 
	 color : #660066 
      }
	
/* nav bar */
#menu a, #menu a:visited {
  position:relative;
  text-decoration:none; 
  text-align:left; 
  color:#fff;  
  width:15em; 
  border: solid #663366;
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 0px;
  border-left-width : 1px;
  padding-top :1px;
  padding-bottom :1px; 
  }

#menu a:hover {
  top:2px;
  left:2px;
  color:#663366;
  border-color:#660066;
  background-color:white; 
  }


.navigation {
     /*background-color: #993366;*/	
	 /* background-image: url(navback.gif); */
     background-repeat : no-repeat;		
	 margin : 0px 0px 0px 0px;
	 text-decoration : none; 
     font-family : Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
     color : white;  
     font-size : 12px;
	 line-height : 145%;
	 position: absolute;
	 top : 0px;
	 left : 0px;
	 width : 183px;
	 height : auto;
     }
	 
