body {
	height: 100%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
}
#superwrapper {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 881px;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}
#header {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #eeeeee;
	text-shadow: 0px 1px #333333;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	width: 839px;
	background-color: #e72017;
}

#wrapper {
	min-height: 530px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 840px;
	height: 100%;
	background-color: white;
}

#navbar {
	margin-left: 1px;
}

#navbar a {
	text-shadow: 0px -1px #333333;
	border-right-color: white;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: white;
	border-bottom-color: #dddddd;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-top-width: 1px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	width: 175px;
	color: white;
	background-color: black;
	text-decoration: none;
	display: block;
}

#navbar a.selected {
	border-right-color: white;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: white;
	border-bottom-color: #dddddd;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-top-width: 1px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	width: 175px;
	color: white;
	background-color: #be1913;
	text-decoration: none;
	display: block;
}

#navbar a:hover {
	border-right-color: white;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-color: white;
	border-bottom-color: #be1913;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-top-width: 1px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: left;
	width: 175px;
	color: #eee0db;
	background-color: black;
	text-decoration: none;
	display: block;
}

#content p {
	margin-bottom: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}

#content p.newshead {
	margin-top: 40px;
	text-shadow: 1px 1px #666666;
	color: #a9000b;
	z-index: -1;
	font-family: cursive;
	font-size: 36px;
}

.imgright {
	float: right;
}

.imgleft {
	float: left;
}

#content a {
	border-bottom-color: #a9000b;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #a9000b;
	text-decoration: none;
}

#content a:hover {
	border-bottom-color: #a9000b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #a9000b;
	text-decoration: none;
}

#footer {
	color: white;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #7d0008;
	font-size: 8px;
}

p#labels {
	background-color: #cccccc;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-weight: bold;
}

p.row {
	margin-bottom: 20px;
	margin-top: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #eeeeee;
}

#content span {
	height: 100%;
	width: 30%;
	top: 0px;
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

#content span.script {
	padding-right: 40px;
	padding-left: 40px;
	border-right-style: dotted;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
	border-left-style: dotted;
	border-right-width: 1px;
	border-left-width: 1px;
}

