@charset "UTF-8";
.navBar {
	height: 43px;
	width: 1280px;
	position: relative;
	background-color: #155684;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 17px;
	letter-spacing: 0.12em;
	word-spacing: 0.35px;
	line-height: 50px;
	font-weight: 300;
	color: #FFFFFF;
}
.navBar a {
	text-decoration: none;
	line-height: 0px;
	color: #47a0d8;
}
.navBar a:vlinked {
    color: #FFFFFF;
}
.navBar a:hover {
	color: #A3A4A6;
	text-decoration: none;	
}
.centerBox {
	width: 1280px;
	height: 200px;
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
}
#textBox {
	font-size: 50px;
	padding-top: 50px;
	padding-left: 125px;
	clear: both;
	font-weight: 400;
}
