body {
  margin: 0;
  padding: 0;
  color: black;
  font-family: Times, TimesNR, 'New Century Schoolbook', serif;
}

A:link    {color: #555555; text-decoration: none; font-weight: normal;}
A:visited {color: #222222; text-decoration: none; font-weight: normal;}
A:active  {color: #222222; text-decoration: none; font-weight: normal;} 

#content {
  /*margin-left: 6em;
  margin-right: 6em;*/
  margin-top: 2ex;
  position: relative;
}

.boxtitle
{
  margin-bottom: -0.5em;
  font-size: large;
  color: rgb(70,130,180);
  font-family: Times, TimesNR, 'New Century Schoolbook', serif;
  font-weight: bold;
}

.links
{
  float: right;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  line-height: 2em;
  border-style: outset none none outset; 
  border-width: 1px;
  border-color: rgb(255,255,255); 
  width: 14em;
  margin-bottom: 2em;
}

#linkstext
{
  float: right;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  border-style: outset none none outset;
  border-width: 1px;
  border-color: #69C10B;
  width: 14em;
  height: 4em;
  margin-bottom: 2em;
}

.text
{
  font-family: Times, TimesNR, 'New Century Schoolbook', serif;
  color: rgb(70,130,180);
}

.footerlinkleft
{
    float: left;
    /*margin-left: 1em;*/
}

.footerlinkright
{
    float: right;
    /*margin-right: 1em;*/
}


.box
{
  padding-left: 3em;
  padding-top: 1em;
  float: left;
}

#banner
{
  border-style: outset none none outset;
  border-width: 1px;
  border-color: rgb(255,255,255);
  padding: 5px;
  margin-bottom: 2em;
  padding-bottom: 1em;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 28pt;
  color: #EEEEEE;
  clear: both;
}

.footer
{
  border-style: outset none none outset;
  border-width: 1px;
  border-color: rgb(255,255,255);
  padding: 5px;
  clear: both;
  height: 1em;
}

#footer1
{
  border-style: outset none none outset;
  border-width: 1px;
  border-color: rgb(255,255,255);
  padding: 5px;
  clear: both;
  height: 3em;
}

.banner1
{
  font-family: Times, TimesNR, 'New Century Schoolbook', serif;
  font-size: 28pt;
  color: #EEEEEE;
}

hr {
  width: 80%;
  height: 2px;

  margin-top: 1ex;

  border: none;
  border-top: 1px solid rgb(70,130,180);
  border-bottom: 1px solid lightgrey;
}


#trailright {
  font-family: Times, TimesNR, 'New Century Schoolbook', serif;
  font-size: 12px;
  color: #000000;
  text-align: right;
  padding: 0;
  padding-right: 1%;
}

#trail {
  float: left;
  font-family: Times, TimesNR, 'New Century Schoolbook', serif;
  font-size: 12px;
  color: #000000;
  padding-top: 4px;
  padding-left: 1%;
}

#logo {
  position: absolute;
  width: 528px;
  height: 448px;
  top: 10%;
  left: 20%;
}

.small
{
  font-size: small;
}
