body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 15px;
	color: #003;
	text-align: left;
}
.container {
	background-color: #FFF;
}
.header {
	background-color: #000033;
	padding: 15px;
	margin-bottom: 10px;
}
.header h1 {
	color: #FFF;
	margin: 0;
}
.content {
	color: #003;
	padding-top: 10px;
	padding-right: 15;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: both;
}
.footer {
	padding: 10px 0;
	margin: auto;
	background-color: #CCC49F;
}
.footer p {
	text-align: center;
}
.sitesNav {
	width: 100%;
	list-style-type: none;
	position: relative;
	text-align: center;
	margin-top: 5px;
}
.sitesNav a {
}
.sitesNav .prev {
	position: absolute;
	left:15px;
	top: 2px;
}
.sitesNav .next {
	text-align: right;
	position: absolute;
	right:15px;
	top: 2px;
}
#sitesList {
	list-style-type: none;
	background: #fff;
	display: block;
}
#sitesList li {
	float: left;
	width: 32%;
	min-width: 245px;
	margin: 2px;
}
#sitesList a{
	padding: 2px 5px;
	width: 96%;
	border: 1px solid #d3d3d3;
	text-align: left;
	border-radius: 5px;
	background: #f2f2f2;
	display: block;
}
#sitesList a:hover {
	background-color: #0095E0;
	color: #fff;
	text-decoration: none;
}
#sitesList .active, .altView.active {
	color: #fff;
	text-decoration: none;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	text-shadow: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);
}
@media screen and (max-width: 960px) {
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 20px;
	}
	.header {
		padding: 0;
	}
}
@media screen and (max-width: 700px) {
	.sitePickerWrap {
		margin-top: 25px;
	}
}