body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;	
	color: #7b7b7a;
	margin: 0 0 0 0;
	background-image:url(../images/bckgrd.jpg);
	background-color: #f3f3d7;
}

.content-td {
	width: 701px;
	height: 100%;
	background-color: #fafbf5;
	background-image: url(../images/content-bckgrd.jpg)
}

.footer-td {
	width: 100%;
	border-right-color: #819d56;
	border-right-style: solid;
	border-right-width: 1px;
}

/*Link Color*/
a.main:link {
	color: #819d56;
	text-decoration: underline;
}
a.main:active {
	color: #819d56;
	text-decoration: underline;
}
a.main:visited {
	color: #819d56;
	text-decoration: underline;
}
a.main:hover {
	color: #7b7b7a;
	text-decoration: none;
}

.contact	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

.welcome {
	font-family: Monotype Corsiva, Zapf Chancery, cursive;
	font-size: 26pt;
	color: #7b7b7a;
	font-weight: bold;
}

.white {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #ffffff;
}

.medium	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11pt;
	color: #7b7b7a;
}

.large	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14pt;
	color: #7ec1b5;
}

.xlarge	{
	font-family: Georgia, Times New Roman, Times, serif;
	color: #f8fa43;
	font-size: 24px;
	font-style: italic;
}

.small	{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #7b7b7a;
}

/*Nav Bar*/
.Nav	{ 
	width: 701px;
	background-image: url(../images/content-bckgrd.jpg);
}
	
.NavBar a:link, .NavBar a:visited, .NavBar a:active {
	color: #819d56;
	font-family: "Times New Roman, Times, serif";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	padding-top: 20px;
}

.NavBar a:hover {
	color: #7b7b7a;
}

.row {
	border-bottom: dotted 5pt #f8fa43;
}

/* Footer */
.Footer a:link, .Footer a:visited {
	width: 70%;
	color: #819d56;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #7b7b7a;
	margin: -2px;
	margin-top: 5px;
	margin-right: 0px;
	text-align: left;
	text-decoration: none;
	font-variant: small-caps;
	font-style: italic;
}

/* custom hover for footer */
.Footer a:hover {
	color: #7b7b7a;
	text-decoration: none;
}

.FooterTbl {
	width: 95%;
	border-top-color: #819d56;
	border-top-style: solid;
	border-top-width: 2px;
	padding-top: 10px;
}

