#header a:link 		{ text-decoration: underline; color: #fff; }
#header a:visited	{ text-decoration: underline; color: #fff; }
#header a:hover 	{ text-decoration: underline; color: #fff; }
#header a:active 	{ text-decoration: underline; color: #fff; }

#header {
	background-color: #45577d;
	color: #fff;
}

.tagline {
	width: 100%;
	height: 37px;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #2b3d63;
	text-align: center;
	background-image: url(../images/bgTagline.gif);
	background-repeat: repeat-x;
}