
/* BODY */
#body { margin-top:0;
		margin-left:0;
		margin-right:0;
		/* background-color:#FFE8EF; */
      }

/*HEADER - SPACER */
#header { border:0;
		  padding:0;
		  border-spacing:0;
		  background-color:#FFFFFF;
		  }


/* LOGO */ 


/*PICTURE BODY */
#picture_body h1,h2{font-weight:bold; 
				 font-family:courier new;

				}


/* NAVIGATION*/
.navigation a{
	font-family: verdana;
	font-weight:bold;
	font-size:11pt;
	color:#666666;
	text-decoration: none;
	}
	
	/* TRY TO HAVE DIFFERENT ROLLOVER COLORS FOR EACH SECTION, HOW?
.navigation a:hover {
	color:#2e8b57; 
	text-decoration: none
	}*/
	
	
.navigation a:visited {
	text-decoration:none
	}
	

/* BODY TEXT */
#bodytext{
	font-family: verdana;
	color:#000000;
	font-size:11px;
	background-color:#FFFFFF;
	}
	
#bodytext li{
	font-family: verdana;
	font-size: 10px;
	color: #FF6633;
	}
	
#bodytext ol{
	font-size: 14px;

}
	

/*	
#bodytext embed{
	width: 320;
	height: 255;
	autostart: false;
	} */
	
li a:visited {
	text-decoration: none
	} 
li a:link    {
	text-decoration: none
	}


