*, html, body {
	font-family: arial, sans-serif;
	font-size: 12px;
}
html, body {
	background-color: #000000;
}
body {
	text-align: center;
}
a {
	color: #0f4d92;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#MainOuterBox {
	width: 990px;
	text-align: left;
}

#InnerBoxTop {
	background-color: #0f4d92;
	min-height: 20px;
}


#InnerBox {
	position: relative;
	padding: 10px 50px 50px 50px;
	background-color: #e9e9e9;
	min-height: 500px;
}
#InnerBox h1 {
	color: #0f4d92;
	font-size: 180%;
	text-align: center;
}
#InnerBox h2 {
	color: #0f4d92;
	font-size: 150%;
}


#InnerBoxBottom {
	padding: 5px;
	background-color: #0f4d92;
	color: #ffffff;
	text-align: center;
}


#BottomRightLinkBox {
	position: absolute;
	right: 10px;
	bottom: 10px;
}