@charset "UTF-8";
/* CSS Document */

html, body {
	background: #201f20;
	font-family: "Helvetica", "Arial", sans-serif;
	border: 0; 
	margin: 0; 
	padding: 0;
}

/*Define Link Styles*/
a:link{
	color: #00a8ff;
	text-decoration: none;
	border: none;
}
a:visited{
	color: #00a8ff;
	text-decoration: none;
	border: none;
}
a:active{
	color: #00a8ff;
	text-decoration: none;
	border: none;
}
a:hover{
	color: #00a8ff;
	text-decoration: none;
	border:none;
}

/*layout*/
body{
	text-align: center;
}

#container{
	position:static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: none;
	padding: 0px;
	width: 100%;
	text-align: left;
}

#header{
	position: static;
	float: none;
	background: url(../images/header.png) repeat-x;
	height: 75px;
	width: 100%;
	padding: 0px;
	margin: 25px 0px 0px 0px;
}

#logo{
	position: static;
	float:left;
	background: url(../images/logo.png) no-repeat;
	height: 75px;
	width: 253px;
	margin: 0px 0px 0px 25px;
}	

#body_container{
	position:static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: none;
	padding: 0px;
	width: 998px;
	height: auto;
}

#page_container{
	background:#ffffff;
	position:static;
	float: left;
	width: 998px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	height: auto;
}

#footer{
	background:#04558a;
	position:static;
	float: left;
	width: 998px;
	margin: 0px;
	padding: 5px 5px 5px 5px;
	height: auto;
	
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
}
.clear{
	clear: both;
}

.right{
	float: right;
}

.left{
	float: left;
}

hr{
	color: #cccccc;
	background: #cccccc;
	border: 0px;
	height: 1px;
	width: 95%;
}
