@charset "utf-8";
body {
	background-color: #FFFFFF;

}
* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	list-style-type: none;
}
p {
	text-indent: 2pc;
	text-align: justify;
}
#tophead {
	background-image: url(../images/topheadbg.jpg);
	clear: both;
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
}
#topheade {
	background-image: url(../images/topheadbge.jpg);
	clear: both;
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center top;
}
#language_select {
	clear: both;
	height: 25px;
	width: 900px;
}
#language_select ul {
	float: right;
}
#language_select ul li {
	display: inline;
	float: left;
	height: 25px;
	width: 60px;
	margin-right: 5px;
	margin-left: 5px;
	background-position: center top;
}
#language_select ul li a, #language_select ul li a:visited {
	text-decoration: none;
	color: #B5DEF0;
	text-align: center;
	vertical-align: sub;
	display: block;
	line-height: 20px;
	font-weight: bold;
}
#language_select ul li a:hover {
	color: #525D71;
	text-decoration: underline;
}
#mainmenu {
	clear: both;
	height: 25px;
	width: 540px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#mainmenu ul {
	height: 25px;
	width: 540px;
}
#mainmenu ul li {
	height: 24px;
	font-weight: bold;
	float: left;
	text-align: center;
	vertical-align: bottom;
	margin-right: 15px;
	margin-left: 15px;
	width: auto;
}
#mainmenu a, #mainmenu a:visited {
	color: #21c1de;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
}
#mainmenu a:hover {
	color: #7b0266;
	text-decoration: underline;
}
#appendix {
	height: 80px;
	width: 900px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/appendixbg.jpg);
}
#appendix_content {
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: outset;
	border-top-color: #ffffff;
	top: 45px;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	height:30px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
.none {
	display: none;
}
