		body {
			margin: 0;
			background: #DAE0C3;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 84%;
		}
		img {
			border:0;
		}
		#page {
			width: 980px;
			background-color: white;
		}
		#head {
			width: 100%;
			background-color: #669933;
			color: white;
			margin:0;
		}
		#logo {
			font: 3em Arial, Helvetica, sans-serif;
		}
		#menu {
			width: 745px;
			float: right;
			clear: both;
			padding-top: 51px;
		}
		#wall {
			clear: both;
			background-color: white;
			
		}
		#info {
			float: left;
			width: 218px;
			background-color: #ccff66;
			margin: 10px 0 30px 0;
			padding: 10px 0 10px 0;
			border-right: 1px solid silver;
		}
		#info p {
			padding: 0 10px 0 0;
			font-size: .9em;
		}
		#focus, .focus {
			float: left;
			background-color: white;
			overflow: hidden;
			width: 460px;
		}
		#focus p, .focus p {
/*			width: 420px;*/
		}
		#extra {
			font-size: 0.9em;
			float: right;
			width: 290px;
			border-left: 1px solid silver;
			margin-top: 10px;
		}
		#end {
			padding: 5px;
			background-color: #669933;
			
		}		
		.clear {
			clear: both;
		}
		
		
strong, b, em {
	font-style: normal;
	font-weight: bold;
}
		
		
a {
	color: #000;
	text-decoration: none;
	}
a:link {
	color: #AB1615;
	}
a:visited {
	color: #8A0400;
	}
a:active {
	color:red;
	}
a:hover {
	color: navy;
	text-decoration: underline;
	}
a.out {
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed gray;
}
a.out:hover {
	color: blue;
}

		h1 {
			clear: both;
			font-size: 2.2em;
			font-weight: normal;
			margin-top: 0px;
			margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
			padding: 0.6em 0em 0.4em 15px;
			font-family: arial, helvetica, sans-serif;
		}
		h2, h3 {
		clear: both;
		font-family: arial, helvetica, sans-serif;
		font-size: 1.3em;
		margin: 1em 0 0.4em 15px;
		padding: 1px 0 0 0;
		font-weight: bold;
		background-image: none;
		}
		p {
			line-height: 1.4em;
			padding:0px 15px 0em 0;
			margin: 0 0 0.8em 15px;
		}
		form {
			margin: 0;
			padding: 0;
		}
		#head a {
			text-decoration: none;
		}
		#head a:hover {
			color: white;
			text-decoration: underline;
		}
		#head #current a:hover {
			color: blue;
			text-decoration: underline;
		}
		a {
			text-decoration: underline;
		}
		a:hover {
			color: blue;
			text-decoration: underline;
		}
		.small, small {
			margin-top: 10px;
			margin-bottom: 12px;
			font-size: 8pt;
		}
label {
    width: 120px;
	line-height: 2em;
	background-color: #CCFF66;
	margin: 0.5em 0em 0.2em -0.3em;
	padding: 1px 9px 1px 4px;
	font-size: 8pt;
	font-weight:bold;
	cursor:help;
}

		#sections {
			margin: 0;
			padding: 0;
			color: black;
			font-family: "Helvetica Neue", Helvetica, "Trebuchet MS", verdana, arial, helvetica, sans-serif;
			font-size: 10pt;
			list-style: none;
			line-height: 1.8em;
			float:left;
			}
		#sections li {
		  height: 34px;
		  float:left;
		  display:inline;
		  margin:0 3px 0 3px;
		  padding:0;
		  font-weight:bold;
		  background-color: #8EC15B;
		  }
		#sections a {
		  display: block;
		  color: #344E1A;
		  margin:0;
		  padding: 6px 17px 2px 17px;
		  }
		#sections #searchtab {
		  color: #344E1A;
		  margin:0;
		  padding: 4px 12px 0 0;
		  white-space: nowrap;
		  }	
		#sections #searchtab a {
		  display: inline;
		  color: #344E1A;
		  margin: 0 0 0 0;
		  padding: 0px 0 0px 5px;
		  }
		#sections #searchtab #searchform {
			display: none;
			width: 100px; height: 14px; font-size: 10px;
			border: 2px solid #D2D1A2;
			padding: 2px;

		}
		#sections #current {
		  background-color: white;
		  border-right: 1px solid green;
		  
		  }
		#sections #current a {
		  
		  }
		#sections #searchtab {
			padding-left: 10px;
		}
		
		
		
.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
    /* background-image: url(images/box); */
    background-color: #8EC15B;
    width: 200px;
    z-index: 500;
    border: 4px solid #ccff66;
    
}
.popup p {
    margin: 10px 0 10px 10px;
    padding: 0;
    width: 180px!important;
    font-size: 0.9em;
}
.trigger {
	z-index: 100;
}
		
		
.prod {
float:left; clear:left; margin-right: 10px;
}