/* CSS Document */
#logo{
width:210px;
height:84px;
float:left;
margin-top:2px;

}
#header{
	width:569px;
	height:86px;
	float:left;
	background-color: #001f4b;
}
#header-bar{
	width:779px;
	height:20px;
	clear:both;
	text-align:left;
	background-color: #001f4b;	

}
#header-bar a:link, #header-bar a:visited {
	display:table;
	border: 1px solid #CCCCCC;
	width:100px;
	height:18px;
	margin-right:3px;
	float:left;
	text-decoration:none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
#header-bar a:hover, #header-bar a:active {
	display:table;
	border: 1px solid #CCCCCC;
	width:100px;
	height:18px;
	margin-right:3px;
	float:left;
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
	background-color:#0066CC;
}