/******************************************************************************
* Name:        generic.css
* Date:        2004-06-26
* Description: Stylesheet for generic theme.
******************************************************************************/

BODY
{
  background-color: #33FFFF;
}

#Content
{
  text-align: justify;
  background-color: white;
  padding: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
}

DIV.Footer
{
  font-size: 12px;
  padding: 3px;
  text-align: center;
  background-color: black;
  color: white;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

H1
{
  border-bottom: 2px solid black;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  font-size: 24px;
  font-family: Helvetica, Arial, sans-serif;
}

P
{
  padding-left: 2px;
  padding-right: 4px;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}

EM
{
  font-style: italic;
}

STRONG
{
  font-weight: bold;
}

A, A:hover, A:link, A:active, A:hover, A:visited
{
  color: blue;
  text-decoration: none;
}

A:hover
{
  text-decoration: underline;
}

DIV.Footer A, DIV.Footer A:link, DIV.Footer A:active, DIV.Footer A:visited
{
  color: yellow;
}

DIV.Footer A:hover
{
  background-color: yellow;
  color: black;
}

DIV.EntryHeader
{
  padding: 6px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 102px;
  margin-top: 40px;
}

DIV.EntryHeader IMG
{
  position: absolute;
  height: 100px;
  width: 100px;
  border: 1px solid black;
}

DIV.EntryHeader P.EntryTitle, DIV.EntryHeader P.EntrySubTitle, DIV.EntryHeader P.EntryDate
{
  padding: 0px;
  margin: 0px;
  margin-bottom: 4px;
  font-size: 20px;
  padding-left: 112px;
}

DIV.EntryHeader P.EntrySubTitle
{
  font-size: 12px;
}

DIV.EntryHeader P.EntryDate
{
  padding-top: 40px;
  font-size: 10px;
}