/* CSS Document */

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #091f58;
	margin: 0px;
}

.center_pane {
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #961717;
	border-top: 1px solid #961717;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333333;
	line-height: 20px;
}

.center_pane a:link {
	color: #041642;
	text-decoration: underline;
}

.center_pane a:hover {
	color: #961717;
	text-decoration: none;
}

.center_pane a:active {
	color: #041642;
	text-decoration: underline;
}

.center_pane a:visited {
	color: #041642;
	text-decoration: underline;
}

.text_left_pane {
	text-align: center;
	padding: 10px;
	width: 600px;
}

.dark_blue {
	width: 100%;
	margin-top: 0px;
	height: 150px;
	background:url(images/top_gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.dark_blue_bottom {
	width: 100%;
	margin-bottom: 20px;
	height: 150px;
	background:url(images/bottom_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}