body
{
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  font-family: arial, veranda, sans-serif;
  font-size:92%;
}

small
{
  font-size: 72%;
}

.smaller
{
  font-size: 82%;
}

img
{
  border: 0px;
}

h1
{
  font-family: Georgia,Serif;
  font-size: 110%;
  color: #555;
}

h2
{
  font-family: Georgia,Serif;
  font-size: 100%;
  color: #555;
}

a
{
  text-decoration: none;
  color: #3D2ACA;
}

small a
{
  color: #92A9E4;
}

a:hover
{
  color: #990000;
}

a:visited
{
  color: #3D2ACA;
}

small a:visited
{
  color: #92A9E4;
}



#header
{
  margin: 0px auto;
  width: 721px;
  border-bottom: 3px #B0C3F4 solid;

  height: 67px;
}

#logo
{
  float: left;
  padding-left: 4px;
  
}

#headerright
{
  float: right;
  width: 600px;
  padding-top: 40px;
  text-align: right;
}

#main
{
  margin: 0px auto;
  width: 721px;
  clear: both;
  position: relative;
  top: 5px;
  padding-bottom: 10px;

}

#toplinks
{
  position: absolute;
  left: 490px;
  text-align: right;
  width: 500px;
  font-size: 73%;
}

#toplinks a 
{
  color: #666;
}

#toplinks a:hover
{
  text-decoration: underline;
}

html>body #toplinks
{
  left: 500px;
}

#copyright
{
  margin: 0px auto;
  width: 721px;
  clear: both;
  position: relative;
  top: 5px;
  color: #A3B8EF;
  font-size: 80%;
  padding-top:3px;
  border-top: 3px #B0C3F4 solid;
}

table#frontcategories
{ 

  margin-top: 0px;
  width: 721px;
  padding-top: 7px;
  padding-bottom: 7px;
}

table#frontcategories td
{
  width: 237px;
  vertical-align: top;
  padding-bottom: 9px;
  padding-top: 9px; 
}

html>body table#frontcategories td
{
  padding-bottom: 5px;
  padding-top: 5px;
}


