body {
background-image: url(none);
background-attachment: fixed;
background-color: #FFFFFF;
width: 50%;
}

#header {
padding: 0px;
padding: 10px;
Margin-top: 10px;
margin-left: 10px;
margin-bottom: 5px;
border: 2px solid black;
background-image: url(banner-copy.jpg);
background-attachment: float;
background-position: left;
background-repeat: y-repeat;
height: 70px;
width: 950px;
}


#menu {
padding: 10px;
margin-left: 10px;
margin-right: 5px;
margin-bottom: 5px;
float: left;
width: 950px;
height: 60px;
border: 2px solid black;
background-color: #808080;
}

#menu ul {
display: inline;
list-style: none;
}

#menu li {
display: inline;
list-style: none;
}

#content {
padding: 20px; 
margin-top: 95px;
margin-left: 10px;
margin-bottom: 5px;
border: 0px solid black;
width: 930px;
height: 500px;
}

#footer {
padding: 10px; 
margin-left: 10px;
margin-right: 5px;
margin-top:10px;
margin-bottom: 10px;
width: 950px;
clear: both;
border: 2px solid black;
float: left;
background-color: #808080;
}

#footer ul li {
display: inline;
list-style: none;
}



.bodytext {
margin: 0px; 
color: black;
font-family: Times New Roman;
font-size: 15px;
}

p {
text-indent: 30px;
margin: 0px; 
color: black;
font-family: Times New Roman;
font-size: 15px;
text-align:left;
}

menu {
font-weight: normal;
color: black;
font-size: 18px; 
font-family: Times New Roman;
text-align:justify
display: inline;
}

h1 {
text-indent: 30px;
font-weight: normal;
color: white;
font-size: 30px;
font-family: Lucida sans; 
}

h2 {
font-weight: normal;
color: black;
margin-top: 10px;
font-size: 25px;
font-family: Lucida sans;
margin-bottom: 20px;
}

h3 {
font-weight: normal;
color: white;
font-size: 18px;
font-family: Lucida sans;
}

h4 {
font-weight: normal;
color: white;
font-size: 22px;
font-family: Lucida sans; 
}

a {padding: 5px; margin: 10px;}


a:link {color:white; text-decoration:none;}
a:visited {color:#555555; text-decoration:none;}
a:hover {color:#CCCCCC; text-decoration:underline;}

td {border: 2px solid black;}

.tdtext {border: 0px;}
.righttext {width: 400px; margin-right: auto; border: 0px;}

.caption {margin-left: auto;}

div.wrapper {
   margin-left: 40%;
   margin-right: 40%;
   }
/* width of div.wrapper is always 80% of viewport width */ 

td.cell1 {
padding: 5;
width: 300px;
}


