/* CSS Document */

/* Links */
		  
A:link  {color:#000099;
		 text-decoration:underline;}

A:visited {color:#993399;}
		 
A:hover {color:#FF0000;}
		 



/* Menu */
A.menu {color:#333333;
	    text-align:right;
		line-height: 3em;
		text-decoration: none;
		display: block;
		list-style: none;}

.menu:visited {color:#333333;}

.menu:hover {color:#999999;}
			  
.menu:active {color:#999999;}
	  
#menu {   font-family: Arial, Helvetica, sans-serif;
		  font-weight: bold;
		  color:#000000;
		  vertical-align: top;
		  list-style: none;
		  width: 150px;
		  position: relative;
		  top: 50px;
		  left: 0px;
		  }		  

/* General Tags */

body { background-color:#FFFFFF;
	   font-family: Arial, Helvetica, sans-serif;
	   /*background-image: url(Images/hands.gif);
	   background-repeat: no-repeat;
	   background-position: center 150px;
	   width: 900px;
	   height: 500px;*/ }

p {color:#000000;}

h3 {font-family:"Bradley Hand ITC", Papyrus, fantasy;
	color:#000099;
	font-size: 22px;
	line-height: 2em;}
	
h4 {font-family:"Bradley Hand ITC", Papyrus, fantasy;
	color:#336600;
	font-size: 24px;
	line-height: 2em;}
	
h5 { font-family:"Courier New", Courier, monospace;
	 color:#999999;
	 text-align: right;}	
	
li {color:#336600;
	line-height: 2em;}


/* ID Tags */

#banner {background-color:#FFFFFF;
		 font-family: Arial, Helvetica, sans-serif;
		 vertical-align: middle;
		 width: 100%;
		 position: relative;
		 top: 0;}
			 
#footnote {width: 700px;
		   position:relative;
		   left: -60px;
		   }			    	
		  
#linklist {font-family: Arial, Helvetica, sans-serif;}

#linklist:hover {color: #000000;}		  

#menulink {padding-right: 30px;
		   width: 120px}
		   
#paper {   width: 600px;
		   height: auto;
		   position: absolute;
		   top: 250px;
		   left: 250px;}
			  
#notebook{	  background-image:url(Images/notebook.gif);
		      background-repeat: no-repeat;
		      width: 600px;
		      height: auto;} 			  
			  
#pagescroll td { text-align: center;}		 

/* Class Tags */		   
   
.besidebooks {color: #000000;
			  width: 550px;
		      position: absolute;
		      top: 238px;
		      left: 256px;
			  text-align: justify;
		 	  line-height: 1.5em;
		      margin: 25px;}

.bold {font-weight: bold;}

.borderbottom { height:5em;
				background-color:#FFFFFF;
				text-align: center;}

.doublespace {line-height: 2em;}

.download { list-style-type: none;}

.download A { text-decoration: none;}	

.instructions {width: 600px;
		 	   height: auto;
		       position: absolute;
		 	   top: 480px;
			   left: 250px;}
	  
.footerhead {color:#FFFFFF;
			 background-color:#666666;
			 font-size:14px;
		     font-weight: bold;}	     
	   
.maintable {width: 900px;
			text-align: left;}
			
.meat   {color: #000000;
		 text-align: justify;
		 line-height: 1.5em;
		 width: 450px;
		 margin-left: 100px;}		 

.stylesample {line-height: 3em;
			  position: relative;
		  	  top: 70px;
		  	  left: 0px;
			  text-align: center;}
			  
.tableofcontents {list-style-type:none;}

.textcenter {text-align: center;}
			 
.textright {text-align: right;
		 	float:right;	}	 

			
