/* ================================================== 2008 Cleanup Hide Class ================================================== */

.hide {
	display: none;}

/* ================================================== Universal Font Setup ================================================== */
html {
	font-family: Arial;
	font-size: 12px;}
	
p {
	margin: 0;
	font-size: 12px;}
	
a:link, a:visited {
	color: #907041;
	text-decoration: none;}
	
a:hover {
	color: #907041;
	text-decoration: underline;}
	
ol {
	font-size: 12px;
	list-style-type: decimal;}
	
ul {
	font-size: 12px;
	margin: 0 0 0 10px;
	padding: 0;}

li {
  list-style-type: none;}
	
/* ================================================== Positioning Setups ==================================================== */

.topAlign {
	vertical-align: top;}
	
.bottomAlign {
	vertical-align: bottom;}
	
.alignRight {
	float: right;}
	
.alignLeft {
	float: left;}
	
.imagetop {
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid black;}
	
.imagebottom {
	vertical-align: bottom;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid black;}
	
.imageRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid black;}
	
.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid black;}
	
.image {
	border: 1px solid black;}

	
/* ================================================== Font Setups ============================================================ */
	
h1 {
	font-size: 25px;
	margin: 0;}
	
h1 a:link, h1 a:visited{
	font-size: 25px;
	margin: 0;
	color: #000000;
	text-decoration: none;}
	
h1 a:hover {
	font-size: 25px;
	margin: 0;
	color: #000000;
	text-decoration: underline;}
	
h2 {
	font-size: 20px;
	color: #604525;
	text-transform: uppercase;
	margin: 0;}
	
h2 a:link, h2 a:visited {
	font-size: 20px;
	color: #604525;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;}
	
h2 a:hover {
	font-size: 20px;
	color: #604525;
	text-transform: uppercase;
	margin: 0;
	text-decoration: underline;}
	
h3 {
	font-size: 15px;
	color: #907041;
	text-transform: uppercase;
	margin: 0;}
	
h3 a:link, h3 a:visited {
	font-size: 15px;
	color: #907041;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;}
	
h3 a:hover {
	font-size: 15px;
	color: #907041;
	text-transform: uppercase;
	margin: 0;
	text-decoration: underline;}
	
h4 {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	margin: 0;}
	
h4 a:link, h4 a:visited {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	color: #000000;
	text-decoration: none;}
	
h4 a:hover {
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	color: #000000;
	text-decoration: underline;}
	
h5 {
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	margin: 0;}
	
h5 a:link, h5 a:visited {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	color: #000000;
	text-decoration: none;}
	
h5 a:hover {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0;
	color: #000000;
	text-decoration: underline;}
	
h6 {
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	margin: 0;}
	
h6 a:link, h6 a:visited {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	color: #000000;
	text-decoration: none;
	font-weight: bold;}
	
h6 a:hover {
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	margin: 0;
	text-decoration: underline;
	font-weight: bold;}
	
#topNav a:link, #topNav a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;}
	
#topNav a:hover {
	color: #000000;
	text-decoration: underline;
	font-size: 12px;}
	
.memberNewsHeading {
	color: white;
	font-size: 13px;
	text-weight: bold;}
	
.memberNewsText {
	color: white;
	font-size: 12px;
	text-weight: normal;}
	
/* =========================================== Navigation Setup ==================================================== */

#navContent {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;}
	
#navContent a:link, #navContent a:visited {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	text-weight: bold;
	font-size: 12px;}
	
#navContent a:hover {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;}
	
#bottomNav {
	color: #7F6547;
	text-decoration: uppercase;
	font-size: 11px;}
	
#bottomNav a:link, #bottomNav a:visited {
	color: #7F6547;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;}
	
#bottomNav a:hover {
	color: #7F6547;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 11px;}
	
/* ======================================= Table Properties ======================================================= */

.tableHeader {
	border-bottom: 1px solid #907041;
	background: #FFE1B4;}
	
.calendar {
	border-bottom: 1px solid #907041;
	margin: 0;
	font-size: 12px;}
	
.navItem {
	width: 175px;
	margin-top: 2px;
	margin-right: 2px;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	text-align: left;
	float: right;
	padding: 2px;}
	
.navContent {
	font-size: 12px;
	color: black;}