﻿body {
	background-image: url(gfx/BackgroundTile2.gif);
	background-color: #545452;
	font-family: Arial, Helvetica, sans-serif;
}

/* TO PREVENT PAGE SHIFT ON SHORTER PAGES WITHOUT VERICAL SCROLLBAR */
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #5E4D1E;
	font-size: 14px;
}

/* STYLES FOR LINKS WITHIN THE PAGE CONTENT */
a.contentlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #634321;
	font-size: 14px;
	text-decoration: underline; /* other options are none or overline */
}

a.contentlink:visited {
	color: #634321;
}

a.contentlink:hover {
	color: #7DB80F;
	text-decoration: underline;
}

a.contentlink:active {
	color: #CCA14C;
}

a.contentlink2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #634321;
	font-size: 14px;
	text-decoration: none; /* other options are none or overline */
}

a.contentlink2:visited {
	color: #634321;
}

a.contentlink2:hover {
	color: #4f320c;
	text-decoration: underline;
}

a.contentlink2:active {
	color: #634321;
}

/* HEADINGS */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #634321;
	font-size: 15px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* LEFT TABLE CELL WITH REPEATING FRAME BORDER */
.frameleft {
	background-image: url(gfx/FrameLeft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

/* RIGHT TABLE CELL WITH REPEATING FRAME BORDER */
.frameright {
	background-image: url(gfx/FrameRight.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/* TABLE CELL WITH FLOURISH BACKGROUND */
.flourishBG {
	background-image: url(gfx/Flourish5.gif);
	background-position: right top;
	background-repeat: no-repeat;
}


/* HORIZONTAL NAVIGATION BAR STYLES */
a.nav {
	color: #816446;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	text-decoration: none;
}

a.nav:visited {
	color: #816446;
}

a.nav:hover {
	color: #7DB80F;
}

a.nav:active {
	color: #54394D;
}

/* FOOTER TEXT ONLY */
.footer {
	color: #FAF7F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* FOOTER EMAIL LINK */
a.foot {
	color: #FAF7F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.foot:hover {
	color: #A1CE58;
}