@charset "utf-8";
body {
	background-color: #143362;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0px;
}
p {
	line-height: 1.7em;
}


/* CSS Document */


#container {
	position:relative;
	left:0px;
	top:0px;
	width:980px;
	height:100%;
	z-index:1;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#navigation_bar {
	height: 33px;
	width: 980px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3B79B4;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B79B4;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 0.5px;
	font-weight: bold;
	color: #3B91DB;
	text-decoration: none;
}
.footer {
	height: 105px;
	width: 980px;
	float: left;
	position: relative;
}
.footer .text {
	width: 660px;
	padding-top: 30px;
	padding-left: 10px;
	position: absolute;
	left: 12px;
	top: 5px;
	height: 55px;
	margin-right: 150px;
	margin-left: 150px;
}
A:link {
	COLOR: #3b79b4/*The color of the link*/;
	text-decoration: none;
}
A:visited {
	COLOR: #143662 /*The color of the visited link*/;
	text-decoration: none;
}
A:hover {
	COLOR: #143662 /*The color of the mouseover or 'hover' link*/;
}
#bodyContainer {
	height: 100%;
	width: 100%;
}
h3 {
	font-size: 36px;
	color: #00FF00;
	font-style: italic;
}
object {
	float: right;
}

