
body {
  background-color: #a5c3d8;
}
body.mceContentBody {
  background: white;
}

#content {
	color: #002B40;
}
#footer {
	color: #002B40;
}
#innerContent h1 {
	color: #3D7CAF;
	border-bottom: 1px solid #3D7CAF;
}

#innerContent h2 {
	color: #3D7CAF;
}

#innerContent h3 {
	color: #3D7CAF;
}
input.inputText, input.inputPassword, textarea {
	border: 1px inset #3D7CAF;
  background-color: #eef5f7;
}

input.inputText:focus, input.inputPassword:focus, textarea:focus {
  border: 1px inset #3D7CAF;
  background: #fff;
}
a {
	color: #0099cc;
}
a:visited {
  color: #411e6b;
}
a.mmac {
	color: #002B40;
}


