
body
{
    margin: 0px auto;
    position: relative;
    width: 900px;
    background-color: #ffffff;
    border: #999999 4px solid;
}

#header
{
   font-family: Palatino;
   font-size: 24px;
   font_weight: bold;
   height: 210px;
   border: #999999 4px solid;
   background-color: #8faf8f;
   padding-top: 10px;    
}

#nav
{
   position: absolute; left: 20px; top: 18px; 
   text-align: center;
   background-color: #8faf8f;
   border: #999999 2px solid;
   cursor: pointer;
   margin: 0px;
}


#nav ul
{
  margin: 0px;
  padding: 0px;
}

#nav li
{
  list-style: none;
  font-family: Arial, Times New Roman;
  font-size: 12px;
  font-weight: bold;
  background-color: #005137;
  color: #cccc99;
  padding-top: 1px;
  padding-left: 3px;
  padding-right: 3px;
  margin-top: 1px;
  margin-bottom:0px;
}


#nav ul a
{
  
  text-decoration: none;
  color: #cccc99;
}

#nav ul a:hover
{
  text-decoration: none;
  background-color: #333300;
}

#content
{
  position: relative; top: 0; left:0;
  background-color: #ffffff;
  padding-bottom: 15px;
}

#content a
{
  text-decoration: underline;
  font-weight: bold;
  color: #005137;
}

#content a:hover
{
  text-decoration: underline;
  color: #7c0000;
}

#homepage-left
{
   position: float; left 0px;
   padding: 20px;
   width: 450px;
}

#homepage-right
{
   position: absolute; left: 480px; right: 0; top: 0px;
   padding: 20px;
   width: 300px;
   border-left: #999999 4px solid;
}

#inside-left
{
   position: relative; left 0px; 
   margin-right: 450px;
   padding: 20px;
   width: 410px;
   border-right: #999999 4px solid;
}


#inside-right
{
   position: absolute; top: 0; left: 475px;
   padding-left: 40px;
   padding-top: 28px;
   width: 300px;   
}

#inside-right-column
{
   position: absolute; top: 0px; left: 475px;
   background-color: #cccc99; 
   padding-left: 0px; 
   width: 300px;   
}

#box
{
  background-color: #cccc99;
  padding: 10px;  
}

#outlinedbox
{
  border: #999999 2px solid;
  padding: 10px;
}

img
{
   margin-left: 5px;
   margin-right: 5px;
}

h1
{
   font-family: Palatino, Arial, Times New Roman;
   font-size: 18px;
   font_weight: bold;
   color: #005137;
}

h2
{
   font-family: Palatino, Arial, Times New Roman;
   font-size: 14px;
   font_weight: bold;
   color: #005137;
}

.header
{
   font-family: Palatino, Arial, Times New Roman;
   font-size: 14px;
   font_weight: bold;
   color: #005137;
}

h3
{
   font-family: Palatino, Arial, Times New Roman;
   font-size: 12px;
   font_weight: bold;
   color: #005137;
}

.text
{  
  font-family: Palatino, Arial, Times New Roman;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

.textgreen
{  
  font-family: Palatino, Arial, Times New Roman;
  font-size: 12px;
  font-weight: bold;
  color: #005137;
}

.error
{
  font-family: Palatino, Arial, Times New Roman;
  font-size: 10px;
  font-weight: bold;
  color: #7c0000;
}

.tagline
{
  font-family: Palatino, Arial, Times New Roman;
  font-size: 12px;
  font-style: italic;
  color: 005137;
  margin-top: 5px;
}

.smalltext
{
  font-family: Palatino, Arial, Times New Roman;
  font-size: 10px;
  font-weight: normal;
  color: #333333;
}
	
