
<!---------------BODY------------------->
BODY {

	color: black;
	height: 8.5in;
}

<!---------------headings----------------> h1, h2 {margin-left: -40;
	color:8b3626;
	margin-top: -.5em; 
	margin-bottom: -.5em;
	}

h3, h4, h5, h6 {
	color: 8b3626;
	margin-top: ; 
	margin-bottom: }

<!---------------TABLES----------------->
table.supplies 
{text-align: center;
font-weight: normal;
font-size: 11px;
color: #fff;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.supplies td 
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
font-size: 11px;
border: 1px #fff solid;}

table.supplies td.header
{background-color: #666;
color: #fff;
padding: 4px;
text-align: center;
border-bottom: 2px #fff solid;
font-size: 14px;
font-weight: bold;} 



A.index {
	text-decoration: underline;
	color: black;
}

A {
	text-decoration: underline;
	color: maroon;
}

A.name {
	text-decoration: none;
}

<!---------------DIVISIONS--------------->
div.color1 {
    background: 8b3626;
    padding: 0.5em;
    border: none;
  }



     #header1 {
        position: absolute;
        top: 0;
        left: 0;
        height: 84;
        width: 103%;
        background-image: url('img/logomainwf3.jpg');
        background-repeat: no-repeat

      }
      
     

      
     #index {
      	
        position: absolute;
        left: 0;
        top: 84;
        width: 190;
        height: 100%;
        background-image: url('img/indexmain2jpg.jpg');
        padding-left: 0.2em;
        padding-top: 0.2em

      }
      
      #main {
      	
        position: absolute;
        left: 190;
        top: 84;
        width: 70%;
        height: 100%;
        padding-left: 60;
        padding-top: 30;
        padding-right: 30;
      
        


      }
      
      
      







