@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0092FF;
}
#container {
	margin: auto;
	width: 1069px;
	text-align: center;
	background-image: url(../images/layout/content_bg.png);
	background-repeat: repeat-y;
}
#header {
	width: 1026px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	background-image: url(../images/layout/head_logo.jpg);
	background-repeat: no-repeat;
	height: 143px;
}
#headmid {
	background-image: url(../images/layout/head_mid.jpg);
	background-repeat: no-repeat;
}
#head_content1 {
	width: 150px;
	margin-left: 30px;
	margin-top: 60px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
#headbase {
	background-image: url(../images/layout/head_base.png);
	background-repeat: no-repeat;
	height: 79px;
}
#head_content2 {
	margin-right: 450px;
	margin-left: 30px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#middle {
	background-image: url(../images/layout/content_bg.png);
	background-repeat: repeat-y;
}
#content {
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 60px;
	padding-bottom: 20px;
}
#footer {
	margin: auto;
	width: 1069px;
	text-align: center;
}
#sitemap {
	background-image: url(../images/layout/content_bg.png);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0092FF;
}
#sitemap ul {
	margin: 0px;
	padding: 0px;
}
#sitemap li {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#sitemap a {
	text-decoration: none;
	color: #000066;
}
#sitemap a:hover {
	color: #0092FF;
	text-decoration: underline;
}
#copyright {
	background-image: url(../images/layout/footer.png);
	background-repeat: no-repeat;
	height: 50px;
	color: #FFFFFF;
	padding-top: 13px;
	font-size: x-small;
}
#copyright a {
	text-decoration: none;
	color: #FFFFFF;
}
#copyright a:hover {
	color: #0092FF;
	text-decoration: underline;
}
