@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(images/back.jpg);
	background-repeat: repeat;
	margin: 0px;
}
.container {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contentback.jpg);
	background-repeat: repeat;
}
.navigation {
	height: 288px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
}

.content {
	width: 765px;
	margin-left: 50px;
}
.bordered {
	padding: 2px;
	border: thin solid #C82128;
	display: block;
    margin-left: auto;
    margin-right: auto 
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #000033;
}
.boldedblue {
	font-weight: bold;
	color: #090E4A;
}


.clearfix {
	clear: both;
	height: 1px;
}
.footer {
	height: 215px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footerback.png);
	background-repeat: no-repeat;
	position: relative;
}
.footertext {
	float: right;
	margin-top: 175px;
	margin-right: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 10px;
	color: #000000;
}
.pagetitle {
	height: 52px;
	width: 880px;
	background-image: url(images/title_none.jpg);
	background-repeat: repeat;
}
.sidebar {
	float: right;
	width: 225px;
	margin-right: 50px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	line-height: 175%;
}
a {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #00663F;
	text-decoration: underline;
}
a:visited {
	color: #990000;
}
a:active {
	color: #CE2127;
}
.floatright {
	float: right;
	margin-left: 20px;
}

.boldedred {
	font-weight: bold;
	color: #CA252B;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
}
.excerpt {
	line-height: 150%;
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
}
.floatleft {
	float: left;
	margin-right: 25px;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	line-height: 150%;
}
.centeredblock {
	display: block;
    margin-left: auto;
    margin-right: auto;
	}h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #CD2026;
}
.tablep {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	line-height: 175%;
}
