@charset "UTF-8";
/* CSS Document */

.background {
	background-image: url(images/bkg_grdnt.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #190F0A;
}
.shadow_left {
	background-image: url(images/Shadow-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadow_right {
	background-image: url(images/Shadow-right.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.Body_bkg {
	background-image: url(images/bkg_text.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 25px 35px;
}
.body_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #685842;
}
.Titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #140C06;
	line-height: 35px;
}
.outline {
	border: 1px solid #999999;
	padding: 5px;
	background-color: #F3EECF;
}
a.callout {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #140C06;
	width: 218px;
	text-decoration: none;
}
a.callout:link {
}
a.callout:hover {
	color: #55342A;
}	
.subtitles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 33px;
	color: #140C06;
}
a.mainlinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #140C06;
	line-height: 33px;
	text-decoration: none;
}
a.mainlinks:link {
	text-decoration: none;
}
a.mainlinks:hover {
	color: #E5E0BE;
}
.menu_lines {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 33px;
	text-transform: capitalize;
	color: #140C06;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #685842;
	line-height: 18px;
}
a.textlink {
	color: #190F0A;
	text-decoration: underline;
}
a.textlink:link {
	color: #190F0A;
	text-decoration: underline;
}
a.textlink:visited {
	text-decoration: underline;
	color: #190F0A;
}
a.textlink:hover {
	text-decoration: none;
	color: #190F0A;
}
a.textlink:active {
	text-decoration: none;
	color: #190F0A;
}a.footer {
	color: #685842;
	text-decoration: underline;
}
a.footer:link {
	color: #685842;
	text-decoration: underline;
}
a.footer:visited {
	text-decoration: underline;
	color: ##685842;
}
a.footer:hover {
	text-decoration: underline;
	color: ##685842;
}
a.footer:active {
	text-decoration: underline;
	color: ##685842;
}

