* {
   font-family: verdana;
   }

li {
   padding-bottom: 15px;
   }

body {
   margin: 0;
   padding: 0;
   background-image: url('images/bg.jpg');
   }

#top {
   background-image: url('images/top.jpg');
   background-repeat: no-repeat;
   width: 750px;
   height: 23px;
   }

#mid {
   background-image: url('images/mid.jpg');
   background-repeat: repeat-y;
   width: 750px;
   }

#low {
   background-image: url('images/low.jpg');
   background-repeat: no-repeat;
   width: 750px;
   height: 20px;
   }

#midcenter {
   width: 680px;
   padding-left: 10px;
   text-align: justify;
   }

#footer {
   font-family: verdana;
   font-size: 11px;
   }

a:link {
   color: brown;
   font-weight: bold;
   }

a:visited {
   color: brown;
   font-weight: bold;
   }

a:hover {
   color: black;
   font-weight: bold;
   }

p {
   font-family: verdana;
   margin: 0;
   padding: 0;
   font-weight: bold;
   }

li {
   list-style-type: none;
   }
   
td {
   text-align: justify;
   }

h1 {
   color: brown;
   padding-top: 0;
   margin-top: 0;
   }

label {
   display: block;
   width: 150px;
   font-size: 11px;
   padding-top: 4px;
   }

input {
   font-size: 11px;
   }

textarea {
   font-size: 11px;
   width: 250px;
   }
