#content
{
  position: relative;
  top: -80px;
  padding:0px;
  text-align: left;
}

#body
{
  position: relative;
  text-align: left;
  left: 30px;
  width: 750px;
  //font-family: Microsoft Sans Serif;
  font-family: Verdana;
  font-size: 13px;
  color: #808080
}

#body td
{
  //position: relative;
  text-align: left;
  //left: 30px;
  //width: 750px;
  font-family: Verdana;
  font-size: 13px;
  color: #808080
}

#body a:link, a:visited
{
  text-decoration: none;
  font-weight: bold;  
  color: #808080;
  border: none;
}

#body a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #fdde12;
  border: none;
}

#topmenu
{
  position: relative;
  font-weight: bold;  
  font-family: Microsoft Sans Serif;
  font-size: 12px;
  top: -120px;
  left: 10px;
}

#topmenu p
{
  line-height: 90%;
  line-spacing: 30px;
  word-spacing: 25px;
}

#topmenu a:link, a:visited
{
  text-decoration: none;
  font-weight: bold;  
  color: #808080;
  border: none;
}

#topmenu a:hover
{
  text-decoration: none;
  font-weight: bold;
  color: #fdde12;
  border: none;
}

#title
{
  position: relative;
  top: -80px;
  left: 30px;
  text-align: left;
  //font-family: Microsoft Sans Serif;
  font-size: 36px;
  font-family: Verdana;
  color: #808080  
}

#logos
{
  position: relative;
  left: 10px;
  text-align: center;
}

#leftborder
{
  position: relative;
}

#leftborder p
{
  position: absolute;
  text-align: center;
  left: 20px;
}

#leftborder a
{
  height: 51px;
  width: 53px;
  text-indent:  10000px; 
  overflow: hidden;
  background: url("img/leftarrow.jpg") 0 0 no-repeat;
  display:block;
}

#leftborder a:hover
{
  background-position: 0 -35px;
  background: url("img/leftarrow1.jpg") 0 0 no-repeat;
}


#rightborder
{
  position: relative;
}

#rightborder p
{
  position: absolute;
  text-align: center;
  right: 20px;
}


#rightborder a
{
  height: 51px;
  width: 53px;
  text-indent:  10000px; 
  overflow: hidden;
  background: url("img/rightarrow.jpg") 0 0 no-repeat;
  display:block;
}

#rightborder a:hover
{
  background-position: 0 -35px;
  background: url("img/rightarrow1.jpg") 0 0 no-repeat;
}


#boggleworks
{
  position: relative;
  left: 400px;
  top: -57px;
}

body hr
{
  border: none;
  background-color: #d2d2d2;
  color: #d2d2d2;
  height: 1px;
}


table
{
  border-style: solid;
  border-width: 1px 1px 1px 0px;
  border-color: #d2d2d2;
}

td
{
  border-color: #d2d2d2;
  border-width: 0px 0px 0px 1px;
  border-style: solid;
  margin: 0;
  padding: 4px;
  font-family: Microsoft Sans Serif;
  font-size: 16px;
}

