div#nav { 
/*border: 3px solid red; this is a border*/
float: left;
text-align: center;
font-weight: bold;
margin-top: 0%;
margin-left: 3%;
margin-right: 4%;
margin-bottom: 0%;
}

div#nav p a:link {
color: #200d02;
}

div#nav p a:visited {
color: #000000;
}

div#nav p a:hover {
color: #000000;
}

div#nav p a:active {
color: #200d02;
}

div#middle {
/*border: 3px solid red; this is a border*/
margin-top: 0px;
margin-bottom: 3%;
margin-right: 3%;
padding-right: 3%;
margin-left: 3%;
padding-left: 3%;
}

div#middle h1 {
/*border: 3px solid red; this is a border*/
text-align: left;
font-size: 135%;
color: #000000;
}

div#middle h2 {
/*border: 3px solid red; this is a border*/
text-align: left;
font-size: 105%;
color: #000000;
}

div#middle h3 {
/*border: 3px solid red; this is a border*/
text-align: left;
font-size: 115%;
text-decoration: underline;
color: #000000;
}

div#middle p {
/*border: 3px solid red; this is a border*/
text-align: justify;
font-size: 100%;
}

div#middle p.form {
/*border: 3px solid red; this is a border*/
text-align: justify;
font-size: 100%;
color: #200d02;
}

div#middle ul, li {
/*border: 3px solid red; this is a border*/
text-align: left;
font-size: 100%;
font-weight: bold;
list-style-type: square;
color: #000000;
}

div#middle ul ul li {
text-align: left;
font-size: 100%;
font-weight: normal;
list-style-type: circle;
color: #200d02;
}

body {
margin-left: 0%;
margin-right: 0%;
margin-top: 230px;
margin-bottom: 5px;
font-family: verdana, sans-serif;
font-size: 12pt;
color: #200d02;
background-color: #dea582;
background-image: url(images/fbbanner.png);
background-position: top left;
background-attachment: scrolling;
background-repeat: no-repeat;
}

.inline {display:inline;}

.copy {
font-size: x-small;
margin-left: 5px;
}