body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a {
	color: #FFF;
}
a:visited {
	color: #CCC;
}
a:hover {
	color:#FF933D;
}
.intro {
	font-size: 14px;
	text-align: justify;
	padding-left: 16px;
	padding-right: 11px;
	line-height: 17px;
	margin-top: 6px;
}
.home_yourstory {
	padding: 2px 8px 14px;
	border: 1px solid #333;
	margin-top: 12px;
}
.homepics {
	float: left;
	margin-right: 8px;
}
.blurbs {
	padding-right: 13px;
	text-align: right;
	margin-top: 0px;
}
.storytitle {
	margin-bottom: 6px;
}
.dividerLine, .storydividerLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 780px;
	margin-left: 0px;
	margin-right: 10px;
}
.storydividerLine {
	width: 100%;
	margin-top: 10px;
}
.mainContent {
	padding: 8px 14px 8px 8px;
	text-align: justify;
}
/* -------------- Event Listings ------------*/

.eventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999900;
}
.eventTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.eventLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.eventsHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.eventsDay{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF933D;
}
.eventComments{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}
.textField {
	background-color: #2D2D2D;
	border: 1px solid #999;
	margin-bottom: 6px;
	color: #FFF;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navlink {
	font-size: 14px;
}
.smalltext {
	font-size: 10px;
}
.guestbookFields {
	font-weight: bold;
}
.highlightedText {
	color: #FF923B;
	font-weight: bold;
}
/* -------------------------- Links Page ----------------------------- */
.linksHeader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.linksLink{
	font-size: 12px;
	text-decoration: underline;
}
.linksLink:visited {
	font-size: 12px;
	text-decoration: underline;
}
.linksDescription {
	font-size: 11px;
}

