@charset "UTF-8";
/* CSS Document */

body {
	background: url("images/mainbackground.png") repeat-x top left #40558b;
	height: 337px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

a, a:link, a:visited {
	color: #001766;
	text-decoration: none;
}

a:hover {
	color: #485f99;
	text-decoration: underline;
}

#container {
    width: 917px;
	margin: 0 auto;
	padding: 0;
}

#menu {
	padding-left: 31px;
}

#content {
	background: url("images/fadebackground.png") repeat-y top left;
	margin-top: 1px;
}

img {
	border: 0;
}

#mainbody {
	padding-left: 75px;
	padding-right: 75px;
	padding-bottom: 75px;
}

#footer {
	color: #485f99;
	background: #2e3e69;
	font-size: 9pt;
	width: 835px;
	margin: 0 auto;
	padding: 1px 10px 10px 10px;
	min-height: 180px; !important
	height:100%;
}

#footer a, #footer a:link, #footer a:visited {
	color: #485f99;
	text-decoration: underline;
}

#fadedheader {
	background: url("images/rotatebackground.png") repeat-y;
	width: 913px;
	margin: 0 auto;
	height: 308px;
}

