@charset "utf-8";
body {
	background-repeat: repeat;
	height: 100%;
	background-image: url(images/backdrop.jpg);
}
.container {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contentback.jpg);
	background-repeat: repeat;
}
.footertext {
	font-family: georgia;
	font-size: 10px;
	color: #151328;
	text-align: center;
}

.clear {
	clear: both;
	height: 1px;
}
.content {
	width: 540px;
	padding-right: 30px;
	padding-left: 30px;
	float: left;
}
.sidebar {
	float: right;
	width: 200px;
	padding-right: 10px;
}

.nav {
	float: left;
	height: 371px;
	width: 231px;
}
.header {
	float: right;
	height: 375px;
	width: 579px;
}
.footer {
	height: 167px;
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
}
.centered_border {
	align: center;
	padding: 3px;
	border: thin solid #2F3E5D;
}
.tabletext {
	text-align: center;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 185%;
	color: #1C192C;
}
a {
	color: #993300;
	text-decoration: none;
}
.margined {
	padding-right: 20px;
	padding-left: 20px;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 175%;
	color: #1C192C;
	list-style-image: url(images/bulletred.png);
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.subhead {
	font-weight: bold;
	color: #C5203E;
}
.sidebartext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 150%;
	color: #1C192C;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #BF1230;
}
.bluehighlight {
	font-style: italic;
	font-weight: bold;
	color: #000066;
}
.brownhighlight {
	font-style: italic;
	font-weight: bold;
	color: #CB5F05;
}
.excerpt {
	background-color: #E3E2E4;
	text-align: justify;
	height: auto;
	width: 400px;
	border: thin dotted #A39EA5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 165%;
	color: #000000;
	display: block;
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contentfull {
	width: 750px;
	padding-right: 30px;
	padding-left: 30px;
}
.tablep {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 125%;
	color: #1C192C;
}
a:hover {
	text-decoration: underline;
}
.floatleftwborder {
	float: left;
	margin-right: 10px;
	border: thin solid #999999;
	padding: 2px;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8px;
}
.left {
	float: left;
	width: 210px;
	margin-right: 5px;
	margin-left: 50px;
}
.right {
	float: right;
	width: 430px;
	margin-right: 50px;
	margin-top: 0px;
}
.clear {
	clear: both;
	height: 1px;
	width: 250px;
}
