/* Style sheet by Gina Berardesco, Jan 3, 2007*/
/* Written for zuChem, Inc */
/* zuchem2.css, for zuchem pages */ 

{margin:0;padding:0;} 

body {
height:100%;
margin-right: 5%;
margin-left: 3%;

		 	}
		
  a:link { color: #123B3D }  /* for unvisited links */
  a:visited { color: #1D6062 } /* for visited links */
  a:active { color: black } /* when link is clicked */
  a:hover { color: #2d8a9b} /* when mouse is over link */
  a:link { text-decoration: none} 
 
  /*headings*/

ul.NoBullet {
  list-style-type: none
  }

TH { 
	border: solid 1px #4F8885;
   text-align: center;
  font-weight: bold; 
  background: #C9E1E2;
  
  }

TD {
xxborder-collapse: separate;
xxborder-spacing: 10px;
xxborder: solid .5px #4F8885; 
width: 350px;
}



.imagespace {
margin: 20px;
}

h1 {
        margin-top: 0;
	margin-bottom: 3%;
	padding-left: 1%;
	padding-top: 2%;
	padding-bottom:1%;
        text-align: justify;
	width: auto;
	background: #547B7D;
	color: white;
	height: 25px;
	font-family: Verdana;
	font-size: 150%;
	}

h2  {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;}

h3 {color: black;
	 font-family: Verdana, Arial;
	 font-weight: bold;
	 margin-bottom: .5em; 
	 font-size: 16px;
	}
	
h4 {color: black;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 margin-bottom: 0em; }
		
emph {
	color: rgb(51, 102, 102);
	font-size: 120%;
	font-weight: bold;
	}		
	
pressdate {
	font-size: 8px; 
		}
	
p {margin-top: 0em;
	}

f1 {	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	}

bodytext1 {font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 12px;}
	   
#container {
	margin-left: auto; 
	margin-right: auto;
	padding:10px;
	}



	
/***********************************************/
/* vertical flyout menu/
/***********************************************/
	
#left	ul {
 padding:0px;
 margin-left: 5px; /*because IE is weird*/
 font-family: Verdana, arial, sans-serif;
 font-size: 14px;
 color: #CAE0E1;
 width:90%;
 background: #CAE0E1;
 text-decoration: none; 
}
 
#left li {
  color: #033435;
  background: #CAE0E1;
  padding: 7px 7px;
  list-style: none; /* turns off the list bullets */
  position: relative;
  border-left: 2px solid #4F8885; /* side button borders */
  vertical-align: bottom; /* for IE5-Win */
  text-decoration: none; 
   
}
 
#left ul a {
  display: block;
  xxpadding: 5px 10px;
  vertical-align: bottom; /* needed for IE5-Win */
   text-decoration: none; 
}
 
#left ul ul {
	 text-decoration: none; 
 xxfont-weight: bold;
  color: #033435;
  font-size: 90%;
  background: #CAE0E1;
  position: absolute;
  left: -3000px;
} /* set flyout BG color and preset the positioning */
 
#left ul li:hover ul {
  left: 7em;
  top: 4px;
  background: #CAE0E1;
} /* make flyout appear when the LI is hovered */

	
/* \*/ /*/
  ul ul {position: static;}
/* */

 

/**************division styles***********************/


#top {
background:#b8d0d4;
background-image:url("header images/headerJun09a.jpg");
background-repeat: no-repeat;
font-size: 14px;
text-color: #004B4C;
top: 5px;
width: 95%;
height: 110px;
padding-top: 5px;
font-family: Arial, Helvetica, sans-serif;
position: relative;
}
 

#containcenter {
  background: #CAE0E1;
 float:left;
  width:95%;
  overflow:hidden;
  }

#left {
  background:#CAE0E1;
  margin-left: 0;
  float: left;
  display: inline; /* doubled margin bug fix for IEwin */
  padding-left: 1%;
  padding-right: 2%;
  padding-top: 2%;
  text-align: left;
  text-decoration: none;
  color: #06000f;
  width:18%;
     }
    

#logoholder {
   margin-top: 20px;
  margin-left: 0;
  float: left;
  position: absolute;
  display: inline; /* doubled margin bug fix for IEwin */
  background: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

#center { 
padding-left: 5%;
padding-right: 5%;
paddiing-bottom: 7%;
padding-top:4%;
float: right;
position:relative;
width: 68%;
font-family: Verdana;
font-size: 14px;
padding-bottom:20px;
text-decoration: none; 
background:#EAF2F3;
margin-right:0;
overflow:hidden;
}

#right {
float: right;
width: 25%;
padding-right: 1%;
position: relative;
margin-top: 20%;
margin-left: -30%;
overflow: hidden;
}


#bottom {
font-size: 12px;
overflow: hidden;
text-align: right;
background: #DFECED;
position: relative;
float: left;
clear: both;
width: 95%;
height: 30px;
padding-top:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*** IE6 Fix ***/
* html #left {
  left: 150px;           /* RC width */
}

