@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	background-position: center;
	font-size: 12px;
	line-height: 17px;
}
#header {
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	height: 304px;
	text-align: center;
}
#nav {
	background-image: url(../images/nav_bg.gif);
	height: 31px;
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 8px;
	padding-top: 1px;
	padding-right: 8px;
	overflow: hidden;
}
#nav a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 18px;
	text-transform: uppercase;
	text-align: center;
}
#nav a:hover,#nav .over {
	color: #333333;
	background-color: #FFFFFF;
}
#header #nav #btn1 {
	width: 129px;
}
#header #nav #btn2 {
	width: 92px;
}
#header #nav #btn3 {
	width: 87px;
}
#header #nav #btn4 {
	width: 99px;
}
#header #nav #btn5 {
	width: 86px;
}
#header #nav #btn6 {
	width: 93px;
}
#header #nav #btn7 {
	width: 113px;
}
#header #nav #btn8 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 110px;
}
#content {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	margin-top: 15px;
	margin-bottom: 15px;
}
`
#content .left {
	float: left;
	width: 500px;
	margin-left: 40px;
}
#content .left {
	float: left;
	width: 540px;
	margin-left: 20px;
}
#content .right {
	float: right;
	width: 190px;
	margin-right: 20px;
}
h1 {
	color: #950004;
	font-size: 24px;
	height: 23px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
hr {
	color: #000000;
	background-color: #000000;
	height: 1px;
}
#footer {
	width: 814px;
	margin-right: auto;
	margin-left: auto;
}
#copyright {
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
	padding-top: 15px;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}
#copyright a {
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 14px;
}
#content .left .subpage {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	height: 13px;
}
#nav_sub {
	height: 38px;
	background-image: url(../images/nav_sub_bg.gif);
	background-repeat: repeat-x;
}
#nav_sub a {
	color: #000000;
	text-decoration: none;
	float: left;
	display: block;
	width: 106px;
	text-align: center;
	font-size: 12px;
	height: 38px;
	font-weight: normal;
}
#nav_sub a:hover, #nav_sub .over {
	background-image: url(../images/nav_sub_over.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.content_image {
	border: 1px solid #999999;
	padding: 2px;
	margin-right: 10px;
}
.btn {
	background-image: url(../images/arrow_btn.gif);
	background-position: left top;
	padding-left: 20px;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.btn a {
	color: #333333;
	text-decoration: none;
}
.txt_red {
	color: #950004;
}
#video a {
	color: #950004;
	text-decoration: none;
}
#thisform .textfield {
	border: 1px solid #CCCCCC;
	height: 16px;
	width: 140px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#thisform .select {
	border: 1px solid #CCCCCC;
	height: 20px;
	width: 260px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#thisform .textarea {
	border: 1px solid #CCCCCC;
	height: 116px;
	width: 460px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.required {
	font-size: 10px;
	color: #FF0000;
}