


 /*body definitions - url for ie here */
 body {
 font-size: 100%;
 margin: 0;
 padding: 1.6ex 2ex 2ex 2ex;
 font-family: tahoma, verdana, sans, arial, helvetica;
 background: #a080c0;
}

/*main text definition*/
p,h1,h2,h3,pre {				
		margin:.5em 1em 1em 1em;
		color: #000;
		}
 li {margin: 1em 3em 2em 1em;
 }

 /*header text*/
 h1,h2,h3 { line-height:140%;
			text-align: center;
  	    padding: .25ex 1ex .25ex 1ex;
}
img {border-style: none;}


/*specifications - small*/
.spec { 
		font-size:90%;
		line-height:100%;
		color: #000;
.note:before {content:"Note: ";} 
		}
		/*hide menu in print*/
.mi {					
		display: none;			
		}
.pipe {display:none;
		}

/*format image - centered*/
.cnr {  text-align:center;
		color: #000;
		}
.frm {  text-align:right;
		color: #000;
		margin: 1em 12em;
		}
 .ind {margin: 1em 6em;}

/*first block used for menu items- currently a left side block needs inverse text*/
#b1{display:none;
		}


/*second block - cuurently a central block needs inverse text*/
#b2 {
		position: relative;	     
		left:2%;
		width:95%;
		top:5px;
		margin:1em 1em 1em 1em;
		-moz-border-radius: .5em .5em .5em .5em;
				}
/*third block - currently a right side block - not in use*/
#b3 {
		position: absolute;
		left:75%;
		width:20%;
		top:160px;
		}							
/*head block - currently above block 2*/
#bh {
		position: relative;	     
		left:10%;
		width:80%;
		top:5px;
		margin:1em 1em 1em 1em;
		-moz-border-radius: 2em 2em 2em 2em;
		}
/*place holder same width as b1*/
#blh {	float:left;
		width:20%;
		}
/*fourth block */
#b4 {
		text-align:center;
		width:75%;
        float:right;
	}	

#logo {
display:none;
}	




