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

body {
	background-color: #FFFFFF;
	background-image: url(../images/index-bg.jpg);
	background-repeat: no-repeat;
	margin:0px;
	padding:0px;
	background-position: center top;
}
.header {
	width:1024px;
	padding-top:122px;
    padding-left:125px;
}

.navigation {
width:750px;

}
.wrap {
	margin:0px;
	padding:0px;
}
.bodyBox {
margin-top:120px;
	width:1024px;

}
.content {
	width:450px;
	float: right;
	padding-left: 150px;
}
.content-header {
	font-size: 26px;
	font-weight: bolder;
	color: #003399;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.info {
	font-size: 18px;
	color: #000000;
	text-align: center;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
}
.highlight {
	font-style: italic;
	font-weight: bold;
	color: #009900;
}
.sign {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	padding-right: 30px;
	font-style: italic;
	font-weight: bold;
}

.navigation a:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
.navigation a:hover {
	color: #0099CC;
}
.navigation a:active {
}
.navigation a:visited {
}
