@charset "utf-8";
body {
	background-color: #003366;
	font-family: Calibri, Tahoma, Sans Serif;
	color: #FFFFFF;
	margin-bottom: 100px;
	height:100%;
	overflow-y:scroll;
	background-image: url(images/bottomlogo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}

.container {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 30px;
}
#mainContent {
	top: 0px;
}

.contentHeader  {
	vertical-align: top;
	width: 800px;
	top: 32px;
	display: block;
	height: 76px;
}
.button {
	float: left;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right top;
}
.buttonbar {
	bottom: 0px;
	height: 30px;
	padding-top: 46px;
}

.headerlogobox {
	text-align: right;
	width: 160px;
	float: left;
}
.headerbox {
	height: 66px;
	float: left;
	padding: 5px;

}
.contentBody {
	width: 600px;
	background-color: #004891;
	margin-left: 100px;
	padding-right: 16px;
	padding-left: 16px;
	border: 3px double #FFFFFF;
	padding-bottom: 16px;
}
.dummydiv {
	height: 60px;
	width: 800px;
}
.footer {
	border: thin dotted #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	width: 100%;
	text-align: center;
	background-color: #003C77;
	bottom: 0px;
	position: fixed;
	left: 0px;
}
#smalltext {
	font-size: 11px;
}
a {
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}
