body
{
  margin: 0px;
  border: 0px;
  background: white;
  color: black;
  font-size: 12pt;
}


table#layout
{
  width: 100%;
}

/* Header */

#header
{
  text-align: center;
  width:100%;
  background: #DDDDDD;
  padding: 3px 0 0px 0;
}

#linkbar
{
  margin: 10px 0 0 0;
  padding: 5px 0 30px 0;
  background: #AAAAAA;
}

/* Middle layout */

.td_filler
{
  width: 10%;
  background: #AAAAAA;
}

#td_content
{
  background: #AAAAAA;
  vertical-align: top;
}

#content
{
  background: white;
  position: relative;
  top: -20px;
  text-align: center;
  padding: 10px;
}

/* Footer layout */

#footer
{
  border-top: 1px black solid;
  text-align: center;
  padding: 10px 0px 5px 0px;
}

/* Link styles */

a 
{
  font-weight: bold;
  text-decoration: none;
  color: #0C6676;
}

a:hover
{
  text-decoration: underline;
}

/* Special rollovers for the linkbar */

#linkbar a
{
  padding: 0 5px 0 5px;
}

#linkbar a:hover
{
  background: #B4B4B4;
}

/* Real content styles... */

/* first navigation box.. */
#navigation
{
  border: 1px black solid;
  padding: 5px;
  margin: 10px 30px 10px 30px;
}

/* Next polling box */

#polling
{
  text-align: left;
}

#pollingtitle
{
  font-size: 1.2em;
  font-weight: bold;
}

/* Finally the news box... */

#news
{
  text-align: left;
}

#news .newsitem
{
  border: 1px #AAAAAA dashed;
  background: #DDDDDD;
  padding: 0px 5px 10px 5px;
  margin: 0px 0px 10px 0px;
}

#news .newstitle
{
  border-bottom: 1px #AAAAAA solid;
  padding: 0px 0px 3px 0px;
  margin: 2px 0px 5px 0px;
  font-size: 1.2em;
  font-weight: bold;
}
#news .newsbody
{
  margin: 0px 0 0 15px;
}

#newsboxtitle
{
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px 0;
}

