html, body
{
  background-color:#FFFFCC;
  margin:0px;
  padding:0px;  
}

 
#header
{
  position:absolute;
  top:0px;
  left:0px;
  background-color:#FF9900;
  width:100%;
  height:100px;
  padding:0px;
  margin:0px;  
}

#navigation
{
  text-align:center;
  position:absolute;  
  top:100px;
  left:0px;
  width:180px;
  margin:0px;
  padding:0px;  
  padding-top:12px;
  background-color:#FFCC33;  
  height:100%;
  
}

#content
{  
  position:absolute;
  top:100px;
  left:180px;      
  /*margin-top:100px;*/
  margin-left:0px;
  padding-right:180px;
  margin-right:180px; 
  background-color:#FFFFCC; 
}

#features
{
  position:absolute;
  background-color:#FFCC33;  
  top:100px;
  right:0px;
  width:180px;
  margin:0px;
  padding:0px;
  
}

#logo
{
  padding:0px;
  margin-top:0px;  
  //height:90px;
  width:800px;
}

#banner
{
  position:absolute;
  top:5px;
  left:196px;
}

#banner_pic
{
  border:none;
  width:468px;
  height:60px;
}

#top_navigation
{
  position:absolute;
  top:79px;
  left: 196px;
  border:none;
  width:459px;
  height:21px;
}

h1, h2, p, ul, ol, table
{
  margin-left:16px;
  margin-right:16px;
  font-family:"Century Schoolbook", serif;  
}

img
{
  margin-left:16px;
  margin-right:5px;
}
  
h1
{
  font-weight:bold;
  font-style:normal;
  font-size:130%;
  line-height:1.1em;
  color:rgb(90,115,135);
  border-left:#FF9900 solid 20px;
  border-bottom:#FF9900 solid 4px;
  padding-left:12px;
  margin-top:32px;
}

h2
{
  font-weight:bold;
  font-style:normal;
  font-size:110%;
  line-height:1.1em;
  color:rgb(90,115,135);
  border-bottom:#FF9900 solid 2px;
  margin-top: 24px;
}

p.intro
{
  text-align:left;
  font-weight:normal;
  font-style:italic;
  font-size:100%;
  line-height:1.1em;
  margin-left:48px;
  color:lack;
}

p.text
{
  text-align:justify;
  font-weight:normal;
  font-style:normal;
  font-size:100%;
  line-height:1.1em;
  color:black;
}

li
{
  text-align:left;
  font-weight:normal;
  font-style:normal;
  font-size:100%;
  line-height:1.1em;
  color:black;
}

td, th
{
  text-align:left;
  font.style:normal;
  font-size:100%;
  line-height:1.1em;
  color:black;
}

th
{
  font-weight:bold;
  
}

div.box_title
{
  margin-top:16px;
  margin-left:8px;
  margin-right:8px;
  background-color:rgb(130,130,130);
  color:white;
  font-family:Tahoma, sans-serif;
  font-weight:bold;
  padding:1px;
}

div.box_content
{
  margin-left:8px;
  margin-right:8px;
  margin-bottom:8px;
  background-color:white;
  border:rgb(130,130,130) solid 1px;
  color:black;
  font-family:"Century Schoolbook", serif;
  font-size:80%;
  font-weight:normal;
  padding:3px;
}

#pics
{
margin-top:16px;
margin-left:8px;
margin-right:8px;
background-color:rgb(130,130,130);
padding:1px;
}
a:link {
text-decoration: underline;
font-size: 12pt;
color: #000000;
}

a:visited {
text-decoration: underline;
font-size: 12pt;
color: #000000;
}

a:hover {
text-decoration: underline;
font-size: 12pt;
font-weight: bold;
color: #FF0000;
}

a:active {
text-decoration: underline;
font-size: 12pt;
font-weight: bold;
color: #FF0000;
}



