/***********************************************/
/* content1st3col_left_nav188.css                             */
/* Modifies header to 188 pixels height          */
/***********************************************/


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#main {
	position: absolute;
	top: 188px;
}


#navBar{
	position: absolute;
	top: 204px;
}

#headline{
	position: absolute;
	top: 205px;
}

/* Resizable image divs and their supporters */

div.figure {
padding: 10px; 
margin: 0.67em auto; /* needed to support centering of almost-full-width figures */
border: thin solid silver;
}

div.figure img { width: 100%; }

div.figure p { /* the default "legend" style, as opposed to "caption" */
font-family: verdana, arial, sans-serif;
font-size: smaller;
padding-left: 1%;
padding-right: 1%;
line-height: 1.1;
margin: 0.25em auto 0 auto;
}
div.figure p.caption { text-align: center; }
/* "caption" for short phrases; "legend" (default) is for continuous prose */

.full { width: 98%; padding: 10px; margin: 0.67em auto; }
/* "full" should be unnecessary, but this responds to the box model bugs in IE */
.half { width: 50%; padding: 10px; margin: 0.5em 0.67em; }
.third { width: 33%; padding: 10px; margin: 0.5em 0.67em; }
.quarter { width: 25%; border: none; padding: 5px; margin: 0.25em 0.5em; }
.fifth { width: 20%; border: none; padding: 5px; margin: 0.25em 1%; }

.right { float: right; margin-left: 2%; }
.left { float: left; margin-right: 2%; }

/* end figure-divs */
    .imageboxleft, .imageboxright {
       float: left;
       width: 170px;
       margin: 0 15px 15px 0;
       padding: 10px 3px;
       text-align: center;
       background: white;
       border-right: 1px solid #ccc;
       border-bottom: 1px solid #ccc;
       font-size: 75%;
       overflow:auto;
	   }
    .imageboxright {
       float: right;
       margin: 0 0 15px 15px;
       }

