body {
	background-color: #660000;
	margin: 0px;
	/* font-family: Garamond, Georgia, "Times New Roman", serif; */
	font-family: "Century Gothic", Arial, sans-serif;
	color: #000000;
	background-image: url(background.jpg);
}


#entirescreen {
	width: 775px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 2px solid #ffcc66;
	background-color: #cc9966;
	overflow: hidden;
}

#headerdiv {
	width: 775px;
	height: 108px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#subheaderdiv {
	width: 775px;
	height: 40px;
	background-color: #cc9966;
}

#linksdiv {
	width: 661px;
	height: 40px;
	float: left;
	text-align: center;
}

#linksdiv img {
	border: 0px;
}

#bethdiv {
	width: 114px;
	height: 40px;
	float: right;
}

#middlediv {
	width: 775px;
	height: auto;
	background-color: #cc9966;
}

#contentdiv {
	float: left;
	height: auto;
	width: 579px;
	font-size: 13px;
	padding-left: 8px;
	padding-right: 5px;
	margin-bottom: 0px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
	overflow: auto;
	z-index: 10;
}

#contentdiv a:link, #contentdiv a:visited, #contentdiv a:active{
	color: #660000;
	text-decoration: none;
}
#contentdiv a:hover {
	color: #000000;
	text-decoration: underline;
}

#contentdiv p {
	text-align: left;
}

#contentdiv h1 {
	font-size: large;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
/*	color: #ffcc66; */
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contentdiv ul {
	font-size: small;
	list-style-type: circle;
}

#contentdiv img {
	border: thin solid #000000;
}


#sidebardiv {
	float: left;
	height: auto;
	width: 183px;
	padding-bottom: 9999px;
	margin-bottom: -9999px;
}

#sidebardiv img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#sidebardiv .imageright {
	float: right;
	margin-right: 10px;
}


.highlight {
	font-size: medium;
	margin: 0px;
	padding: 0px;
	/*	color: #ffcc66; */
	color: #000000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footerdiv {
	width: 759px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	clear: both;
	height: auto;
	color: #000000;
	margin: 0px;
	font-size: 11px;
}

#footerleft {
	width: 50%;
	height: auto;
	float: left;
	text-align: left;
}

#footerright {
	width: 50%;
	height: auto;
	float: right;
	text-align: right;
}

#footerdiv a:link, #footerdiv a:visited, #footerdiv a:active {
	text-decoration: none;
	color: #660000;
}

#footerdiv a:hover {
	color: #000000;
	text-decoration: underline;
}

.imageright {
	float: right;
	margin: 5px;
	border: thin solid #000000;	
}

.slideshow {
	background-color: #cc9966;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 268px;
	width: 360px;
	border: thin solid #000000;
}

#credit {
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	color: #FFCC66;
	font-weight: bold;
}

#credit a:link, #credit a:visited, #credit a:active {
	text-decoration: none;
	color: #FFCC66;
}

#credit a:hover {
	text-decoration: underline;
	color: #FFCC66;
}

#splashentirescreen {
	background-color: #cc9966;
	margin: 0px;
	padding: 0px;
}

#splash {
	height: auto;
	width: 400px;
	padding: 5px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
	text-align: center;
}

#splash a:link, #splash a:visited, #splash a:active{
	text-decoration: none;
	color: #660000;
}

#splash a:hover {
	color: #660000;
	text-decoration: underline;
}