@charset "UTF-8";
.copyright:before {
    content: "Copyright © 2025 ";
}

html {
	background-color: #FCFCFC;
	width: 1000px;
	margin: 10px auto;
}
body {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
}
#a:visited {
	color: #C30;
}
#header {
	text-align: center;
}
#navsite {
	text-align: left;
	float: right;
	position: relative;
	left: -50%;
}
#navsite ul {
	padding: 0;
	list-style: none outside;
	position: relative;
	left: 50%;
}
#navsite ul li {
	background-color: #0267b7;
	margin: 0 0 15px 0;
	font-size: 15px;
	float: left;
}
#navsite ul li a {
	margin: 0 auto;
	padding: 0 50px 0 50px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#content {
	clear: both;
}
#textLeft {
	padding: 20px;
	width: 500px;
	float: left;
	color: #000;
	font-size:small;
}
#textLeft2 {
	padding: 20px;
	width: 400px;
	float: left;
	color: #000;
	font-size:small;
}
#textRight {
	padding-top: 30px;
	padding-right: 120px;
	width: 400px;
	float: right;
	color: #000;
	font-size:small;
}
#textFull {
	padding: 0px;
	width: 1000px;
	color: #000;
	font-size:small;
}
#image {
	z-index: -1;
}

#footer {
	color: #030303;
	text-align: center;
	width: 1000px;
    clear: both;
    position: relative;
    z-index: 10;
    height: 3em;
    margin-top: 1em;
	white-space: nowrap;
	font-size: 10px;
}