

body {
    color: black;
    background: white;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-family: sans-serif;
  }


h1 {
    clear: none;
  }


#phoneNumber {
    position: absolute;
    width: 98%;
    text-align: right;
    font-size: 25;
    font-weight: bold;
    top: 2px;
  }


#special {
    float: right;
    border: none;
  }


.leftImages {
    float: left;
    padding-right: 1em;
  }


.figure {
    float : left;
    font-size : small;
    font-style : italic;
    font-weight : bold;
    padding-right : 2em;
    text-align : center;
  }


.rightImages {
    float: right;
    padding-left: 1em;
  }


.maintitle {
    color: white;
    font-size: x-large;
    font-weight: 700;
    padding: 0;
    border: 0;
    margin: 0;
  }


sup.tm {
    font-size: xx-small;
    font-weight: 100;
  }


i.motto {
    font-family: "Lucida Handwriting", cursive;
    font-size: small;
  }


.headers {
    color: white;
    padding: .3em;
    font-family: verdana, sans-serif;
    background-image: url("../images/back.png");
    background-color: #000066;
  }


.loginpanel {
    background-color: #087CA3;
    font-size: small;
    text-align: right;
    font-weight: bold;
  }


.quote {
    color: white;
    font-size: small;
    font-style: italic;
    position: absolute;
    width: 35%;
    top: 1.5em;
    left: 65%;
    font-family: "Lucida Handwriting", cursive;
  }


.menu {
    color: black;
    font-size: small;
    font-weight: bold;
    position: absolute;
    background-color: #8EC0BD;
    width: 100%;
    text-align: center;
  }


.menuitem {
    font-weight: bold;
    text-align: center;
    padding-right: 1em;
    padding-left: 1em;
  }


A:link.menuitem, A:visited.menuitem {
    text-decoration: none ;
    color: #41515B;
  }


A:active.menuitem {
    text-decoration: underline;
    color: #41515B;
  }


A:link.loginpanel, A:visited.loginpanel {
    text-decoration: none ;
    color: #04394B;
  }


A:active.loginpanel {
    text-decoration: underline;
    color: #04394B;
  }


.news {
    position: absolute;
    top: 8em;
    left: 1em;
    width: 17em;
    font-size: small;
    background-color: #8EC0BD;
    padding: .2em;
  }


.newsheader {
    font-weight: bold;
    font-size: medium;
    text-align: center;
    padding-bottom: 1em;
  }


.headline {
    font-weight: bold;
    font-size: large;
  }


.maintext {
    position: absolute;
    top: 7em;
    left: 1em;
    padding-top: 0;
    margin-top: 0;
    font-size: medium;
  }


.construction {
    position: absolute;
    top: 25em;
    text-align: center;
    color: black;
    width: 100%;
    font-weight: bold;
  }


.productTitle {
    font-size: large;
    font-weight: bold;
    background: #8EC0BD;
  }

