*, html {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #f29c34;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #001A00;
	line-height: 1.2em;
}
ol, ul {
	margin: 0 0 0 2em;
	list-style-position: outside;
}
a:link {
	color: #e2650c;
	text-decoration: underline;
}
a:visited {
	color: #e2650c;
	text-decoration: underline;
}
a:hover {
	color: #cf1015;
	text-decoration: underline;
}
a:active {
	color: #cf1015;
	text-decoration: underline;
}
a.copyright:link {
	color: #cf1015;
	text-decoration: underline;
}
a.copyright:visited {
	color: #cf1015;
	text-decoration: underline;
}
a.copyright:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.copyright:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.breakline {
	width: 100%;
	height: 30px;
	background-image: url(images/breakline.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1px;
	background-position: center center;
	text-align: center;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #940b0f;
}
.copyright {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1em;
}
.small_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #940B0F;
	font-style: italic;
}
.textbox {
	margin: 18px;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 335px;
	width: 871px;
	margin: 0 auto;
}
#content_area {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 871px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content {
	width: 780px;
	margin-left: 40px;
}
#body-break {
	background-image: url(images/body_middle.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 41px;
}
#copyright {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 49px;
}
.script_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.textbox-heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 1em;
}
.large_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	color: #940B0F;
}
