@charset "UTF-8";
h1 {
	font-family: Helvetica;
	font-size: 16px;
	color: #900;
}
h2 {
	font-size: 14px;
	color: #900;
	text-align: center;
}
/* CSS Document */

#outerwrapper {
	background-image: url(masterfiles/insideback.png);
	background-repeat: repeat;
	background-position: left top;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#bodyarea {
	float: right;
	width: 600px;
	padding-left: 15px;
}
#navarea {
	float: left;
	width: 350px;
}
body,td,th {
	font-family: Helvetica;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #000033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2B409A;
}
a:hover {
	text-decoration: underline;
	color: #EC0A13;
}
a:active {
	text-decoration: none;
	color: #2A3F99;
}
.smallertext {
	font-size: 12px;
}

