@charset "UTF-8";
body {
	background-color: #973806;
	margin: 0px;
	padding: 0px;
}
#header {
	height: 204px;
	width: 910px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto;
}
.whitetxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#info {
	width: 500px;
	text-align: right;
	float: right;
	margin-top: 130px;
	margin-right: 20px;
}
#content {
	width: 910px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#subcontent {
	width: 860px;
	margin: 0 auto;
}
.bodycopy {
	font-family: "Trebuchet MS", Geneva, Helvetica;
	font-size: 12px;
	color: #330000;
	line-height: 22px;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 33px;
}
a.links {
	font-family: "Trebuchet MS", Geneva, Helvetica;
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a.links:hover {
	color: #4A0001;
}

#outerdiv
{
width:360px;
height:420px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top:-110px;
left:-10px;
width:360px;
height:480px;
}