body
{
   background-color:rgb(153,204,102);
   font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
   font-size:12px;
}	


div#header, 
div#navigation, 
div#project-navigation,
div#content,
div#copyright
{
   width:670px;
   margin-left:auto;
   margin-right:auto;
   padding:10px;
   padding-left:30px;
   padding-right:30px;
   border-bottom:4px solid rgb(153,204,102);
   background-color:white;
}	

div#header img
{
   vertical-align:middle;
}

div#navigation
{
   text-align:justify;
}

div#content
{
   height:auto;
   padding-top:20px;
}

a
{
  color:black;
  margin-bottom:0px;
  padding-bottom:0px;
  text-decoration:none;
  font-weight:bold;
}

a:hover
{
   text-decoration:underline;
}

table
{
   border:0px;
}

th, td, p
{
   padding:0px;
   margin:0px;
   vertical-align:top;
}

p
{
   margin-bottom:20px;
}

hr
{
   clear:both;
   height:1px;
   border:1px solid rgb(153,204,102);
}

img
{
   border:none;
}

h1, h2,  h3, h4, h5, h6
{
   margin-top:0px;
}

li
{
   margin-bottom:1em;
}

div#copyright table
{
   font-size:9px;
   text-align:center;
}