* html * {
	zoom:100%; 
 	}
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Arial, Helvetica, sans-serif, Lucida ;  
 	/*background:url(../images_pres/bckgrdnew.jpg) repeat-x;*/
	background-color: #9BA0A4;
  	text-align:center;    
	}
#main_wrapper {
	max-width:90%; /* sets max layout width */
	min-width:50%; /* sets min layout width */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left;    
	}
#header {
	text-align:center; 
 	}
#nav {
	width:35%; /* the content margin must match this value */
	float:left; /* floats on nav and content divs make them sit side by side */
	text-align:right;
	}
#content {
	margin-left:40%; /* margin = width of nav column */
	margin-right:5%;
	/*text-align:center;*/
	}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	/*background:#DDC; /* TEMP - REMOVE OR RESTYLE  */
	}
#header_inner, #content_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner { 
	padding:1em 2em; /* creates space between the box  and the content */
	}
#nav_inner {
	padding:1em .5em 1em .5em; /* creates space between the box and the content */
	border:hidden;
/*	margin-left:6;*/
	}
#content_inner { 
	padding:0em 1em 1em 1.5em; /* creates space between the box and the content */
	}
#footer_inner {
	padding:.5em 1em; /* creates space between the box and the content */
	text-align:right;
	} 	
table.banana  {
 	width:90%;
	background-color:transparent;
	font:Arial, Helvetica, sans-serif;
	font-size:12px; 
	margin: .3em 1em 1em 1em;
	border-collapse:collapse; 
	border-top: 2px solid #9C3893;
	
	}
.banana td{
    padding: .3em .5em .3em .5em;
 	text-align:center;
 	border: 2px solid #9C3893;
		font-size:12px;
    }
.banana a {
	color:#000000;
	}
.banana a:hover {
	color:#FFFF00;
	}	
 
/* CLASS:OLIVE TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
 
.olive h1, .olive h2, .olive h4, .olive h5 {
	/*font-family: 'Trebuchet MS', Verdana,  serif;*/
	font-family:Arial, Helvetica, sans-serif;
	color: #9C3893;
 	} 
.olive h1 {
  	font-size:3em; /* 48pt */
	}
.olive h2, .olive h5 {
  	font-size:1.3em;
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
.olive h4 {
  	font-size:.6em;
	text-align:right;
	}
.olive h5 {
 	font-size:.6em;
	/*text-align:right;*/
	/*padding-left:4em;*/
	}	
.olive p {
	color: #000000;
	font-size:1.0em;
	line-height:1.25;
	padding:.5em 0 0 0; 
	 
	}
.olive img { 
border:4px solid; 
border-color:#460000;
 } 
 .olive span{
 text-align:justify;
 }




