@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-image: url(/img/index_bg.jpg);
	background-position: center top;
	background-size: cover;
}

#index_bg {
	background-image: url(/img/index_logo.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 280px;
	padding-bottom: 10px;
	margin-top: 30px;
}
#index_hf {
	color: #333;
	line-height: 1.5;
	font-size: 12px;
}
#index_bg a:hover img {
	opacity:0.6;
}
#index_hd {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	font-size: 12px;
	color: #FFF;
}
#index_hd h1 {
	margin-top: 0.5em;
	padding: 0px;
	font-size: 0.9em;
	color: #000;
	font-weight: normal;
}

#index_text{
	padding: 10px 0;
	margin: 30px 0;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.4em;
	background-color: rgba(255,255,255,0.7);
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.index_textP {
	max-width: 900px;
	text-align: left;
	margin: 0 auto;
}

#link_box {
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	font-size:6pt;	
	border:none;
	overflow: hidden;
}

#link_box li {
	float: left;
	margin: 0 6px;
	padding: 0;
	height: 90px;
}

#link_box li p {
	text-align: left;
	line-height: 12px;
	color: #ccc;
}

#link_box li p a {
	color: #ccc;
}

#link_box img {
	display: block;
}

#link_box table {
	margin: 0 auto;
}

#link_box td {
	line-height: 0;
	vertical-align: middle;
}

#footer{
	padding: 30px 0 10px;
	width:100%;
}

#footer a{
	color:#A4A4A4;
}

#footer ul {
	text-align: center;
}

#footer ul li{
	font-size: 85%;
	display:inline-block;
	margin:0 5px;
}

#footer ul li a {
	text-decoration: underline;
}

.Notes {
	margin-top: 5px;
	color: #A4A4A4;
	font-size: 85%;
	text-align: center;
}

.address {
	font-size: 85%;
	text-align: center;
	color: #A4A4A4;
}

.address p {
	margin-top: 5px;
}

#footer address a {
	color: ##A4A4A4;
}
