﻿
body {
}

/* Style1   Sets Table to 1020px of screen  */
.style1
        {
           
            border-width: 1px;
            padding: 0px 0px;
            width: 1020px;
    height: 661px;
}
        
/* Formats the Menu Bar  */
#menu a 
        {
	        float:left;
	        height: 32px;
	        display:inline;
	        text-align: center;
	        text-decoration: none;
	        color: #610517;
	        font-family:Arial;
	       
	        font-weight: bold;
	        padding-top: 10px;
	        MARGIN-LEFT: 20PX; 
	        font-size: 22px;        	
        }
        
/* Formats the footer Bar  */
#footer a 
        {      
	        height: 32px;
	        display:inline;
	        text-align: center;
	        text-decoration: none;
	        color: #610517;
	        font-family:Arial;
	        margin-left: 20PX; 
	        margin-right: 20PX; 
	        padding-top: 10px;
	        font-size: 12px;  
        }
        
/* Sets Lefthand column */
.style5
        {
            width: 20%;
            background-color: #ABABAB;
            
            font-family: Arial;
            font-style: normal;
            font-size: small;
        }
        
 /* */       
.style6
        {
            font-style: normal;
            text-decoration: underline;
        }
        
/* */        
                
.style8
        {
            font-size: large;
        }

.style12
        {
            font-family: Arial;
        }
/* */
        
.style21
        {
            text-align: justify;
        }
                
/* This style has been used for the majority of the links within the the left hand column */
.style_link1
        {
            color: #610517;
            font-size: small;
            font-family:Arial;
            text-decoration: none;
            padding:5px;
        }
        
a:hover {
	      font: white ;
        }
