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

body {
	background-color: #303730;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#center_frame {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#top_header {
	height: 110px;
	width: 800px;
}
#top_menu {
	height: 30px;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#image_box {
	width: 800px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content_area {
	background-color: #687067;
	background-image: url(images/frame_top.jpg);
	background-repeat: no-repeat;
	width: 800px;
	min-height: 100px;
	padding-top: 5px;
}
#footer {
	background-image: url(images/frame_bottom.jpg);
	background-repeat: no-repeat;
	width: 800px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #919191;
	text-align: center;
}
#footer a:link { color: #919191; text-decoration: underline; }
#footer a:visited { color: #919191; text-decoration: underline; }
#footer a:hover { color: #d29e0f; text-decoration: underline; }

#home_content {
	height: 100px;
	width: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	text-align: center;
}

.frontbox_text { color: #c9d1c6; font-size: 9pt; font-family: Georgia, "Times New Roman", Times, serif; line-height: 12pt; margin-top: 2px; margin-right: 30px; margin-left: 30px; }
.hometext { color: #ededed; font-size: 10pt; font-family: Georgia, "Times New Roman", Times, serif; line-height: 15pt; margin-right: 30px; margin-left: 30px; }
.body_text {
	color: #ededed;
	font-size: 10pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15pt;
}

.body_text a:link { color: #fff; text-decoration: underline; }
.body_text a:visited { color: #fff; text-decoration: underline; }
.body_text a:hover { color: #d29e0f; text-decoration: underline; }
.subhead { color: #d29e0f; font-size: 12pt; font-weight: bold; }
.smallsubhead { color: #d29e0f; font-size: 10pt; font-weight: bold; }

#text_box {
	width: 500px;
	padding-top: 10px;
	padding-right: 250px;
	padding-bottom: 10px;
	padding-left: 50px;
}
#video_frame {
	text-align: center;
	height: 1200px;
	width: 800px;
}
