.body {
	background-attachment: fixed;
	background-color: #DBAA37;
	background-image: url(graphics/bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin: 0px;
}
.content {
	background-image: url(slices/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	height: 31px;
	width: 151px;
	display: block;
	text-indent: 16px;
	line-height: 31px;
	background-image: url(slices/nav_button_bg.gif);
	background-position: right;
	text-align: left;
}
.navigation:hover {
	background-image: url(slices/nav_button_bg_roll.gif);
	color:#FFFFFF;
	}
.regtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.link_color {
	color: #C58C0A;
	text-decoration:none;
}
.content_div {
	background-color: #FFFFFF;
	padding: 10px;
	width: 565px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #000000;
	border-left-color: #000000;
	min-height:400px;
}
.link_color:hover {
	text-decoration:underline;
}
.navigation_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
.navigation_bottom:hover {
	text-decoration:underline;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.header_cell {
	background-image: url(slices/index_r1_c1.gif);
	background-repeat: no-repeat;
}
.bottom_navigation_cell {
	background-image: url(slices/index_r3_c1.gif);
	background-repeat: no-repeat;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
.main_content_cell {
	background-image: url(slices/body_bg.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
.video_div {
	position:absolute;
	width:400px;
	visibility:hidden;
	height: 240px;
}
