.header { 
	height: 55px;
	background: #eaf5ff;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

.logo {
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	float: left;
	padding: 2px 2px 1px 2px;
	}
	
	.logo a {
		color: #FF6600;
		}
		
	.logo a:hover {
		color: #808080;
		}
	
.bar { 
	clear: both;
	font-size: 1.1em;
	height: 29px; 
	color: #FFF;
	margin: 0 0 0 0;
	background: #6ca5cf;	
}

	.bar ul {
		text-align: center;
		margin: 0 0 0 0;
		line-height: 30px;
		}

	.bar li { 
		margin: 0 0 0 0; 
		padding: 7px 12px 5px 12px;
		color: #FFEADC;
		background: #6ca5cf;
		display: inline;
	}
	
	.bar li.active { 
		background: #6ca5cf url(../images/bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		background: url(../images/bar.gif)  no-repeat center top;
		color: #fff;
		font-weight: bold;
		padding-top: 7px;
		text-decoration: underline;	
	} 
	
.top_info {
	float: right;
	background: #eaf5ff;
	color: #3e729a;
	font-size: x-small;
	margin-top: 4.5%;
	margin-right: 5%;
}
	.top_info_right {
		width: 200px;
		float: right;
	}