
body {
	background: #9ccece ; }

h1 {
	font-family: "arial", "helvetica", sans-serif ;
	font-size: 1cm ;
	color: #009999 ; }


h2 {
	font-family: "arial", "helvetica", sans-serif ;
	font-size: 0.6cm ;
	color: #009999 ; }

h3 {
	font-family: "arial", "helvetica", sans-serif ;
	font-size: 0.5cm ;
	font: bold ;
	color: #ffffff ; }

h4 {
	font-family: "arial", "helvetica", sans-serif ;
	font-size: 0.4cm ; 
	color: #009999 ; }

p {
	font-family: "arial", "helvetica", sans-serif ;
	font-size: 0.4cm ; 
	color: #000000 ; }

p.small	{
	font-family: "arial", "helvetica", sans-serif ;
	font-size: 0.3cm ; }


/* these next three elements produce a drop shadow heading */
#title {	
	font: 1.2cm;
	font: bold;
	font-family: "arial", "helvetica", sans-serif;
	text-align: left;
	color: #009999;
	position: relative;
	top: 5px;
	left: 5px; }

#text {
	position: relative;
	top: 0px;
	left: 0px;
	color: #009999; 
	z-index: 2; }

#shadow {
	position: absolute;
	top: 4px;
	left: 4px;
	color: #ffffff;
	z-index: 1; }



/* From here on, elements used together to produce drop menus */	
.menuStyle  {
	color: #009999;
	font-size: 14px;
	font-family: "arial", "helvetica", sans-serif;
	background-color: #ffffff;
	padding: 5px;
	width: 390px;
	border: none;
	}


#menuHead   {
	background-color: #ffffff;
	position: absolute;
	z-index: 50;
	top: 80px;
	left: 15px
	}

		
#menuHead1  {
		position: relative;
		 }

#menu1 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	}

#menuHead2  {
		position: relative;
		 }

#menu2 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	}
	
#menuHead3  {
		position: relative;
		 }

#menu3 {
	position: absolute;
	z-index: 0;
	visibility: hidden;
	width: 150px;
	}
	
#menuHead4  {
		position: relative;
		 }

#menu4 {
	position: absolute;
	z-index: 0;
	visibility: hidden;
	width: 150px;
	}

#menuHead5  {
		position: relative;
		 }

#menu5 {
	position: absolute;
	z-index: 0;
	visibility: hidden;
	width: 150px;
	}

#menuHead6  {
		position: relative;
		 }

#menu6 {
	position: absolute;
	z-index: 0;
	visibility: hidden;
	width: 150px;
	}

a.menulink:link {
	font-weight: bold;
	text-decoration: none ;
	}

a.menulink:visited {
	font-weight: bold;
	text-decoration: none ;
	}

a:active {
	color: #009999;
	font-family: "arial", "helvetica", sans-serif;
	text-decoration: underline ;
	}

a.menulink:hover {
	color: #009999;
	font-family: "arial", "helvetica", sans-serif;
	font-weight: bold;
	text-decoration: none;
	}


a:link {
	color: #009999;
	font-weight: normal;
	font-family: "arial", "helvetica", sans-serif;
	}

a:visited {
	color: #009999;
	font-weight: normal;
	font-family: "arial", "helvetica", sans-serif;
	}

a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: "arial", "helvetica", sans-serif;
	}
