﻿h1.header {
	font-family: Papyrus;
	font-weight: bold;
	color: #660000;
	padding: 0;
	margin: 0;
}
body {
	background-image: url('../images/tile.jpg');
}
.highlightit img {
	border: 1px solid #E1DBB9;
}
.highlightit:hover img {
	border: 1px solid black;
}
.highlightit:hover {
	color: red; /* Dummy definition to overcome IE bug */
}
div.container {
	font-family: Papyrus;
	font-weight: bold;
	color: #000000;
	width: 100%;
	margin: 0px;
	border: 1px white;
	line-height: 150%;
}
div.left {
	font-size: medium;
	float: left;
	width: 250px;
	margin: 0;
	padding: 1em;
	color: #660000;
}
div.content {
	margin-left: 255px;
	border-left: 1px white;
	padding: 1em;
}
div.QRIfooter {
	font-family: Papyrus;
	font-weight: bold;
	color: #660000;
	font-size: medium;
	clear: left;
}
.ds2 {
	font-weight: bold;
}
.Not_Bold {
	font-weight: normal;
}
.large_centered {
	text-align: center;
	font-size: x-large;
	color: #660000;
}
.large_black_centered {
	text-align: center;
	font-size: large;
	color: #000000;
}
.medium_centered {
	text-align: center;
	font-size: medium;
	line-height: 1.3;
}
.medium_left {
		color: #660000;
}
.small_centered {
	text-align: center;
	font-size: xx-small;
	line-height: 1.3;
}
.left_nosize {
	text-align: left;
}
.right_nosize {
	text-align: right;
}
a:link {
	color: #660000;
}
a:visited {
	color: #666600;
}
a:focus {
	color: #800080;
}
a:hover {
	color: black;
	font-size: 103%;
}
a:active {
	color: #FF0000;
}