body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
}
a {
	color: #7F0510;
}

body {
	background-color: #7F0510;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.texthightlight {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.imagealignright {
	float: right;
	margin-left: 10px;
	border: 1pt solid #7F0510;
}

.imagealignleft {
	float: left;
	margin-right: 10px;
	border: 1pt solid #7F0510;
}
.imageborder {
	border: 1pt solid #7F0510;
}
#wrapper {
	width: 800px;
}
#nav {
	height: 35px;
}
#header {
	height: 210px;
}
#title {
	height: 65px;
}
#content {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 58px;
	padding-right: 58px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 18pt;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 70px;
}
