body {
	background-image: url(images/colorbar.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.invisible {
	visibility: hidden;
}

/*Set Image display as block sets basic fonts for most common tags  */

img {
	display: block;
	border: 0;
}

.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #76b900;
	text-decoration:none;
}
.navtext a a:link a:visited{
	color: #76b900;
	text-decoration:none;

}
.navtext a:hover, a:active{
	color: #0076CC;
	text-decoration: underline;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #659314;
	text-decoration: underline;
}
a:visited {
	color: af8c00;
	
}
p a:link a:visited {
	color: #76b900;
	text-decoration:none;
}

p a:hover a:active{
	color: #0076CC;
	text-decoration: underline;
	}
	
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 145%;
	margin-top: -10px;
	margin-bottom: 10px
	
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 2em;
}
.black {
	color: #000000
	font-size: 13px;
}

ul {
	font-size: 12px;
	color: #333333;
	line-height: 145%;
	}
	
	

/*
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
		display: block;

}
*/
.big-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	color: #76b900;
	text-decoration: underline;
}
.big_gray {
	font-size: .75em;
	line-height: 145%;
	font-weight: bold;
	color: #666666;
}

.margin15	{
	margin-top: -25px;
	}
	
.margin10 {
	margin-top: -10px;
}
.marginplus5 {
	margin-top: 15px;
}
.nametag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.blue {
	color: #0076cc;
}

.green {
	color: #76b900;
}
/*This is for the popup behavior*/

.popper {
	text-decoration: underline;
	position: relative;
	color: #76b900;
	z-index: 0;
	}

.popper:hover{
background-color: transparent;
z-index: 50;
}

.popper span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.popper span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

#forwardback {
	float: right;
	margin-right: 60px;
	margin-bottom: 60px;
}
.secrethed {font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:normal;
	color: #76b900;

}
/*
.popper:hover span{ /*CSS for enlarged image on hover copy and customise for each page*/
/*
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
/*

}
*/
