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

a:link {color: #a95823;	text-decoration: none;}
a:visited {text-decoration: none; color: #B0602B;}
a:hover {text-decoration: underline;color: #D1955F;}
a:active {text-decoration: none;}
.style1 {font-size: 12px; color: #a95823; font-family: "Times New Roman", Times, serif; font-weight: bold;}
.style2 {font-size: 12px; color: #a95823; font-family: "Times New Roman", Times, serif; font-style: italic;}
.style3 {font-size: 15px; color: #a95823; font-family: Arial, Helvetica, sans-serif;}
.style4 {font-size: 15px; color: #a95823; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
.style5 {font-size: 15px; color: #a95823; font-family: Arial, Helvetica, sans-serif; font-style: italic;}
.style6 {font-size: 24px; color: #a95823; font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
#banner {
	background-image: url(images/banner.jpg);
	height: 126px;
	width: 634px;
	background-repeat: no-repeat;
}
#navbar {
	background-image: url(images/navbar.jpg);
	height: 32px;
	text-align: center;
	vertical-align: middle;
}

#footer {
	background-image: url(images/footer.jpg);
	height: 161px;
	width: 634px;
}
#topbar {
	text-align: center;
	height: auto;
	width: 80%;
}
#content {
	background-image: url(images/content_filler.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

#horz-line {
	background-image: url(images/fill_strip_line.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 634px;
}
