/* HTML Styles */

blockquote, body, form, h1, h2, h3, hr, html, p, table, td {
  margin: 0;
  padding: 0;
}
blockquote {
  margin-left: 15px;
  margin-right: 15px;
}
body {
  background: #000050;
  color: #000050;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 12px;
  }
a:link, a:visited {
  color: #000050;
  text-decoration: underline;
}
a:active, a:hover {
  background: #000050;
  color: #FFF7D6;
  text-decoration: none;
}
h1 {
  font-size: 150%;
  margin-bottom: 15px;
}
h2 {
  font-size: 130%;
  margin-bottom: 15px;
}
h3 {
  font-size: 110%;
  margin-bottom: 15px;
}
hr {
  color: #000050;
  background: #000050;
  height: 1px;
  margin-bottom: 15px;
}
input, textarea, select {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 12px;
}
label {
  cursor: pointer;
}
li {
  padding-bottom: 5px;
}
p {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 12px;
  padding-bottom: 15px;
}
.small {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 10px;
}
.smallest {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 10px;
  padding-bottom: 15px;
}
td {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 12px;
  padding: 5px;
  vertical-align: top;
}
th {
  background-color: #FFF7D6;
  color: #000050;
  font-family: Verdana, Arial, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}
tr.even {
  background-color: #C0C0C0;
}
tr.odd {
  background-color: #F0F0F0;
}
ul {
  padding-left: 15px;
}
.arrow img {
  border: 0px solid #FFFFFF;
  padding-top: 5px;
}
/* CSS Classes */

.float_left {
  float: left;
}
.float_right {
  float: right;
  margin-left: 10px;
}
.innertube {
  background: #FFF7D6;
  margin: 0px; /* Margins for inner DIV inside each column (to provide padding) */
  padding: 15px;
  padding-top: 45px;
}
ul.nav {
  list-style-type: none;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Serif;
  font-variant: small-caps;
  line-height: 200%;
  margin: 0;
  padding: 0;
  padding-top: 45px;
  width: 239px;
}
ul.nav li {
  padding-bottom: 0;
  border-bottom: 1px solid #000050;
}
/* Image Technique: http://www.wellstyled.com/css-nopreload-rollovers.html */
.nav a:link, .nav a:visited {
  display: block;
  padding-left: 20px;
  text-decoration: none;
  color: #000050;
  background-image: url('https://hpef.org/images/base/NavBar.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  opacity: 0.8;
/*  filter: alpha(opacity=80); */
/*  -moz-opacity: 0.8; */
}
.nav a:hover, .nav a:active {
  background-position: -239px 0;
}
.form_button {
  border: 1px solid #B30000;
  padding: 4px 8px;
  color: #FFF7D6;
  background: #000050;
  font-size: 100%;
  cursor: pointer;
}
.form_field_readonly {
  background: #FFF7D6;
  border: 0px solid #FFF7D6;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000050;
}
.red {
  color: #B30000;
}
.bold {
  font-weight: bold;
}
.right {
  text-align: right;
}
.italic {
  font-style: italic;
}
.center {
  text-align: center;
}

/* CSS IDs */

#contentwrapper {
  float: left;
  width: 100%;
}
#contentcolumn {
  background: #FFF7D6;
  border-left: 1px solid #000050;
  border-right: 1px solid #000050;
  margin: 0 102px 0 239px; /* Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth */
}
#contentcolumn img {
  border: 1px solid #000050;
  margin: 0 10px 10px 0;
}
#footer {
  background: #000050;
  clear: left;
  color: #FFF7D6;
  font-size: 80%;
  padding: 4px 0;
  text-align: center;
  width: 100%;
}
#footer a {
  font-weight: bold;
}
#footer a:link, #footer a:visited {
  color: #FFF7D6;
}
#footer a:active, #footer a:hover {
  background: #FFF7D6;
  color: #000050;
}
#first {
  border-top: 1px solid #000050;
}
#leftcolumn {
  background-color: #FFF7D6;
  background-image: url('https://hpef.org/images/base/LeftTartanBack_less40.jpg');
  background-repeat: repeat-y;
  float: left;
  margin-left: -100%;
  width: 239px; /*Width of left column*/
}
#logo {
  border: 4px double #FFF7D6;
  text-align: center;
  background: #000050;
  margin-top: 50px;
  margin-right: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
}
#rightcolumn {
  background-color: #FFF7D6;
  background-image: url('https://hpef.org/images/base/RightTartanBack_less40.jpg');
  background-repeat: repeat-y;
  float: left;
  margin-left: -102px; /* Set left margin to -(RightColumnWidth) */
  width: 102px; /* Width of right column */
}
.error {
  background-color: #FFFFFF;
  border: 3px dotted #B30000;
  color: #B30000;
  margin-bottom: 10px;
  padding: 3px;
}