@charset "UTF-8";
/* CSS Document */

html {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000627;
	background-image: url("images/bg.jpg") !important;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
}

a,
a:link,
a:visited,
a:active {
	color: #000b6d;
	text-decoration: none;
}

a:hover {
	color: #507bae;
	text-decoration: none;
}

h1 {
	color: #507bae;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#content {
	position: relative;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #507bae;
	width: 582px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#header {
	width: 582px;
	height: 135px;
	padding: 0px;
	margin: 0px auto;
	border-bottom: 1px solid #507bae;
	
}

#nav {
	position: relative;
	float: left;
	font-size: 13px;
	font-weight: bold;
	width: 130px;
	padding: 10px 10px 5px 10px;
	margin: 0px;
}

#information {
	margin: 10px 15px 10px 10px;
	padding: 0px;
	text-align: left;
}

#footer {
	clear: both;
	position: relative;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 0px;
}

#copyright {
	width: 582px;
	height: 15px;
	padding: 0px 0px 85px 0px;
	margin: 0px auto;
	font-size: 9px;
	text-align: left;
	color: #FFFFFF;
}

.imgBorder {
	border: 1px solid #507bae;
}

.super {
	font-size: 6px;
	vertical-align: super;
}
