a:active  {color: red}
a:link    {color: black}
a:visited {color: black}

a.sidebar         {text-decoration: none;  font-size: 10pt;}
a.sidebar:hover   {text-decoration: underline}

body
{
  background-repeat: no-repeat;
  background-image:url('/images/cec_logo_red_with_flower.jpg');
  font-family: Verdana, Arial, sans-serif;
  color: black;
  background-color: white;
  height:100%;
  margin:0px;
  padding:0px;
  font-size: 10pt;
}

p.article
{
  margin-top:0px;
}

h3.article, h4.article
{
  margin-bottom:0px;
}

.bodytext
{
  background-repeat: repeat;
  position:absolute;
  top:135px;
  left:129px;
  width:600px;
  font-weight: normal;
  font-size: 10pt;
  color: #000000;
  font-style: normal;
  text-decoration: none;
  z-index:1;
}

.bodyTextTitle
{
  font-weight: bold; 
  font-size: 13pt;
}

.bodyTextHeader
{
  font-weight: bold; 
  font-size: 11pt;
}

#sidemenu
{
  position:absolute;
  top:135px;
  left:3px;
  width:142px;
  z-index:1;
}

.credits
{
  font-size: 8pt;
}

.MiniBioTitle
{
  text-decoration:underline;
}

.MiniBioText, .MiniBioTitle
{
  font-style:italic;
  font-size:8pt;
}

.CopyRight
{
  font-size:8pt
}


.code
{
  white-space:pre;
  font-family: "Courier New", monospace;
  padding-bottom:8pt;
  width:598px;
  background-color:#f5f5f5;
  border-style:solid;
  border-color:black;
  border-width:1px;
}
