@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: center center;
	margin: 0;
	padding: 0;
}
#stripebg {
	background-image: url(images/darkstripe.gif);
	background-repeat: repeat;
	background-position: 150px 150px;
	width: 100%;
	z-index: 0;
	height: 400px;
	margin-right: 0px;
	margin-left: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 150px;
}
#content {
	z-index: 2;
	width: 800px;
	top: 130px;
	background-image: url(images/cream-bg.gif);
	background-repeat: repeat;
	background-position: 0px 130px;
	margin: 0 auto;
}
#footer {
	background-image: url(images/index-lower.png);
	height: 321px;
	width: 860px;
}
#sidetext {
	text-align: right;
	padding: 0;
	margin: 0;
}
.largewhiteheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #FFFFFF;
	font-variant: small-caps;
}
.creamindextext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ddd6b3;
	line-height: 16px;
}
.indexlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #ddd6b3;
	text-decoration: underline;
}
.douglassemergency {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #003300;
}
.highlandemergency {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #003300;
}
.parktowneemergency {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #336699;
}
.orchardemergency {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #660000;
}
