html {
	font-family: Georgia;
	font-size: 12px;}
	
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;}
	
h1 {
	font-size: 24px;
	color: #92231e;}
	
h2 {
	font-size: 22px;
	color: #cb8a0e;}
	
h3 {
	font-size: 20px;
	color: #92231e;}
	
.newsItem h3 {
	color: black;}
	
h4 {
	font-size: 18px;
	color: #cb8a0e;}
	
h5 {
	font-size: 16px;
	color: #92231e;}
	
h6 {
	font-size: 14px;
	color: #cb8a0e;}
	
a:link, a:visited {
	text-decoration: none;
	color: #92231e;
	font-weight: bold;}
	
a:hover {
	text-decoration: underline;}
	
#header {
	color: white;
	font-size: 40px;}
	
#contactInfo h3, h4 {
	font-family: verdana;
	color: white;}
	
#contactInfo h3{
	font-size: 12px;}
	
#contactInfo h4{
	font-size: 11px;
	font-weight: normal;
	margin-top: 3px;}
	
#navContent ul, #bottomContent ul {
	margin: 0;
	padding: 10px 0 10px 10px;}
	
#navContent ul li a:link, #navContent ul li a:visited {
	text-decoration: none;
	color: white;}
	
#navContent ul li a:hover {
	text-decoration: underline;}
	
#navContent ul li, #subNavContent ul li {
	display: inline;
	border-right: 1px solid white;
	color: white;
	padding: 0 5px 0 5px;
	text-transform: uppercase;}
	
#navContent ul li.last, #bottomContent ul li.last, #subNavContent ul li.last {
	border-right: none;}
	
#bottomContent ul {
	text-align: right;}
	
#bottomContent ul li {
	display: inline;
	font-size: 11px;
	border-right: 1px solid #8a4e46;
	color: #8a4e46;
	padding: 5px 5px 0 5px;
	text-transform: uppercase;}
	
#bottomContent h6 {
	font-size: 11px;
	font-weight: normal;
	font-family: verdana;
	color: #8a4e46;
	text-align: right;}
	
#subNav ul {
	margin: 0;}
	
#subNav ul li {
	margin: 0;
	padding: 0;
	list-style: none;}
	
#sideContent ul{
	margin: 0;
	padding: 0;}
	
#sideContent ul li {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #d0b9b4;}
	
.newsitem {
	border-bottom: 1px solid black;
	padding: 5px;
	font-family: Georgia;}
	
.newsitem h4 {
	color: #92231e;
	font-family: Georgia;
	font-size: 15px;}
	
.deleteButton {
	float: right;
	color: white;
	border: 1px solid black;
	background: #92231e;
	display: block;}
	
/* ====================================================== Any Page Styles ========================================== */

.borderBottom {
	border-bottom: 1px solid #d0b9b4;
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;}