﻿/******** Global Styles ********/

a {
	font-family: garamond, times new roman, georgia;
	color: #8B2A24;
	text-decoration: none;
}/* a */

a:hover {
	text-decoration: underline;
}/* a:hover */

/********/

body {
	background-color: #EEE8BD;
	margin-top: 0px;
	margin-bottom: 0px;
}/* body */

/********/

table {
	border-collapse: collapse;
	border-spacing: 0px;
}/* table */

/********/

td {
	padding: 0px 0px;
}/* td */

body, div, td {
	font-family: garamond, times new roman, georgia;
	font-size: 12pt;
	color: #503226;
}/* body, div, td */

/********/

hr {
	height: 1px;
	color: #4F3125;
}/* hr */

/******** Cell Styles ********/

.header-cell {
	position: absolute;
}/* header-cell */

/********/

.logo-cell {
	position: relative;
	top: -15px;
	left: -20px;
}/* logo-cell */

/********/

.padded-cell {
	padding: 20px 20px;
}/* padded-cell */

/********/

.menu-banner {
	width: 800px;
	height: 30px;
	background-color: #8B2A24;
}/* menu-banner */

/********/

.inset {
	background-color: #C9C293;
	padding: 20px 5px;
}/* inset */

/******** Table Styles ********/

.page-table, .page-item {
	width: 100%;
	height: 100%;
}/* page-table, page-item */

/********/

.row-table, .row-item {
	width: 100%;
}/* row-item */

/********/

.main-table {
	width: 800px;
	height: 100%;
}/* main-table */

/********/

.body-table {
	width: 100%;
	background-color: #B4AF7E;
}/* body-table */

/********/

.content-table {
	width: 840px;
	background-color: #A29D69;
}/* content-table */

/******** Text Styles ********/

.announcement-text, .announcement-smallprint, .announcement-header {
	font-family: garamond, times new roman, georgia;
	font-size: 12pt;
	font-weight: bold;
	color: #503226;
}/* announcement-text */

.announcement-smallprint {
	font-size: 8pt;
}/* announcement-smallprint */

.announcement-header {
	font-size: 14pt;
}/* announcement-header */

/********/

.news-header {
	font-family: garamond, times new roman, georgia;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	color: #8B2A24;
}/* news-header */

/********/

.news-text {
	font-family: garamond, times new roman, georgia;
	font-size: 12pt;
	color: #503226;
}/* news-text */

/********/

.footer-text {
	font-family: garamond, times new roman, georgia;
	font-size: 11pt;
	color: #503226;
}/* footer-text */

/******** Miscellaneous Styles ********/

.vertical-divide {
	width: 1px;
	background-color: #999347;
}/* vertical-divide */

/********/

.footer-divider {
	color: #8B2A24;
	width: 20px;
	text-align: center;
	font-weight: bold;
}/* footer-divider */

/********/

.menu-divider {
	color: white;
	width: 30px;
	text-align: center;
}/* menu-divider */

/********/