BODY
{
  background-color: white;
  color: black;
  font-family: "Trebuchet MS", sans-serif;
  width: 46em;
  margin-left: auto;
  margin-right: auto;
}

H1, H2, H3, H4, H5, H6
{
  font-family: Georgia, serif;
  font-weight: bold;
  text-align: left;
}


A
{
  color: #0000FF;
}

A:visited
{
  color: #FF0000;
}

A:active, A:hover
{
  color: #FF00FF;
}

#header
{
  background-color: #700000; /* #990033;*/
  color: #FFFFCC;
  padding: 0.7em;
}

#header-left
{

}

#header-right
{
  height: auto;
  margin: 0px;
}

h1#site-title
{
  margin: 0;
  font-size: 1.3em;
  float: left;
  height: auto;
  padding: 0;
}

h1#site-title A, #footer A
{
  color: #FFFFCC;
  text-decoration: none;
}

h1#site-title A:hover, h1#site-title A:active, #footer A:hover, #footer A:active
{
  text-decoration: underline;
}

#header-right
{
  float: right;
  margin-top: 0.3em;
}

#header-right ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  font-size: 0.75em;
}

#header-right li
{
  display: inline;
  padding-left: 0.8em;
}

#header-right a
{
  text-decoration: none;
  color: #FFFFCC;
  font-weight: bold;
}

#header-right a:active, #header-right a:hover
{
  text-decoration: underline;
}

#main
{
  text-align: justify;
<!--[if IE]>
  margin-top: 1em;
<!--[endif]>
}

#main-left
{
  width: 32.5em;
  float: left;
}

#sidebar
{
  width: 14.5em;
  font-size: 0.8em;
  float: right;
}

#sidebar h2
{
  text-align: center;
}

.ad-footer
{
  clear: both;
  text-align: center;
  margin-top: 1px solid black;
  padding-top: 1em;
}

#footer
{
  margin-top: 1em;
  padding: 0.2em;
  background-color: #700000;
  color: #FFFFCC;
  text-align: right;
  clear: both;
  font-size: 0.8em;
}

#footer p
{ margin: 0;
  padding: 0;
  }

#footer A, #footer A:visited
{
  font-weight: bold;
  text-decoration: none;
  color: #FFFFCC;
}

#footer A:active, #footer A:hover
{
  text-decoration: underline;
}

#sidebar ul
{
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}

#sidebar ul li
{
  margin-left: 0;
  padding-left: 0;
}

.boxout-floatleft, .boxout-floatright
{
  border: 1px dotted #000000;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #FFFFCC;
}

.boxout-floatleft
{
  float: left;
  margin-right: 5px;
}

.boxout-floatright
{
  float: right;
  margin-left: 5px;
}

.boxout-caption
{
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 0.75em;

}

A IMG
{
  border: 0;
}

dl dt
{
  font-weight: bold;
}

dl dd
{
  margin-left: 0;
  padding-bottom: 1em;
}