/* CSS Document */

body,td,th {
	font-family:'Arial W01 Narrow';
	font-size: 14px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
a:link {
	color: #011135;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #011135;
}
a:hover {
	text-decoration: underline;
	color: #011135;
}
a:active {
	text-decoration: none;
	color: #011135;
}
#header{
	background-color: #011135;
	width:100%;
	padding-top: 25px;
}
#centerDiv{
	width:1242px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}
#centerDivContent{
	width:800px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	padding-top:25px;
}
#nav{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	float: right;
	width: 750px;
	letter-spacing: 5px;
	padding-top: 40px;
}
#nav a{
	color:#fff;
}
#nav a:hover{
	color:#fff;
	text-decoration:underline;
}
#nav a#current{
	color:#fff;
	text-decoration:underline;
}
#bluebar{
	width:100%;
	height:20px;
	background-color:#20669f;
	-moz-box-shadow: -0px -3px 3px #000;
	-webkit-box-shadow: -0px -3px 3px #000;
	box-shadow: -0px -3px 3px #000;
	margin:0px;
	z-index:99;
	position:relative;
}
h1{
	font-family:'Arial W01 Narrow';
	color:#9d9fa2;
	font-size:20px;
	margin-top:0px;
	margin-bottom:4px;
	text-transform:uppercase;
}
h2{
	font-family:'Arial W01 Narrow';
	color:#9d9fa2;
	font-size:22px;
	margin-top:0px;
	margin-bottom:4px;
}
#footer{
	background-color:#373637;
	font-family:"Times New Roman", Times, serif;
	font-size:10px;
	color:#fff;
	height:50px;
	margin-top: -50px;
	position:fixed;
	bottom:0px;
	width:100%;
	padding-top:15px;
	clear:both;
}
