@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2B8FA6;
	color: #545325;
}


#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 860px;
	height: auto;
	background-color: #FFF;
	background-image: url(../images/wrapper.gif);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-left: 20px;
}
#header {

}
#index_flash {
	height: 400px;
	background-attachment: scroll;
	background-image: url(../images/index_flash.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#title_pic  {
	height: 200px;
	background-image: url(../images/banner.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#title_pic a {
	height: 200px;
	text-indent: -210000px;
	display: block;
	width: 500px;
}

#logo {

}
#logo a {
	display: block;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	color: #FFFFFF;
	height: 50px;
	padding-top: 10px;
	text-indent: 30px;
	width: 480px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

#menu {
	height: 32px;
	background-color: #727229;
	background-attachment: scroll;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.menu_line {
	background-attachment: scroll;
	background-image: url(../images/menu_line.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu ul {
	height: 20px;
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu a {
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	display: block;
	height: 14px;
	padding-right: 18px;
	padding-left: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 6px;
}
#menu a:hover {
	color: #000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #66FF00;
}

#content {
	padding: 20px;
}
#content h1 {
	font-size: 32px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #59711D;
	padding-bottom: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}
#content h2 {
	padding-bottom: 15px;
	font-size: 18px;
}
#content p {
	padding-bottom: 15px;
	line-height: 20px;
}
#content li {
	line-height: 20px;
	margin-left: 30px;
}
#content ul {
	list-style-type: disc;
}


#dot_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	clear: both;
	padding-top: 10px;
	margin-bottom: 10px;
}


#clear {
	clear: both;
}



#footer {
	text-align: center;
	font-size: 11px;
	height: 18px;
	padding-top: 5px;
	color: #FFF;
	background-color: #59711D;
}
#content a {
	text-decoration: none;
	color: #59711D;
}
#content a:hover {
	color: #333;
}
