body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-color: #996666;

}
#maintable {
    border: 2px solid black;
	line-height: 1.5em;
	width: 720px;
}

#maintable td {
    vertical-align: text-top;
}

#maincontent {
    font-size: 80%;
	padding: 40px;
}

#maincontent a:link{
    text-decoration: underline;
    color: #000000;
}

#maincontent a:hover{
    text-decoration: none;
    color: #FFFFFF;
}
#footer {
    font-size:75%;
	background: #000000;
	color: #FFFFFF;
}

#topnav {
    font-size:85%;
	td width:50px;
	background: #FFFFFF;
	color: #000000;
	horizontal-align: text-center;
}

#topnav a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	
}

#topnav a:hover {
    color: #996666;
	text-decoration: underline;
}
#topnav a:visited {
    color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#header {
    width: 720px;
	cellpadding: 0px;
}

#subheader1{
    width: 600 px;
	align: left;
}

#subheader2 {
    width: 120px;
}

h1 {font-size: 150%}

#evaluation td {
    vertical-align: text-middle;
}

#evaluation {
    font-size: 90%;
	padding: 5px;
}	
