body {
        font-family: Verdana, geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
	background-position: top center;
	color:#111111;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-position: inside;
	list-style-type: square;
        line-height: 1.6;

}
p {
  line-height: 1.6;
  margin-bottom: 1em;
}
td,th {
        font-family: Verdana, geneva, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000000;
}

a{
   color:#004CCC;
   text-decoration:none;
   border-bottom: .5px solid currentColor;
}
a:hover{
    color:#004099;
    text-decoration:underline;
}
.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: white;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
}
.mainnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #dddddd;
}
.botnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: white;
}
.botnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #dddddd;
}

H1,.pageheader {
        font-family: Verdana, geneva, Arial, Helvetica, sans-serif;
        font-size: 17px;
	font-weight: bold;
	color: #111111;
        text-align: center;
}
H2,.topicheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
        text-align: center;
}
H3,.topicsubheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
H4,.captions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #111111;
}


ul {
  list-style-type: none;
  padding: 0.5em 1em;     /* increase touch area */
}
ol {
  list-style-type: decimal;
  padding: 0.5em 1em;     /* increase touch area */
}

li {
  margin-bottom: .5em;
  display: block;
  padding: 0.5em 1em;     /* increase touch area */
} 

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  z-index: 1000;
}

.skip-link:focus {
  top: 0;
}
