* {
	border: 0px;
}

.container {
	width: 950px;
	background-image: url(graphics/BGswatch.jpg);
}
/* page divs */
.top {
	width: 950px;
	height: 180px;
	background-image: url(graphics/top_logo_1.jpg);
}

.bottom {
	width: 950px;
	height: 266px;
	background-image: url(graphics/bottom-footer.jpg);
}

.sideNav {
	width: 245px;
	border-right: 5px;
	border-color: #530000;
	border-style: solid;
	margin-top: 25px;
	height: auto;
	background-image: url(graphics/BGswatch.jpg);
	float: left;
	text-align: left;
}

.mainSection {
	width: 700px;
	height: auto;
	background-image: url(graphics/BGswatch.jpg);
	float: right;
	text-align: left;
}

.clearFloat {
	clear: both;
}

/* typography */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #530000;
	text-align: left;
	background-image: url(graphics/wood053.jpg);
}

p {
	text-indent: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bolder;
}

td {
	font-weight: bolder;
}

h2 {
	text-indent: 20px;
}

h3 {
	text-indent: 20px;
}

h4 {
	text-indent: 20px;
}

.bottomPad {
	padding-bottom: 10px;
}

a {
	color: #990000;
	text-decoration: none;
}

a:visited {
	color: #990000;
	text-decoration: none;
}

a:active {
	color: #990000;
	text-decoration: none;
}

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

.li-padding {
	padding-right: 20px;
}

.announceList-ul {
	font-size: larger;
}

.announceList-heading {
	padding-left: 15px;
}

.sideNav a {
	font-size: 20px;
	font-weight: bold;
}

.bold1 {
	font-size: 20px;
	font-weight: bold;
}

.bold_P {
	font-size: 18px;
	font-weight: bold;
}

.bold_PUL {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

.italic1 {
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

.tag1 {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}

#rateTable {
	font-weight: bold;
	font-size: larger;
	padding: 5px;
}

.smaller {
	font-size: smaller;
}

#calendarTable {
	font-weight: bold;
}

.calDate {
	font-size: 20px;
	font-variant: small-caps;
	text-decoration: underline;
}

.bigWarn {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.redNotice {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.smallCaption {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

/* deco */
.frontPic {
	border: double;
	border-color: #530000;
	border-width: thick;
}

/* ccMail includes styling... */
.button{
	background-color: #FCFCFC;
	border: #AAAAAA 1px solid;
	color: #000000;
	font: 12px "Times New Roman", Times, serif;
	text-align:center;
	background-image : url(images/button.gif);
}

.tbox{
	background-color: #FCFCFC;
	border: #A7A7A7 1px solid;
	color: #000000;
	font: 12px "Times New Roman", Times, serif;
}
.tbox_max{
	background-color: #FCFCFC;
	border: #A7A7A7 1px solid;
	color: #000000;
	font: 12px "Times New Roman", Times, serif;
}

.regNote {
	border: solid;
	border-color: red;
	padding: 5px;
	color: red;
	font-weight: bold;
	font-size: larger;
	width: 600px;
	text-align: center;
}

.imgCap {
	font-size: smaller;
	font-style: italic;
}

.bonusNote {
	border: solid;
	border-color: green;
	padding: 5px;
	color: green;
	font-weight: bold;
	font-size: larger;
	width: 600px;
	text-align: center;
}

.bonusNoteFront {
	border: solid;
	border-color: green;
	padding: 5px;
	color: green;
	font-weight: bold;
	width: 600px;
	text-align: center;
}

table.memorial { 
	width: 90%; 
	margin: auto;
	padding: 2px; 
	background-color: gray;
	color: white;
	border: double;
	border-width: medium;
	border-color: white;
	font-weight: bold;
	text-align: center;
	}
	
table.memorial td { 
background-color: black;
width: 50%;
	}

