body { margin-left: 25px;margin-right: 25px;background-color: white }
/*#caf0f8;*/
#wrapper{ display:flex;justify-content:space-between; }
#c1{ background:#90e0ef; }
#c2{ background:#90e0ef; }
#c1a{ background:#D14124; }
#c2a{ background:#F5DBD5; }
#lined { color: #48cae4; }
hr{ height: 1px; background-color: #48cae4; border: none; }
/*img { opacity: 0.5; }*/
.margins { margin-left:25px;margin-right:25px; }
.marginHsmall { margin-left:15px;margin-right:15px; }
.marginVsmall { margin-top:15px;margin-bottom:15px; }
.smallText { font-size:12pt;  }
.medText { font-size:14pt;  }
.lrgText { font-size:26pt }
.radius { border-radius: 25px; }
.textWrap { float: right;margin-left: 10px;margin-right: 10px;margin-bottom: 10px; }
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000000;
  color: white;
  padding: 8px;
  z-index: 100;
}
.skip-link:focus { top: 0; }
li.links { font-size:14pt;margin-bottom:8px; }
a { font-size:14pt; color:black;border-radius: 25px;padding-top:2px;padding-bottom:2px;padding-right:10px;padding-left:10px; }
a:link { color:Black; text-decoration:none; }
a:focus { color:Black; text-decoration:none;background-color: #90e0ef; }
a:hover { color:Black; text-decoration:none;background-color: #90e0ef; }
h1 { font-size:14pt;font-weight:bold;margin-bottom:4px; }
#map {
	height: 480px;
	width: 640px;
	border: thin solid #333;
}
