@charset "UTF-8";
.portal_leftshadow {
	background-image: url(images/portal_leftshadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.portal_rightshadow {
	background-image: url(images/portal_rightshadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.navigation:active {
	color: #F8F1DB;
	text-decoration: none;
}
.navigation:link {
	color: #F8F1DB;
	text-decoration: none;
}
.navigation:hover {
	color: #C6975B;
	text-decoration: underline;
}
.navigation:visited {
	color: #F8F1DB;
	text-decoration: none;
}
.navigation {
	color: #F8F1DB;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #23140B;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F8F1DB;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #ECC090;
}
h1 {
	font-size: 34px;
	text-align: center;
}
