* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

html, body
{
  font-size: 11px;
  background-color: rgb(255, 255, 102);
}

div
{
  text-align:left;
  position:relative;
}

div.spacer
{
  clear:both;
  height:1em;
}

#outer
{
  position:absolute;
  top:0;
  left:0;
  text-align:center;
  width:100%;
  min-width:750px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6em;
  background-color: rgb(255, 255, 102);
  margin:0 auto;
}

#browseralert
{
  width:98%;
  margin:0 auto;
  text-align:center;
}

#browseralert #browsercontent
{
  background-color:black;
  color:white;
  padding:0.5em 1em;
}

#browseralert #browserbutton
{
  float:right;
  color:black;
  background-color:rgb(89, 25, 179);
  position:relative;
  right:1em;
  bottom:0;
  border:black 1px solid;
  border-top:none;
  padding:0 .5em;
}

#browseralert #browserbutton a
{
  color:black;
}

#browseralert #browserbutton a:after
{
  content:"";
}

#preferences
{
  width:98%;
  margin:0 auto;
}

#preferences #prefcontent
{
  display:none;
  background-color:black;
  color:white;
  padding:0.5em 1em;
}

#preferences #prefcontent option
{
  padding-right:1em;
}

#preferences #prefbutton
{
  float:right;
  color:black;
  background-color:rgb(89, 25, 179);
  position:relative;
  right:1em;
  bottom:0;
  border:black 1px solid;
  border-top:none;
  padding:0 .5em;
}

#preferences #prefbutton a
{
  color:black;
}

#preferences #prefbutton a:after
{
  content:"";
}

#topcap
{
  height:25px;
  margin-top:25px;
}

#header
{
  width:750px;

  clear:both;
  margin:0 auto;
  color:black;
  border:none;
  border-top:none;
}

#header #himg
{
  width:750px;
  background:url('/data/images/header2.jpg') no-repeat top;
  height:200px;
  margin:0px auto 0 auto;
  border:none;
  border-bottom:none;
}

#menu
{
  width:750px;
  background:white;
  margin:0 auto;
  border:none;
  border-top:none;
  border-bottom:none;
}

#menu ul
{
margin:0 auto;
width:750px;
background-color:white;
}

#menu li
{
  width:107.14285714286px;
  text-align:center;
  list-style:none;
  float:left;
  border:1px rgb(89, 25, 179) solid;
  border-right:none;
}

#menu #first
{
  width:99px;
}

#menu #last
{
  border-right:1px rgb(89, 25, 179) solid;
}

#menu a
{
  color:black;
  background-color:rgb(89, 25, 179);
  display:block;
  padding-bottom:10px;
  text-decoration:none;
}

#menu #active
{
  padding-bottom:0px;
}

#menu a:focus, #menu a:hover, #menu a:active
{
  color:black;
  text-decoration:underline;
}

#menu a:visited
{
  color:black;
}

#menu a:visited:after
{
  content:"";
}

#contents
{
  width:750px;
  background:white;

  clear:both;
  margin:0 auto;
  border:none;
  border-top:none;
  border-bottom:none;
}

#contents #text
{
  margin:0 auto;
  padding:0 0.5em 0 0.5em;
  background-color:white;
}

#text li
{
  margin-left:2em;
}

#footer
{
  width:750px;
  background:white;

  clear:both;
  margin:0 auto;
  color:black;
  border:none;
  border-top:none;
}

#footer #footertext
{
  margin:0 25px;
  padding:0 0.5em 0 0.5em;
  background-color:white;
}

#footer #copyright
{
  margin:0 auto;
  clear:both;
  color:white;
  background-color:black;
  padding:.5em 0;
}

#footer #copyright a
{
  color:white}

#endcap
{
  height:25px;
  margin-bottom:25px;
}

.leftwrap
{
  float:left;
  padding-right:1em;
}

.rightwrap
{
  float:right;
  padding-left:1em;
}

a
{
  color:rgb(89, 25, 179);
  font-weight:bold;
  text-decoration:underline;
}

a:visited
{
  color:rgb(178, 121, 236);
}

a:visited:after
{
  content:"\00A0\221A";
  color:rgb(178, 121, 236);
}

img
{
  border:0;
}

p
{
  padding-top:1em;
  padding-bottom:1em;
}

h2, h3, h4, h5, h6
{
  line-height:1.2em;
  padding-top:1.3em;
  margin-bottom:1em;
}

h1
{
  font-size:x-large;
  text-align:center;
  line-height:1.2em;
  margin-bottom:.5em;
  padding-top:0.3em;
}
  
h2
{
  font-size:large;
  text-align:center;
}
  
h3
{
  font-size:small;
  text-align:center;
}
  
h4
{
  font-size:x-small;
  text-align:center;
}
 
h5
{
  font-size:xx-small;
  text-align:center;
}
