body {
	font-family: "Goudy Old Style", "Times New Roman", Serif; 
	font-size: 12pt; 
	font-weight: 500; 
	color: rgb(255,255,255);
	background-image: url(images/bgbarred.jpg);
    background-repeat: repeat-y;
    background-position: 0% 0%;
	background-color: #000000;
	}
  
#header {
    position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:100px;
    }
    
#headertext {
    position:absolute;
	left:150px;
    top:0px;
	width:650px;
	height:100px;
    text-align: center; 
    }
   
#headertext h1{
    display:block;
    height:25px;
    width:650px;
    font-size: 48pt;
    font-family: "Goudy Old Style", "Times New Roman", Serif;
    color: rgb(255,255,255);
    font-weight: 500;
     }
   
#menu {
   font-size: .8em;
   position:absolute;
   left:0px;
   top:100px;
   width:150px;
   height:200px;
   font-size:8pt;
   background-color: #000000;
   }
#menu table tr {
   background-image: url(images/palegrey.jpg);
   background-color: #C0C0C0;}
     
#menu table a.menu {
   display:block;
   width: 125px;
   padding: 5px; 
   font-family: Arial, San-Serif;
   text-align: center;
   font-weight: 800;
   }
   
#menu table a.menu:link {
   font-size: 10pt;
   color: rgb(255,255,255);
   text-decoration: none; 
   border-right: 2px solid #000000;
   border-left: 2px solid #000000;
   background-color: #000000;
   }
#menu table a.menu:visited {
   font-size: 10pt;
   color: rgb(255,255,255);
   text-decoration: none; 
   border-right: 2px solid #000000;
   border-left: 2px solid #000000;
   background-color: #000000;
   }
#menu table a.menu:hover {
   font-size: 10pt;
   color: rgb(0,0,0);
   text-decoration: none;
   background-color: transparent;
   border-right: 2px solid #C0C0C0;
   border-left: 2px solid #C0C0C0;
   }
#menu table a.menu:active {
   font-size: 10pt;
   color: rgb(255,0,0);
   text-decoration: none;
   background-color: transparent;
   border-right: 2px solid #C0C0C0;
   border-left: 2px solid #C0C0C0;
   }

#bodytext {
    position: absolute;
    top: 100px;
    left:160px;
	width:620px;
    font-family: "Goudy Old Style", "Times New Roman", Serif;
    font-weight: 500; 
    text-indent: 25px;
    padding: 1% 5% 15% 2%;
    }
    
#bodytext ul {
    display:block;
    list-style-type: circle;
    }
    
#bodytext p{
    display: block;
    width: 550px;
    font-size: 16px;
    }

#bodytext p.center{
    display: block;
    width: 550px;
    font-size: 16px;
    text-indent:0px;
    text-align: center;
    clear:both;
    }    
    
#bodytext p.pleft{
    display: block;
    float: left;
    clear: left;
    width: 250px;
    font-size: 14px;
    margin-left: 5px;
    text-align: center;
    }
    
#bodytext p.pright{
    display: block;
    float: right;
    clear: right;
    width: 250px;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 5px;
    text-align: center;
    }

#bodytext p.pright2{
    display: block;
    float: right;
    clear: right;
    width: 300px;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 5px;
    text-align: left;
    }
    
#bodytext p.pcenter{
    display: block;
    width: 550px;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 5px;
    text-align: left;
    margin-top:20px;
    clear:both;
    }

#bodytext td{
    text-align: left;
    padding: 5px;
    }    
    
#bodytext a:link {font-size: 12pt; color: rgb(255,255,255); text-decoration: none; font-weight: 800;}
#bodytext a:visited {font-size: 12pt; color: rgb(255,255,255); text-decoration: none; font-weight: 800;}
#bodytext a:hover {font-size: 12pt; color: rgb(255,0,0); text-decoration: underline;}
#bodytext a:active {font-size: 12pt; color: rgb(255,0,0); text-decoration: none;}

#bodytext a.link {font-variant: small-caps;}
#bodytext a.link:link {color: rgb(107,165,123);}
#bodytext a.link:visited {color: rgb(107,165,123);}

#bodytext img.logo {border-color: #808080;}

#bodytext img {
    border: 2px solid #000000;
    }

#bodytext img.left {
    float:left;
    clear:left;
    margin-right:10px;
    margin-bottom:10px;
    margin-top:10px;    
    }
    
#bodytext img.right {
    float:right;
    clear:right;
    margin-left:5px;
    margin-bottom:10px;
    margin-top:10px;
    margin-right:10px;
    }

#bodytext img.center {
    clear:both;
    margin-left:100px;
    margin-right:100px;
    margin-bottom:10px;
    margin-top:10px;
    }

#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100px;
    width: 150px;
    font-family: "Goudy Old Style", "Times New Roman", Serif;
    padding: 5px;
    text-align: center;
    z-index: 1;
    font-size: 8px;
    color: #FFFFFF;
     }
a.copy:link {font-size: 8pt; color: rgb(255,255,255); text-decoration: none; font-weight: 800;}
a.copy:visited {font-size: 8pt; color: rgb(255,255,255); text-decoration: none; font-weight: 800;}
a.copy:hover {font-size: 8pt; color: rgb(255,0,0); text-decoration: underline;}
a.copy:active {font-size: 8pt; color: rgb(255,0,0); text-decoration: none;}