/* CSS Document */#headerTop {	height: 25px;	margin: 0;	padding: 0 25px;	border: 0;	line-height: 25px;	text-align: right;	color: #999;}	a.headerTop {	color: #000099;	text-decoration: none;	font-weight: bold;}	a:hover.headerTop {	color: #FF6600;	text-decoration: underline;}		#headerMiddle {	height: 100px;	margin: 0;	padding: 0;	border: 0;}		#headerBottom {	margin: 0;	padding: 0;	padding-left: 125px;	border: 0;	height: 30px;}	a.headerBottom {	font-size: 14px;	float: left;	margin: 0;	padding: 7px;	padding-bottom: 7px;	border-right: 1px solid #006600; /*#000066;*/	color: #fff; /*#ff9900*/	font-weight: bold;	text-decoration: none;}		a:hover.headerBottom {	background-color: #006600; /*#000099*/	color: #fff;}	.headerBottomNum {	font-size: 14px;	float: left;	margin: 0;	padding: 7px;	border-right: 1px solid #000066;	color: #fff;	font-weight: bold;}	a.social {	line-height: 25px;	color: #fff;	text-decoration: none;	font-size: 12px;}	a:hover.social {	color: #FF9900;}	
