div {
		background-color: #F4FFE4;
		}

body {
		 background-color: #F4FFE4;
		 font-family: arial, helvetica, sans-serif;
		 color: #333333;
		 }

div.topbannerleft {
		 position: relative;
		 top:0px;
		 left: 0px;
		 height: 101px;
		 border: 0;
		 background-color: #D5EDB3;
		 z-index: 105;
		 }

div.greenbar {
		 position: relative;
		 top: 0;
		 left: 0;
		 width: 100%;
		 border-left: 0;
		 border-right: 0;
		 border-top: 4px;
		 border-bottom: 4px;
		 border-style: ridge;
		 border-color: #5C743D;
		 height: 40px;
		 background-color: #99CC66;
		 z-index: 102;
     }
		 
div.navigation {
		 position: relative;
		 top: 0px;
		 left: 0px;
		 height:800px;
		 background-color: #5C743D;
		 width: 175px;
		 text-decoration: none;
		 }

div.navbutton {
     border-bottom: thin solid #F4FFE4;
		 background-color: #5C743D;
		 color: #D5EDB3;
		 height: 30px;
		 font-family: arial, helvetica, sans-serif;
		 font-size: 12px;
		 font-weight: bold;
		 text-decoration: none;
		 cursor: pointer;
		 vertical-align: middle;
		 padding-left:10px ;
		 padding-top: 9px;
		 
		 }

div.navbutton:hover {
     background-color: #99CC66;
   	 color:#993300;
     }
		 
div.main {
     position:relative; 
		 top:-800px;
		 left: 175px;
		 width: 73%; 
		 padding: 10px 10px 10px 40px;
     }

div.scroll {
		 height: 300px;
		 overflow: auto;
		 border: 1px solid #666;
		 padding: 8px;
}

.pageName{
   	font: 18px Arial, Helvetica, sans-serif;
   	color: #99CC66;
   	line-height:26px;
   	letter-spacing:.21em;
	}
	
.viaemail {
    font-family: arial, helvetica, sans-serif;
	  font-size: 16px;
	  font-weight: bold;
	  text-decoration: none;
		
}

.viaemail:hover {
		color: #77fe70;
}

.viaemail:link {
		color: #99CC66;
}

.viaemail:active {
		color: #99CC66;
}

.viaemail:visited {
		color: #99CC66;
}
.subtitle {
   	font: 17px Arial, Helvetica, sans-serif;
		color:#993300;
		font-weight: bold;
		letter-spacing:.15em;
}

.subpageName {
   	font: 17px Arial, Helvetica, sans-serif;
   	color: #667788;
   	line-height:24px;
   	letter-spacing:.15em;
		font-weight: bold;
}

p {
    text-align: justify;
}

.comment {
		text-align: justify;
		font-family: Arial, Helvetica, sans-serif;
		font-size: medium;
		line-height:20px;
		background-color:#deeec6;
		padding:8px;
		
}
img {
    border: 0;
		margin: 0;
		padding: 0;
}

a.anchor {
    text-decoration: none;
		font: 20px Arial, Helvetica, sans-serif;
		color: #667788;
}

.wkshpTitle {
		font-size:x-large;  
		letter-spacing: 4px; 
		color: black;
		 float:none;
}

a.wkshp { background-color: #5C743D; color: #D5EDB3; font-weight: bold; cursor: pointer; vertical-align: middle; padding: 10px; padding-top: 3px;  padding-bottom: 4px; text-decoration: none; }
a.wkshp:hover { background-color: #99CC66; color:#993300; }

