/* CSS Document */

.body {	padding: 0px; margin: 0px; font-family: Garamond, Georgia, "Times New Roman" }

#banner {
	position:absolute;
	float:left;
	width: 99%;
	left: 0px;
	top: 5px;
	background-image: url(resources/headerborder.gif);
	background-repeat: repeat-x;
	height: 40px;
	margin: 0px;
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 22px;
	font-variant: normal;
	text-indent: 5px;
	padding-top: 5px;
	font-weight: normal;

}
.bannerlink {
	position:absolute;
	text-align: center;
	padding: 2px 5px 2px 5px;
	margin: 0px;
	top: 13px;
	float: right;
	font-size: 14px;
	height:18px;
	right: 18px;
	font-variant: small-caps;
}
.bannerlink a:link, .bannerlink a:visited {
	color:#333333;
	text-decoration: none;
}
.bannerlink a:hover, .bannerlink a:active {
	color:#990000;
	text-decoration: underline;
}

.small {font-size: 12px}
.mauve {color: #993333}