body
  {

      margin-left: 3em; 
      margin-right: 3em;
      font-family: "Arial", "Helvetica", sans-serif;
      background: url(green.jpg);
      background-repeat: repeat-y;
  }



#content {
	margin: 0 10em; /* setting top and bottom margin to 0 and right and left margin to 10em */
}

#header {

      font-family: "Arial", "Helvetica", sans-serif;
      background:url(green.jpg) ;
      background-repeat: repeat-x;
      margin:0 0 0 -3em;
}


#nav1 {
	position: absolute;
	top: 1em;
	left: 0em;
	width: 10em;

}

#nav2 {
	position: absolute;
	top: 1em;
	right: 0em;
	width: 10em;
}

#footnotes

{
       margin: 0 5em;
       font-size: small;

}


li  {
      text-decoration: none;
      font-size: 10pt;
      font-family: "times new roman", helvetica, san-serif;
    }

#content li, p

{

     font-family: verdana, helvetica, san-serif;
     font-size: 10pt;


}


a {

     text-decoration: none;
     color: #234321;
     font-weight: bold;
     font-family: verdana, helvetica, san-serif;
     font-size: 10pt;

  }


A:active
	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#234321;
	}	
		
A:hover	
	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#234321;
        background:             #c7fdcb ;
	}	
		
A:visited	
	{	
	text-decoration:	none;
	font-weight:		bold;
	color:			#770000;
	}	


h1, h2, h3, h4, h5

{

     color: #234321;
     font-family: verdana, helvetica, san-serif;

}

h3

{
text-align: right;
}

h2

{
text-align: center;
}

h4
{
text-align: right;
}


h5
{
text-align: right;
font-style:italic;
}