body{
  margin-left: 0px;
  margin-top: 0px;
}

p{
  font-face: gothic, serif;
  color: black;
}

h3{
  float: left;
  font-size: 16pt; 
  text-align: left; 
  padding-right: 5px; 
  margin: 0px;
  color: black;
}

h4{
  clear: both;
  font-size: 14pt; 
  text-align: center; 
  padding-right: 5px;
  padding-bottom: 5px;
  margin: 0px;
  color: black;
}

.complete{
  width: 800px;
  height: 600px;
}

.header{
  position: relative;
  font-size: 150%;
  width: 800px;
  height: 100px;
  text-align: center;
  background: url(images/header.jpg);
  color: white;
}

.middle{
  width: 800px;
  height: 488px;
  background: rgb(222, 191, 253);
}

.sidebar{
  float: left;
  width: 100px;
  margin: 0px;
}

.main2 a, .main2 a:visited, .main2 a:hover{
  color: #2c1440;
}

.main2 a:hover{
  text-decoration: none;
}

.centre img{
  margin: 5px;
}

ul.mainnav{
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  border: 0px;
}

ul.mainnav li a:link, ul.mainnav li a:visited{
  border-bottom: 1px solid #000;
  display: block;
  text-decoration: none;
  width: 100%;
  padding: 6px 5px;
  background-color: rgb(119, 27, 195);
  font: bold 10pt/1.5 arial, sans-serif;
  color: rgb(222, 191, 253);
}

ul.mainnav li a:hover {
  background-color: rgb(225, 183, 251);
  color: rgb(119, 27, 195);
}

.centre{
  float: right;
  margin: 0px;
  height: 100%;
  width: 700px;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.main2{
  position: relative;
  width: 687px;
  max-height: 400px;
  overflow: auto;
  float: left;
  margin-left: 3px;
  margin-top: 5px;
  color: #2c1440;
  padding: 3px;
  background-color: transparent;
  border: double rgb(119, 27, 195) 3px;
  text-align: left;
}

.main{  
  position: relative;
  height: auto;
  float: left;
  margin-left: 3px;
  margin-top: 5px;
  color: #2c1440;
  padding: 3px;
  background-color: transparent;
  border: double rgb(119, 27, 195) 3px;
}

.text{
	position: relative;
	height: auto;
	float: left;
	font-size: 100%;
	color: #2c1440;
	padding-top: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
	background-color: transparent;
}

.footer a{
  text-decoration: none;
  color: black;
}

table{
  border-width: thin; 
  border-color: navy;
  clear: both;
}

td {
	font-size: 10pt;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.footer a:hover{
  color: white;
}

.footer{
	position: relative;
	width: 800px;
	text-align: center;
	font-size: 60%;
	font-face: arial, sans-serif;
	color: black;
    background: url(images/bottom.jpg);
	height: 13px;
	clear: both;
}
