body {  font-family: trebuchet ms, helvetica, verdana, arial;
	font-size: 12pt;  
	line-height: 1.2;
        text-decoration: none;
        text-align: justify;
        color: #000000;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        background: #ffffff; }

pre, p, li, table, td{
	font-size: 12pt;  
	line-height: 1.2;
	font-family: trebuchet ms, helvetica, verdana, arial;
	text-align: left;
	background: transparent;} 

h2 {
	font-size: 14pt;
	font-family: trebuchet ms, helvetica, verdana, arial;
	margin-bottom: 5px;
	color: #000000;
	background: transparent;
	font-weight: bold;}
h1 {font-size: 26px;
	font-family: trebuchet ms, helvetica, verdana, arial;
	margin-bottom: 5px;
	color: #000000;
	background: transparent;
	text-indent: 20px}

a { text-decoration: none;
    border-bottom: 1px #0588BC;}

a:link {   text-decoration: none; 
            color: #0588BC;}

a:visited, a:visited:hover {   text-decoration: none;
                                color: #0588BC;}

a:hover, a:active, a:visited:hover { 
				text-decoration: underline; 
                    		color: #0588BC;}  


/* divs */
#navigation {
	position: absolute;
	top: 150px;
  	left: 20px;
 	width: 200px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;}

#bodytext {
	position: absolute;
	top: 150px;
  	left: 250px;
	width: 550px;
	padding: 2px 2px 2px 2px;} 
	
#title { 
	position: absolute;
	top: 0px;
  	width:100%;	
	background-color: #ffffff;} 
   	
#plant { 
	position: absolute;
	top: 500px;
	left: 20px;} 
#validation {
	position: absolute;
	bottom: 0px; 
	right: 0px;}
	  
#mailinglist {
	padding: 2px 2px 2px 2px;
	background-color: #eeeeee;
	border-top: 1px dashed #808080;
	border-left: 1px dashed #808080;
	border-right: 1px dashed #808080;
	border-bottom: 1px dashed #808080;} 
		
	/* link list stuff */

#navigation ul li:before {
   content: "\00BB \0020";
   }
   
#navigation ul {
	border-top: 1px dotted #5F6B61;
	margin: 5px 5px 0px 5px; 
	padding: 0px 0px 0px 0px;}
	
#navigation li {
	display: block;
	background-repeat: no-repeat;
	background-position: 1px 6px;
	list-style-type: none;
	color: #000000;
	background-color: #ffffff;
	font-size: 12pt; 
	line-height: 18px;
	font-weight: normal; 
	font-style: normal;
	font-family: trebuchet ms, helvetica, verdana, arial;
	text-align: left; 
	border-bottom: 1px dotted #5F6B61;
	margin: 0px 0px 0px 0px; 
	padding: 3px 15px 3px 15px;}

#navigation li:hover {
	background-color: #CAE4F1;
  	color: #00578A;}

