@import url("side.css");

body {
	background-color: white;
	padding: 0px;
	margin: 0px;
}

A:link { 
	color: #5692be;
	text-decoration: none;
}
A:visited {
	color: #234774;
	text-decoration: none;
}

DIV#top-banner {
	width: 100%;
	height: 137px; 
	background-image: url(../images/top_banner_shredded.png);
	background-position: center;
	position: relative;
	padding: 0px;
	z-index: 100;
}
	DIV#top-light-banner {
		position: relative;
		width: 100%;
		height: 8px;
		background-image: url(../images/top_light_banner.png);
		background-position: center;
		z-index: 100;
		margin: 0px;
		font-size: 1px;
	}