/**
 * Generic Tag Styles
 **/
body {
  background-color: #AFEEEE;
  background-image: url( "images/0110.png" );
  color: black;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

img
{
  border: 0em solid black;
}

h1
{
  font-size: 2em;
}

h2
{
  font-size: 1.25em;
}

h3
{
  font-size: 1em;
}

h1,h2,h3
{
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

a 
{
  text-decoration: underline;
  color:#125580;
}

a:hover
{
  text-decoration: underline;
}

small
{
  font-size: .75em;
}

/**
 * Classes Styles
 **/

.alert
{
  color: red;
  font-weight:bold;
}

.posts
{
  margin: auto;
  margin-top: 1em;
  padding: .25em 0em .25em 1em;
}

.posts p
{
  margin: 0em;
  padding: 0em;
}

.floatright
{
  float: right;
  text-align:center;
  margin: .25em;
  border: 1px solid black;
  padding: .25em; 
}

form.stylishform fieldset {
  margin-bottom: 10px;
}
form.stylishform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.stylishform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.stylishform fieldset ol {
  margin: 0;
  padding: 0;
}
form.stylishform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.stylishform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.stylishform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.stylishform fieldset fieldset label {
  display: block;
  width: auto;
}
form.stylishform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.stylishform label {
  width: 120px; /* Width of labels */
}
form.stylishform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


/**
 * Page Layout Styles
 **/

#container
{
  margin: 0 auto 0 auto;
  width: 800px;
  padding: 0em;
  line-height: 1.25em;
}

#skip {
  position: absolute;
  left: -9999px;
}

#links
{
   font-size: .9em;
   margin: 0em;
   background-color: white;
}

#links ul
{
  list-style: none;
  padding: .35em 0em .25em 0em;
  margin: 0em;
  text-align: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#links ul li
{
  display: inline;
  border: none;
  padding: 0em .75em 0em .75em;
  font-weight: bold;
}

#links a:link, #links a:active, #links a:visited, #links a:hover
{
   text-decoration: none;
}

#links a:hover
{
   text-decoration: underline;
}

.corner-row
{
   height: 13px;
}

.text-row
{
  background-color: #125580;
  height: 2.25em;
}

#header
{
  /* background-color: #125580; */
  padding: 0em;
  overflow: hidden;
  height: 3em;
}

#header h1
{
  float: left;
  font-size: 1.5em;
  line-height: 1.25em;
  border-right: 1px solid white;
  width: 37%;
  padding: 0em .5em 0em .5em;
}

#header a:link, #header a:active, #header a:visited, #header a:hover
{
   color: white;
   text-transform: uppercase;
   text-decoration: none;
}

#header h2
{
  line-height: 2em;
  width: 30%;
  float: left;
  padding-left: .75em;
  font-size: 1em;
  color: silver;
}

#content
{
  background-color: white;
  padding: 1em 1em 1em 1em;
}


#footer
{
  font-size: .75em;
  text-align: center;
  clear: both;
  border-top: 1px solid black;
}

#footer .text-row
{
   background-color: white;
   margin: 0em 0em -2px 0em;
   padding: 13px 0em 0em 0em;
}
