h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #696969;
	font-weight: bold;
}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
a.font-ms:link, a.font-ms:visited {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-weight: normal;
	text-decoration: none;
}
a.font-ms:hover {
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-weight: normal;
	text-decoration: underline;
}


#header {
	position: relative;
}
	#header-top {
		width: 920px;
		position: relative;
	}
	#header-logo {
		float: left;
		position: relative;
		left: 0px;
		top: 0px;
	}
	#menu {
		position: absolute;
		bottom: 0px;
		right: 0px;
		padding: 5px 10px;
	}
	#header-bottom {
		background-color: #E4F2FD; /*E9F9FF;*/
		border-top: #C6D9E9 solid 1px;
		border-bottom: #C6D9E9 solid 1px;
	}
	#header-tips {
		background-color: #E4F2FD;
		width: 860px;
		padding: 10px 30px; 
		text-align: left;
	}
	* html #header-tips {
		width: 920px;
	}
	
#footer {
	position: relative;
	padding-bottom: 20px;
}
	#footer-bottom {
			width: 920px;
			position: relative;
	}


.bg-blue {
	background-color: #3B78AE;
}


