body {
	background-image:  url(background.jpg);
	background-repeat: repeat-x;
	background-color: #EFF6FF;
}
h1 {
	color: #25477F;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 24px;
}
h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 1.5em;
}
ul {
	list-style-image: url(Bullet.gif);
}
#Main {
	border-top-color: #C5D9F1;
	border-bottom-color: #C5D9F1;
}
#TopBanner {
	background-color: #5691B7;
}
#Footer {
	border-top-color: #C5D9F1;
	color: #5779B1;
}
#Footer input {
	border: solid 1px #C5D9F1;
	color: #5779B1;
}
.ContentPane {
	padding: 10px;
}
div.featured {
	border: solid 1px #c7d8f3;
	padding: 5px;
	color: #25477f;
	background-image: url(FeatureBkgLarge.jpg);
	background-repeat: no-repeat;
	margin: 1em;
}
#BottomLinksDiv {
	background-color: #71A8D1;
}