body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font: Arial, Verdana, sans-serif;
	font-size:16px;
}
#scroll {
	background-image:url(/images/brown-scroll.png);
	background-repeat:no-repeat;
	background-position:top;
	min-height:80px;
	padding-top:20px;
	font-size:38px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.site_outline {
	height: 490px;
	width: 770px;
	margin-right: auto;
	margin-bottom: 0%;
	margin-left: auto;
	overflow: visible;
	visibility: visible;
	background-color: #FFFFFF;
}
.masthead {
	float: left;
	height: 136px;
	width: 770px;
}
.index_body {
	float: left;
	width: 770px;
}
.content_layout {
	float: left;
	width: 770px;
	background-color: #FFFFFF;
	text-align:center;
	font: Arial, Verdana, sans-serif;
	font-size:16px;
}
.index_body_left {
	float: left;
	height: 206px;
	width: 316px;
}
.index_body_center {
	height: 206px;
	width: 297px;
	float: left;
}
.index_links {
	float: left;
	height: 90px;
	width: 770px;
}
.index_body_right {
	float: left;
	height: 206px;
	width: 150px;
}
.index_footer {
	height: 60px;
	width: 770px;
	background-image: url(images/bottom01.gif);
	float: left;
}
.top_buttons {
	background-image: url(images/buttonbg.gif);
	background-repeat: repeat-x;
	float: left;
	height: 40px;
	width: 770px;
}

p {
	font: Arial, Verdana, sans-serif;
	font-size:16px;
}
a{
	color:#333;
	text-decoration:none;
}

a:visited{
	color:#333;
}

a:activated{
	color:#333;
}
a:link {
	color: #333333;
}
a:active {
	color: #333333;
}

a:hover { font-family: Arial, Verdana, sans-serif; color: #333333; background-color: #f82813}

h1 { font-family: Arial, Verdana, sans-serif; font-size: 28px; color: #ca1100 }
h2 { font-family: Arial, Verdana, sans-serif; font-size: 18px; color: #A52A2A }

.style2 {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Verdana, sans-serif;
}
.style3 {color: #000000}
.style5 {
	font-size: 12px;
	font-weight: bold;
}
.style6 {font-size: 14px}
.style7 {
	font-size: 18px;
	font-weight: bold;
}
.top_buttons a{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 33px;
	width: 212px;
	height: 33px;
	background:url("../images/navButtons.png") no-repeat 0 0;
	margin: auto;
	display:block;
	text-align:center;
	text-decoration:none;
}

.top_buttons a:hover{
	background:url("../images/navButtons.png") no-repeat 0 -33px;
}