body {
   background-color: white;
   border: solid 1px #008CCC;
   color: #008CCC;
   font-family: Verdana, Tahoma, Helvetica, Serif;
   font-size: medium;
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;
   margin-bottom: 0;
   padding: 0px;
   width: 700px;
}

.header {
   text-align: center;
}

.subheader {
   text-align: center;
}

#header {
}

#footer {
   background-color: white;
   color: black;
   font-size: x-small;
   margin-top: 2em;
   text-align: center;
}

.menubar {
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 0px;
   margin-bottom: 10px;
   text-align: center;
   vertical-align: top;
}

.iconbar {
   text-align: center;
}

.topbar {
   background-color: #008CCC;
   color: white;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-top: 2px;
   padding-bottom: 2px;
}

.bottombar {
   background-color: #008CCC;
   color: white;
   margin-top: 2px;
   margin-bottom: 0px;
   padding-top: 2px;
   padding-bottom: 20px;
}

.button {
   background-color: inherit;
   color: #008CCC;
   font-size: small;
   margin-left: 10px;
   margin-right: 10px;
}

.selected {
   background-color: white;
   border: 0px solid #008CCC;
   color: #008CCC;
   font-weight: bold;
   padding: 5px;
}

.left {
   text-align: left;
}

.center {
   text-align: center;
}

.right {
   text-align: right;
}

.justify {
   text-align: justify;
}

.floatleft {
   float: left;
}

.floatright {
   float: right;
}

.clear {
   clear: both;
   float: none;
}

.small {
   font-size: small;
}

h1 {
   clear: both;
   font-size: large;
   margin-left: 10px;
   margin-right: 10px;
   padding-top: 10px;
   text-transform: uppercase;
}

h2 {
   font-size: medium;
   margin-left: 10px;
   margin-right: 10px;
}

p {
   font-size: medium;
   margin-left: 10px;
   margin-right: 10px;
}

a {
   background-color: inherit;
   color: #008CCC;
   text-decoration: none;
}

address a {
   background-color: inherit;
   color: white;
   text-decoration: none;
}

img {
   border: 0;
   margin: 10px;
}

tightimg {
   border: 0;
   margin: 0px;
}

.iconbar img {
   border: 0;
   margin: 10px 1px 10px 1px;
}

ul li {
   padding-bottom: 3px;
   padding-top: 3px;
}

.boximage {
   border: 3px double #008CCC;
   margin: 10px 20px 10px 20px;
   padding: 5px;
}

address {
   font-size: x-small;
   font-style: normal;
}

table, tr {
   width: 100%;
   }

td {
   vertical-align: top;
   }

td.half {
   width: 50%;
   }

td.third {
   width: 33.33%;
   }

td.twoThirds {
   width: 66.66%;
   }

td.quarter {
   width: 25%;
   }

td.threeQuarters {
   width: 75%;
   }

.error {
   background: red;
   color: white;
   margin: 5px;
   padding: 5px;
   text-align: center;
}
