/* CSS Document */
html, body, #wrapper {
	height:100%;
	margin: 0px;
	padding: 0;
	border: none;}
body {
	background-color:#00499D;
	background-image: url(media/splashbknd.gif);
	background-repeat: repeat-x;
	background-position: top;
}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;}
#wrapper {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	vertical-align:middle;
	width: 940px;}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;}
a:hover {
	
	text-decoration: underline;}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
