/* Defaults */
BODY, TD {
	color:#53442A;
	font-size:96%;
	text-decoration:none;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	line-height: 175%;
	list-style-position: outside;
	list-style-type: square;
}
BODY {
	background-color: #68714E;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a {
	color:#53442A;
	text-decoration:underline;
}
a:link {
	color:#4D3D12;
}
a:visited {
	color:#666666;
}
a:hover {
	color: #3B1E1A;
	text-decoration: underline;
}
h1 {
	font-weight: bold;
	font-size: 200%;
	line-height: 150%;
	text-align: left;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
h2 {
	font-weight: bold;
	font-size: 130%;
	line-height: 100%;
	text-align: left;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h3 {
	font-weight: bold;
	font-size: 110%;
	line-height: 150%;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -16px;
	margin-left: 0px;
}
/* End Defaults*/

/* Custom Styles */
.white-bold {
	color: #FFFFFF;
	font-weight: bold;
}
.side {
	line-height: 140%;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 93%;
}
.inset {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.insetText {
	font-size: 100%;
}
.insetTitle {
	font-size: 100%;
	font-weight: bold;
	color: #390606;
	font-style: italic;
}
.insetTitle-lg {
	font-size: 140%;
	font-weight: bold;
	color: #390606;
	font-style: italic;
}
.quotes {
	font-size: 100%;
	color: #390606;
	font-style: italic;
}
.smallerText {
	line-height: 175%;
	font-size: 90%;
}
.smallerText a {
}
.smallerText a:hover {
}
/* End Custom Styles */

/* Footer Navigation Style */
.footernav {
	line-height: 175%;
	color: #dad7c1;
	font-size: 95%;
}
.footernav a {
	text-decoration: none;
}
.footernav a:hover {
	text-decoration: underline;
}
/* End Foother Navigation Style */

/* Footer Text Style*/
.footer {
	line-height: 150%;
	color: #DAD7C1;
	font-size: 85%;
}
.footer a {
	color: #DAD7C1;
}
/* End Foother Text Style */

img.floatLeft {
	float:left;
	margin: 13px 20px 10px -40px;
	}
	
img.floatRight {
	float:right;
	margin: 0 6px 0 20px;
	}
p img.floatRight {
	float:right;
	margin: 13px -40px 10px 20px;
	}
