body {
  background-color : White;
  margin-top : 0;
  margin-right : 0;
  margin-left : 0;
  }
.large {
  font-size : 200%;
  font-weight : bold;
  font-style : oblique;
  }

.head {
  background-image : url("../images/hdrbkg2.jpg");
  background-repeat : repeat-x;
  }

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #990033;
  font-size: 16px;
  }

h2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight : bold;
          text-align: center; color: #000099; font-size: 14px; margin-left: 14px}

h3 {font-family: Arial, Helvetica, sans-serif; font-weight: normal;
          text-align: center; color: #3366CC; font-size: 12px}

h4 {font-family: Arial, Helvetica, sans-serif; font-weight: normal;
          text-align: center; color: #000000; font-size: 12px}

p {
  margin-left : 12px;
  font-family: Arial, Helvetica, sans-serif; font-weight: normal;
          color: #000000; font-size: 12px
    }

h5 {font-family: Arial, Helvetica, sans-serif; font-weight: normal;
          text-align: left; color: #000000; font-size: 12px; margin-left: 30px}

a:link {color: #0066CC}
a:visited {color: #663399}
a:hover {color: #FF3300}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#bodycopy {
	margin: 5px;
	padding: 10px;
	width: 90%;
	float: left;
}