html, body {
	margin: 0; 
	padding: 0;
	color: #003366;
	background: #FFFFFF;
}
.header {
	width: 966px;
	height: 177px; 
	background-image:url(CookeBanner.gif);
	border: none;
	background-repeat: no-repeat;
	background-position: center;
}
#blueline {
	background-color: #456dc8;
	background-position: center;
	width: 966px;
	height: 1px;
}
#rain {
	height: 1px;
	width: 100%;
	background-image: url(electricBlue.gif);
}
#darkblue {
	height: 3px;
	width: 100%;
	background-color: #000066;
}
.trim	{
	width: 100%;
	height: 1px;
	border: none;
/*	background-color:#ffffff; */
}
 