@charset "UTF-8";
/* CSS Document */


body {
	background-image: url('images/tile.jpg');
	margin-top: 0px;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #3D154B;
	line-height: 1.5em;
}
h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 21px;
	color: #3D154B;
}
.footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	color: #C0C0B7;
}
.sub_head {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 17px;
	color: #999999;
	font-weight: bold;
	line-height: 1.5em;
}
.block {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #FBF9F1;
	font-weight: bold;
	line-height: 1.5em;
}
.block a:link {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #4B5539;
	font-weight: bold;
	line-height: 1.5em;
}
.block a:visited {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #4B5539;
	font-weight: bold;
	line-height: 1.5em;
}
.block a:active {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #4B5539;
	font-weight: bold;
	line-height: 1.5em;
}
.block a:hover {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #993300;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: underline;
}
.sidebar {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	color: #3D154B;
	font-weight: bold;
	line-height: 1.5em;
}
a:link {
	color: #AA1948;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AA1948;
}
a:hover {
	text-decoration: underline;
	color: #FF0066;
}
a:active {
	text-decoration: none;
	color: #AA1948;
}

