body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	background-color: #5D381B;
	margin-top: 20px;
}
h1 {
	font-size: medium;
	color: #ffffff;
}
h2 {
	font-size: small;
	color: #ffffff;
	background-color: #AF1619;
	padding: 5px;
}
h3 {
	font-size: small;
	color: #AF1619;
}
a:link, a:visited {
	color: #ccc;	
}
a:hover {
	color: #AF1619;	
}
#pagecontainer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #B61A1E;*/
	background-color: #442105;
	margin-top: 20px;
	
}
#pagecontent {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*#header {
	height: 130px;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}*/

.clearboth {
	clear: both;
}
#copyright {
	clear: both;
	text-align: center;
	font-size: xx-small;
	color: #FFFFFF;
}
#copyright a {
	color: #FFFFFF;
	text-decoration: underline;
}
#copyright a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.imgborder {
	border: 1px solid #000;
}
/*.imgcaption320left {
	width: 320px;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
	float: left;
	text-align: center;
}
.imgcaption320 {
	width: 320px;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
	float: right;
	text-align: center;
}
.imgcaption195left {
	float: left;
	width: 195px;
	text-align: center;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
}
.imgcaption195{
	float: right;
	width: 195px;
	text-align: center;
	font-size: x-small;
	line-height: normal;
	font-style: italic;
}
.rightalign {
	text-align: right;
	float: left;
	width: 150px;
	padding-right: 5px;
}
.nobullet {
	list-style-type: none;
}
.highlight {
	font-weight: bold;
	font-style: italic;
}*/

/*.nav_tab {*/ /* this is used to position the nav.  An image is used for the background of the navigation */
/*	margin-left: 1px;
	display: inline;
	text-align: center;
}
.leftfooter {
	float: left;
	height: 35px;
	width: 170px;
	background-color: #972F30;
}

.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
} 

*/

