

      #header {
        position: absolute;
	text-align: center;
        width: 100%;
        height: 200px;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;

      }
      #sidebar {
        position: absolute;
        width: 12em;
        height: auto;
        top: 200px;
        right: auto;
        bottom: 0;
        left: 0;

      }
      .navboxBlue {
	margin-left: 1em;
	margin-right: 1em;
        width: 10em;
	height: auto;
	left: 1em;
	right: 1em;
	border: 1px solid #bcb5cf;
	background-color: #ded7ef;

      }

      .navbox {
	margin-left: 1em;
	margin-right: 1em;
	padding: 1em;
        width: 10em;
	height: auto;
	left: 1em;
	right: 1em;
	background-color: #ffffff;

      }
      #main {
        position: absolute;
        width: auto;
        height: auto;
        top: 200px;
        right: 0;
        bottom: 0;
        left: 12em;
	background-color: #ffffff;
	border-left: 1px dotted gray;
	padding: 5px;
	
      }
      #footer {
        position: absolute;
        width: 100%;
        height: 50px;
        top: auto;
        right: 0;
        bottom: 0px;
        left: 12em;
	background-color: #ffffff;
        margin-left: 5em;
      }
      .copyright {
         font-size: small;
         text-align: left;
         margin-left: 5em;
      }

      h2 {
        font-family: Arial, Helvetica, sans-serif;
	margin-left: 2em;
      }

      em {
        color: #c53307;
	text-decoration: none;
      }

      p.main{
         font-size: 14pt/16pt; 
	 font-family: "Times New Roman", Times, serif;
	 margin-left: 2em;
	 margin-right: 2em;
	 padding: 5px;
      }

      .about {
        font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	color: #666666; 
	background-color: #DDDDD2; 
	text-transform: uppercase
      }
      
      .mlaSideNav {
        font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold; 
	color: #666666; 
	background-color: #e0e0c1; 
	text-transform: uppercase
      }
      
.mlaSideNavHead
{
   font-size: 11px;
   font-weight: bold;
   color: #222222;
   background-color: #bcb5cf;
   margin-top: 2px;
   margin-bottom: 2px;
}

td a
{
   text-decoration: none;
}

td a:hover
{
   color: #f58908;
}

p.main a
{
   text-decoration: none;
}

p.main a:hover
{
   color: #f58908;
}

table.customer_info_table
{
   font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
   background-color: #ffee99;
}

table.customer_info_table th
{
   background-color: #fca33a;
   color: #1a1435;
}
