.container-left {
width: 20%;    /*** Critical left col dimension value ***/
position: absolute;
padding-bottom: 0px;   /*** To keep content from going underneath the AP bottom boxes ***/
font-family: verdana, arial, "Helvetica Neue",helvetica,"microsoft sans serif";
font-size: small;
}

.container-middle {
position: absolute;
margin-left: 20%;
margin-right: 20%;
width: 60%;    /*** Critical left col dimension value ***/
padding-bottom: 0px;   /*** To keep content from going underneath the AP bottom boxes ***/
font-family: verdana, arial, "Helvetica Neue",helvetica,"microsoft sans serif";
font-size: small;
}

.container-right {
float: right;
width: 20%;    /*** Critical left col dimension value ***/
text-align: center;
padding-bottom: 0px;   /*** To keep content from going underneath the AP bottom boxes ***/
font-family: verdana, arial, "Helvetica Neue",helvetica,"microsoft sans serif";
font-size: small;
}

.outer {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
padding-top: 5px;
}


h1, h2, h3 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
color: white;
background-color: navy;
line-height: 100%;
}

h1{
font-size: medium;
}

/* Left DIV */
.l
{
width: 25%;
margin: 0px;
padding: 0px; 
float: left;
text-align: right;
}

/* Right DIV */
.r
{
width: 75%;
margin: 0px;
padding: 0px; 
float: right; 
text-align: left;
}

.a
{
clear: both;
width: 100%;
padding: 2px;
}

DIV *{
font-family: verdana, arial, "Helvetica Neue",helvetica,"microsoft sans serif";
font-size: small;
}
