#contentcenter {
font-family: "Trebuchet MS", "Verdana", "Arial";
}

#contentcenter h2{
  color:#A4001D;
background: #fff;
}

#nav {

margin-top: 0;
padding: 0;
border: none;
font-size: 100%;

}

#nav a{
	font-size: 1.1em;
}
#nav li a{
   text-decoration: none;

}
.serc-content {
	margin-left: 0;
	margin-top: 20px;
}

#nav a.currentmodule {
		background: #fff;
color: rgb(153, 0, 0);
}

#nav a.currentlocation {
		background: #fff;
color: rgb(153, 0, 0);		
border-left: 4px solid #a7522a;
	}


#nav .fullnavelement .topnavelement a {
   color: #111;
   margin-left: 0px;
   text-decoration: none;

}

#nav a:hover{
background: #fff;
border: none;
color: rgb(0, 51, 102);
text-decoration: underline;

}

#nav .fullnavelement a:hover {
background: #fff;
border: none;
color: rgb(0, 51, 102);
text-decoration: underline;
}

#nav .fullnavelement a {
border: none;
}

.descriptionpullquote {
	background-color: #fff;
	border: 1px solid #A4001D;
	border-bottom: 3px solid #A4001D;
	padding: 0px;
	margin: 15px 10px 10px 5px;
	color: #000;
}

.serc-editable-active{
	width: 400px;
}

.editFormSubmit {
	position: fixed;
	top: 200px;
	left: 20%;
}