@charset "utf-8";
body  {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #555555;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#imageHovers {
	width: 200px;
	overflow: visible;
	position:absolute;
	z-index:5000;
	margin-left:-100px;
	top:2px;
}
#imageHovers2 {
	width: 200px;
	overflow: visible;
	position:absolute;
	z-index:-5000;
	margin-left:-100px;
	top:2px;
}
.thrColLiqHdr #container { 
	width: 870px;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.thrColLiqHdr #header { 
	margin: 0 auto;
} 
.thrColLiqHdr #mainContent { 

	background-image:url(../images/contentIMAGE.png);
	background-repeat:no-repeat;
}
.thrColLiqHdr #mainContentBIO { 
	background-image:url(../images/BIOpic.png);
	background-repeat:no-repeat;
}
.thrColLiqHdr #footer { 
	margin: 0 auto; 
} 
.style1 {
	font-family: Tahoma;
	font-size: x-small;
	color: #8bc43d;
}
.style2 {
	font-family: Tahoma;
	font-size: x-small;
	color: #FD0000;
}


.greenLINK {
	text-decoration: none;
	font-family: Tahoma;
	font-size: x-small;
	color: #8bc43d;
}
.whiteLINK {
	text-decoration: none;
	font-family: Tahoma;
	font-size: x-small;
	color: #FFFFFF;
}
.whiteLINK2 {
	text-decoration: none;
	font-family: Tahoma;
	font-size: x-large;
	color: #FFFFFF;
}
.whiteLINKpad {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	padding:5px;
}
.greenLINK2 {
	text-decoration: none;
	font-family: Tahoma;
	font-size: x-small;
	color: #8bc43d;
}
.greenLINK2 a {
	text-decoration: none;
	font-family: Tahoma;
	font-size: x-small;
	color: #8bc43d;
}

.greenLINK a:link { 
	text-decoration: none;
	font-family: Tahoma;
	font-size: x-small;
	color: #8bc43d;
}
.greenLINK a:visited { 
	text-decoration: none;
	font-family: Tahoma;
	font-size: x-small;
	color: #8bc43d;
}
.greenLINK a:hover { 
	background-image:url(../images/linkmouseover.png);
	background-repeat:no-repeat;
	background-position:top;
	text-decoration: none;
	font-family: Tahoma;
	font-size: small;
	color: #8bc43d;
}
.greenLINK a:active { 
	text-decoration: none;
	font-family: Tahoma;
	font-size: x-small;
	color: #8bc43d;
}


.redLINK a {
	font-family: Tahoma;
	font-size: x-small;
	color: #FD0000;
}

.menu {
	margin-top:-32px;
	margin-left:50px;
	float:right;
	height: 33px;
	width: 380px;

}
.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: Tahoma;
	background: url(../images/linkmouseover.png) no-repeat;
	width: 75px;
	height: 42px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.cssnav a {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	width: 75px;
	height: 42px;
	float:left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnav a:hover {
	color: #8bc43d;
}
.cssnav img {width: 75px; height: 75px; border:0;}
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
	position: absolute;
	left: 0px;top: 17px;
	text-align: center;
	width: 75px;
	cursor: pointer;   
}
.bluebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #99cc33;
	background-color: #669933;
	border: 1px solid #ff0000;
}
.contactLINK {
	text-decoration: none;
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
}

