﻿@import url('layout.css');
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #916966;
}
.imgCenter {
	text-align: center;
}
.txtTableJustified {
	text-align: justify;
}
.calTableImage {
	background-image: url('../calendar/images/calendar.gif');
	background-repeat: no-repeat;
}
.tblIndentLeft {
	margin-left: 20px;
	width: 90%;
}
#container {
	width: 770px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;
	background-color: #ffffff;
}
#masthead {
	text-align: center;
	width: 750px;
	padding: 10px;
	border: 1px solid #725972;
	background-color: #BDBFA6;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
	border-right-style: solid;
}
#content {
	margin: 10px;
	float: left;
	width: 600px;
}
#footer {
	text-align: center;
	clear: both;
	width: 750px;
}
#subLinks {
	margin: 5px;
	text-align: left;
	clear: both;
	float: right;
}
#flashcontent {
	width: 540px;
	height: 525px;
}
/* Masthead Styles */
#masthead h1 {
	font: normal normal bold xx-large Georgia;
	color: #008000;
}
#masthead h3 {
	color: #4F6D49;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #D4D0C3;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px #fff solid;
	background-color: #8F8586;
}
/* Content Styles */
h6 {
	color: #503750;
}
h5 {
	color: #503750;
}
h4 {
	color: #503750;
}
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content h1 {
	color: #503750;
}
#content img {
	padding: 0px;
	border: 0px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: none;
}
#footer a:hover {
	color: #402640;
	text-decoration: underline;
}
/* About Us Link Styles */
#aboutLinks p {
	color: #808080;
}
#aboutLinks a {
	color: #503750;
	text-decoration: none;
}
#aboutLinks a:hover {
	color: #402640;
	text-decoration: underline;
}


a {
	color: #402640;
	text-decoration: underline;
}
.colAlignRight {
	text-align: right;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.txtUpcomingEventsSubTitle {
	font-style: italic;
}
.contentParagraph {
	text-align: justify;
	margin-left: 20px;
}
.txtUpcomingEventsTitle {
	font-weight: bold;
}
.txtSong {
	font-style: italic;
}
.colTop {
	vertical-align: top;
}