body
{
	background-color: #121318;
	color: #ffffff;
	font-family: verdana, tahoma, arial, "times new roman";
	font-size: 16px;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 40px;
}

a
{
	color: #ffffff;
	text-decoration: underline;
}

#viewport {
	border: 1px #fac75a solid;
	width: 778px;
	background-color: #480e0d;
	position:relative; background-image:url(../images/bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.address {
	position: relative;
	left: 0;
	z-index: 20;
	line-height: 155%;
	color: #330b0b;
	text-align: right;
	font-size: 14px;
	padding-right: 9px;
	padding-top: 2px;
}

.address a {
	color: #330b0b;
}

.announcement {
	font-size: 18px;
	font-weight: bold;
	padding-left: 35px;
	text-align: center;
}

.bg {
	position: relative;
	top: 0;
	left: 0;
	z-index: 10;
}

.content {
	font-size: 16px;
	text-align: left;
	padding: 40px;
	padding-left: 60px;
	padding-top: 30px;
}

.contentsmaller {
	font-size: 14px;
	text-align: left;
	padding: 40px;
	padding-left: 60px;
	padding-top: 30px;
}

.copy {
	padding-top: 110px;
	width: 452px;
	vertical-align: top;
	text-align: center;
}

.footer {
	border-top: 1px #fac75a solid;
	background-color: #320b0a;
	position: relative;
	color: #b08b8a;
	text-align: center;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.header {
	border-bottom: 1px #fac75a solid;
	background-color: #320b0a;
	color: #b08b8a;
	padding-left: 10px;
	text-align: left;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 766px;
}

.main {
	position: relative;
	left: -3px;
	z-index: 20;
	text-align: left;
	padding: 5px;
	padding-left: 0;
}

.nav {
	padding-top: 400px;
	width: 324px;
	vertical-align: top;
}

.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

.nav ul li a {
	display: block;
	margin: 0;
	padding: 0 0 0 1px;
	background-color: #664544;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	border-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #200606;
}

.nav ul li a span {
	display: block;
	padding: 10px 5px 12px 15px;
	border-width: 0;
	border-top-width: 1px;
	border-top-style:solid;
	background-color: #664544;
	border-color: #7e5655;
	color:#ffffff;
}

.nav ul.current li a, .nav ul.current li a span {
	background-color: #997a78;
	color: #330b0b;
	font-weight: bold;
}

.nav a:hover, .nav a:hover span {
	background-color: #2f0809;
}

.nav ul.current a:hover, .nav ul.current a:hover span {
	background-color: #997a78;
	color: #330b0b;
	font-weight: bold;
	cursor: default;
}

.sunburst {
	padding-bottom: 20px;
}

.title {
	position: relative;
	top: -470px;
	margin-bottom: -470px;
	left: 0;
	z-index: 20;
	color: #330b0b;
	text-align: right;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	padding-right: 9px;
	padding-top: 5px;
}



