@charset "utf-8";
body {
	background-image: url(back.jpg);
	margin: 0px;
	height: 100%;
	background-position: left top;
	background-color: #000000;
	background-repeat: no-repeat;
}
.container {
	height: 100%;
	width: 852px;
	margin-left: 192px;
}
h2 {
	font-weight: bold;
	color: #6D3D29;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 16px;
}


.navigation {
	height: 52px;
	width: 852px;
}
.sidebarright {
	float: right;
	margin-left: 20px;
	width: 150px;
	text-align: right;
}

.content {
	text-align: left;
	width: 732px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 287px;
	background-position: top;
	height: 100%;
	padding-right: 70px;
	padding-left: 50px;
	background-image: url(images/contentback.png);
	padding-top: 20px;
}
.brownbolded {
	font-weight: bold;
	color: #703E27;
}
.redbolded {
	font-weight: bold;
	color: #A42B18;
}

a {
	color: #AC2C00;
	text-decoration: none;
}
a:visited {
	color: #A94100;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

.footer {
	font-family: "Gill Sans MT", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #462A15;
	text-align: center;
	width: 100%;
}
.photoleft {
	float: left;
	margin-right: 15px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	line-height: 150%;
}
.orange_italic {
	font-style: italic;
	color: #AC2C00;
}


.clearfix {
	clear: both;
}
.smallprint {
	font-size: 9px;
	text-align: center;
}
.centered {
	text-align: center;
}
.tablep {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	line-height: 150%;
}
.contentlightback {
	border: thick solid #7E7A6D;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-image: url(images/contentlightback.png);
	background-repeat: repeat;
}
