@charset "UTF-8";
/* CSS Document */

#main_text {
	background-color: #684A38;
	background-image: url(images/text_bkgrnd_1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 6px;
	margin-left: 6px;
	padding-right: 8px;
	padding-left: 8px;
}
body {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	background-color: #EC991B;
	background-image: url(images/bkgrnd.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	line-height: 18px;
}
.td_right_bkgd {
	background-image: url(images/right_bkgd.jpg);
	background-repeat: repeat-y;
}
.td_left_bkgd {
	background-image: url(images/left_bkgd.jpg);
	background-repeat: repeat-y;
}.orangetext {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #EC991B;
	text-decoration: none;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #EC991B;
	text-align: center;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
a:link {
	color: #EC991B;
	text-decoration: none;
}
a:visited {
	color: #EC991B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 12px;
}

