body {
	margin: 15px 0px;
	padding: 0px;
    font-family: helvetica, arial, san-serif;
	font-size: 15px;
	color: #443266;
	}
#main {

	background-color: #c3c3e5;
	width: 800px;
	height: 700px;
	margin: 0 auto;

	}
#head {
	background-color: #443266;
	width: 800px;
	height: 100px;
	padding: 0px;
	}
#nav {
	background: white;
	width: 778px;
	padding: 10px;
	border: 1px solid #443266;
	}
#content {
	position: relative;
	width: 788px;
	height: 500px;
	margin: 0px auto;
	padding: 5px;
	border: solid 1px #443266;
	}	
#foot {
	background-color: #443266;
	padding: 10px;
	color: white;
	clear: both;
	}
a {
	text-decoration: none;
	color: #8c489f;
	}
a:link{
	font-weight: bold;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a:active {
	font-style: italic;
	}
h1 {
	font-size: 26pt;
	color: white;
	padding: 20px;
	}
h2, h3 {
	color: black;
	}
.highlight {
	color: #8c489f;
	font-weight: bold;