@charset "utf-8";
body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}
#top {
	background-color: #0F75BC;
	width: 100%;
	height: 25px;
}
#middle {
	background-color: #333333;
	width: 100%;
	margin-top: 150px;
	height: 200px;
	background-image: url(../images/midBG.png);
	background-repeat: no-repeat;
	background-position: center;
}
#bottom .info strong {
	font-weight: bold;
	color: #FFFFFF;
}


#middle #logo {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 35px;
	height: 150px;
}
#bottom {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
}
#bottom .info {
	padding: 0px;
	height: 300px;
	width: 250px;
	float: left;
	margin-right: 15px;
}
#bottom .info h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#bottom .info h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
#bottom .info p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px;
	text-align: justify;
	color: #CCCCCC;
	font-size: 12px;
}
#foot {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#foot p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #999999;
}
#foot #images {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#foot #images img {
	margin-left: 50px;
}
#bottom .info a:link, #bottom .info a:visited, #bottom .info a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#bottom .info a:hover {
	text-decoration: underline;
	color: #999999;
}
