@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1B2B2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #212C33;
}
*
{
margin: 0;
padding: 0;
}

#container {
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#mainContent {
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
}
#footer {
	background-color: #71A793;
	padding: 0;
	margin-top: 10px;
}
#supervisors {
	float: right;
	padding: 8px;
	margin-left: 10px;
	border: medium solid #66A1AE;
}
#supervisors h2 {
	text-align: center;
}
h1, h2, h3 {
	font-size: 18px;
	padding-bottom: 5px;
}
p {
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 5px;
}
ul {
	font-size: 14px;
	line-height: 1.6em;
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tenpoint {
	font-size: 10px;
	color: #660000;
}
.bold {
	font-weight: bold;
}
.footnote {
	font-size: 12px;
}
a:link {
	color: #660000;
}
a:visited {
	color: #660000;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#copyright  a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#supervisors p {
	font-size: 12px;
}
