@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body {
	margin: 0px;
	background-color: #001D35;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	height: 100%;
}

.main_body {
	height:100%;
	background-image: url(images/2010/bg-1.jpg);
	background-position:bottom left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 4px;
	height: auto;
	border-right: 1px solid #62A744;
	border-left: 2px solid #62A744;
	border-bottom: 2px solid #62A744;
	margin-top: 0px;
	margin-bottom:10px;
}
.nav_bar {
	text-align: center;
	width: 100%;
	position: static;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #62A744;
	margin-top: 4px;
}
.nav_bar a {
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
.nav_bar a:hover {
	color: #FFE259;
	background-color: #001D35;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
}
.content {
	margin-top: 20px;
	margin-bottom: 4px;
	padding-bottom: 8px;
	border-bottom: 1px solid #FFE259;
}
.content a{
	color: #FFFFFF;
	text-decoration: none;
}
.content a:hover{
	color: #FFE259;
}
.footer {
	margin-bottom: 10px;
	font-size: 9px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #FFE259;
}
.footer a {
	color: #FFE259;
	text-decoration: none;
	font-weight: bold;
	}
.footer a:hover {
	color: #FFFFFF;
	background-color: #62A744;}
.txt_yellow {
	color: #FFE259;
}
.txt_01 {
	font-size: 46px;
	font-family: "Times New Roman", Times, serif;
}
.txt_02 {
	font-size: 30px;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-weight: bold;
}
.txt_pic01 {
	font-size: 10px;
}
