/* BLIND ACCESSIBLE STYLES */
		#invisilink {
			background-color:7bb58d; /* green */
			color:7bb58d;
			font-size:1px;
		}

/* BODY AND CONTAINER */

		body {
			/* background-image: url(images/background.jpg); */ /* green gradient */
			background-color:#d6edd7;
			text-align:center;		/* this centers the container in the middle of the browser windows */
		}

		#container {
			width: 970px;
			/*height: 550px;
			max-height: 550px;*/
			margin: 0 auto;					/* this centers the container in the middle of the browser windows */
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666666;  /* grey */
			/* background-color: #ffffff; */ /* white */
			background-color: #d6edd7;  /* light green */
			/* border: 1px solid #072c13; */ /* dark green */
			/* background-color:#d6edd7; */ /* light green */
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */;
			font-size: 32px;
			text-align: center;
			color: #072c13; /* dark green */
			font-weight: normal;
			line-height:32px;
			margin-bottom: 30px;
			padding-left: 10px;
		}

		h2 {
			color: #ffffff; /* white */
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #072c13; /* dark green */
		}

		h3 {
			color: #072c13; /* white */
			font-size: 11px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			margin-bottom:-20px;
		}
		
		a {
			color: #0052a2; /* BLUE */
			text-decoration: none;
		}

		a:hover {
			background-color: #0052a2; /* blue */
		}

		form {
			font-size: 9px;
		}
		
		input {
			background-color: #ffffff;
			color: #000000;
			border: 1px solid #000000;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		
		.text-content {
			padding-bottom: 10px;
			color: #072c13; /* dark green */
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
		}
		
		.specialHeadline 
			{
			color: #ff0000; /* RED */
			font-size: 14px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			}

		
		
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		border: 1px dashed #D1C9BE;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		
		
/* Video/Animation */
	
		#vidani {
			width: 220px;
			height: 182px;
			background-color: #d6edd7; /* light green */
		}
		

/* HEADER */

		#header {
			margin-bottom: 0px;
			background-color: #d6edd7; /* light green */
			width: 748px;
			height: 182px;
			/* float: left; 9/5 */
		}
		
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #EFEFEF;
		}


/* NAVIGATION */
	
		#navbar {
			width: 220px;
			background-color: #d6edd7; /* light green */
		}
	
		#navbar li a {
			height: 32px;
  			voice-family: "\"}\""; 
  			voice-family: inherit;
  			height: 24px;
			text-decoration: none;
		}	
	
		#navbar li a:link, #navbar li a:visited {
			color: #E4D6CD;
			display: block;
			background:  url(navbar.gif);
			padding: 8px 0 0 10px;
		}
	
		#navbar li a:hover {
			color: #FFF;
			background:  url(navbar.gif) 0 -32px;
			padding: 8px 0 0 10px;
		}	

		img {
   			border: none;
		} 

		
/* CONTENT LEFT */

		#contentleft {
			background-color: #ffffff; /* white */
			width: 355px;
			height: 350px;
			max-height: 350px;
			margin-left: 10px;
			margin-right: 10px;
			float: left;
			overflow: auto;
		}
		
		#contentleft p {
			padding-bottom: 10px;
			color: #072c13; /* dark green */
		}
		
		#contentleft a {
			color: #0052a2; /* BLUE */
			text-decoration: none;
			font-weight:bold;	
		}
		
		#contentleft a:hover{
			color: #ffffff; /* white */
			text-decoration: underline;
			border-bottom: none;	
			font-weight:bold;	
			background-color: #0052a2; /* blue */

		}
	
		
/* CONTENT RIGHT */

		#contentright {
			background-color: #ffffff; /* white */
			width: 355px;
			height: 350px;
			max-height: 350px;
			margin-left: 10px;
			float: left;
			overflow: auto;
		}
		
		#contentright p {
			padding-bottom: 10px;
			color: #072c13; /* dark green */
		}
		
		#contentright a {
			color: #0052a2; /* BLUE */
			text-decoration: none;
			font-weight:bold;	
		}
		
		#contentright a:hover{
			color: #ffffff; /* white */
			text-decoration: underline;
			border-bottom: none;	
			font-weight:bold;	
			background-color: #0052a2; /* blue */
		}

/* STANDARD PAGE CONTENT - NOTE:  DO NOT USE THIS STYLE WITH CONTENTLEFT OR CONTENT RIGHT.  IT WILL CAUSE UNPREDICTABLE LAYOUT PROBLEMS.*/

		#pagecontent {
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666666;  /* grey */
			background-color: #ffffff; /* white */
			padding-left:10px;
			padding-right:10px;
		}
		
		#pagecontent p {
			padding-bottom: 10px;
			color: #072c13; /* dark green */
			text-align:left;
		}
		
		#pagecontent td {
			text-align:left;
		}

		#pagecontent td a {
			color: #0052a2; /* BLUE */
			text-decoration: none;
			font-weight: 500;	
			text-align:left;
		}

		#pagecontent a {
			color: #0052a2; /* BLUE */
			text-decoration: none;
			/* border-bottom: 1px dashed #072c13; */
			font-weight: 500;
		}
		
		#pagecontent a:hover{
			color: #ffffff; /* white */
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;
			background-color: #0052a2; /* blue */
		}

		#pagecontent li {
			color: #072c13; /* dark green */
			text-align:left;
		}	



/* FOOTER */

		#footer {
			background-color: #d6edd7; /* light green */
			padding: 0px 0px 0px 0px; /* top right bottom left */
			text-align: center;
			color: #072c13;  /* dark green */
			clear:both;
			/* float: left; 9/5 */
			/*width: 742px;*/
			/* width: 744px; 9/5 */
			/* 9/5 */
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			/* 9/5 */
		}
		
		#footer p {
			color:#072c13; /* dark green */
			padding: 5px;
		}

		#footer a {
			color:#072c13; /* dark green */
		}
		
		#footer a:hover {
			color: #d6edd7;
			background-color: #072c13; /* dark green */
		}
		
		
/* NAVIGATION - TEXT ONLY*/
	
		#navbarText {
			clear: both;
			width: 220px;
			/*height: 550px;
			max-height: 550px;*/
			background-color: #d6edd7; /* light green */
			color: #072c13; /* dark green */
			float: left;
		}

		#navbarText a:link, #navbarText a:visited {
			padding:-20px 0px 0px 0px;
			color: #072c13; /* dark green */
			display: block;
		}

		#navbarText a:hover {
			background-color: #d6edd7; /* light green */
			color: #FFFFFF;
		}	

		#textMenu {
			color: #072c13; /* dark green */
			padding:0px;
			margin:0px;
			font-size:10px;
		}
		
		#textMenu li {
			list-style-type:none;
		}	
		
		#textMenu li a:link, #textMenu li a:visited {
			color: #072c13; /* dark green */
			display: block;
		}

		#textMenu li a:hover {
			background-color: #d6edd7; /* light green */
			color: #FFFFFF;
		}
		
		.navBarTextSectionHeader {
			padding-top:10px;
			color: #072c13; /* dark green */
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			display:block;
			font-weight:bold;
		}


