/* stylesheet.css */


/* Body text and page background */

body {
     font-family: Georgia, "Times New Roman", Times, serif;
     color:#A28A82;
     background-color: #020100;
     leftmargin="0"; 
     topmargin="0";
}

body {
	scrollbar-3dlight-color:#A28A82; 
	scrollbar-arrow-color:#A28A82;
	scrollbar-base-color:#632820;
	scrollbar-darkshadow-color:#020100;
	scrollbar-face-color:#632820;
	scrollbar-highlight-color:#632820;
	scrollbar-shadow-color:#020100;
}

A:link {
     font-family: Georgia, "Times New Roman", Times, serif; 
     font-size: 11px; 
     font-weight: bold;      
     color: #632820;  
     text-decoration: none;
}

A:visited {
     font-family: Georgia, "Times New Roman", Times, serif; 
     font-size: 11px; 
     font-weight: bold; 
     color: #632820;
     text-decoration: none;
}

A:hover {
     font-family: Georgia, "Times New Roman", Times, serif; 
     font-size: 11px; 
     font-weight: bold; 
     color: #cccccc;  
     text-decoration: none;
}

/* Page footer style */
#footer{
      margin-top: 1em;
      margin-right: 1em;
}

/* Style for sidebar column */
#sidebar{
           float: left;
           display: inline;
           padding: 0;
           margin-top: 0em;
           margin-right: 1em;
           margin-bottom: 0em;
           margin-left: 1em;
           width:18em;
           /* Total width is 20em */
           background-image: url(filmstrip.jpg);
}


/* Style for main content column */
#main{
      margin-top: 2em;
      margin-right: 1em;
      margin-bottom: 0em;
      margin-left: 20em;
      border: 4px #632820 solid; 
      border-collapse: collapse; 
      background-image: url(background3.jpg);
}


.menutext {line-height: 20px}

.basictext {font-family: Georgia, "Times New Roman", Times, serif; 
     font-size: 11px; 
     font-weight: bold; 
     color: #000000; 
     text-decoration: none;
     line-height: 20px}

.headertext {font-family: Georgia, "Times New Roman", Times, serif; 
     font-size: 16px; 
     font-weight: bold; 
     color: #000000; 
     text-decoration: none;
     line-height: 20px; 
     padding-bottom: .3em;
     border-bottom: 1px  solid #000}

.note {font-family: Georgia, "Times New Roman", Times, serif; 
     font-size: 9px; 
     font-weight: normal;
     color: #000000; 
     text-decoration: none;
     line-height: 12px}

.tableheaders {font-family: Georgia, "Times New Roman", Times, serif; 
     text-align: center;    
    color: #000000; font-size: 12px; 
     font-weight: bold; 
    text-decoration: underline;
     line-height: 20px}

.tabletext {font-family: Georgia, "Times New Roman", Times, serif; 
     font-size: 12px; 
     font-weight: normal; 
     color: #000000; 
     text-decoration: none;
     line-height: 18px}
