/* FSA Style Sheet */
body {
      font-family:       "Times New Roman", Times, serif;
    background-color:    #FFF0E0;
    }

td { 
    padding:           5px 40px 5px 5px;
	/*position:          relative;
    top:               50%;    */
    }

img.banner {
    position:          absolute; 
    top:               0; 
    left:              1px; 
    width:             1000px; 
    height:            75px;
    }
    
.title {
    font-weight:       bolder; 
    color:             #713900;
    font-size:         300%;
    }

div.nav_bar{ 
background-image:url(images/nav.gif); 
position:absolute; 
top:75px; 
left:0px; 
width:160px; 
height:420px; 
}

.button1 {
    border-style:     none;
    position:         absolute; 
    top:              15px; 
    left:             5px;
    }
    
.button2 {
    border-style:     none;
    position:         absolute; 
    top:              85px; 
    left:             5px;
    }

.button3 {
    border-style:     none;
    position:         absolute; 
    top:              155px; 
    left:             5px;
    }
    
.button4 {
    border-style:     none;
    position:         absolute; 
    top:              225px; 
    left:             5px;
    }
    
.button5 {
    border-style:     none;
    position:         absolute; 
    top:              295px; 
    left:             5px;
    }
    
.button6 {
    border-style:     none;
    position:         absolute; 
    top:              365px; 
    left:             5px;

    }

.content {
    position:         absolute; 
    left:             185px; 
    top:              84px;
	width:			  815px;
    }
    
    
