body {
 font-family: Arial,Helvetica,sans;
 margin:20px;
 background:#3974ab;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 height:125px;
 background:#064189;
 color: #333333;
 }

#bar {
 position: relative;
 width: 750px;
 background:#064189;
 height:30px;
 border:solid #000000;	
 border-width:0px 0 0px 0;
 }

#phone {
 position: absolute;
 top: 0;
 left: 0;
 float: left;
 width: 245px;
 font-weight: bold;
 padding: 5px;
 background:#064189;
 color: #FFFFFF;
 font-size: 14px;
 }

#mail {
 position: absolute;
 top: 0;
 left: 250px;
 width: 245px;
 font-weight: bold;
 text-align: center;
 padding: 5px;
 font-size: 14px;
 background: #064189;
 color: #FFFFFF;
 }

#fax {
 position: absolute;
 top: 0;
 left: 500px;
 width: 240px;
 font-weight: bold;
 text-align: right;
 padding: 5px;
 font-size: 14px;
 background: #064189;
 color: #FFFFFF;
 }

#bodyblock {
 position:relative;
 background: #b3d4f3;
 color: #333333;
 width:750px;
 padding:0;
 }

#l-col {
 position: absolute;
 top:0;
 left: 0;
 float:left;
 background-color:#b3d4f3;
 color:#333333;
 width:145px;
 }

#cont {
 width:595px;
 top: 0;
 right:0;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left; 
 }

#ftr {
 height:25px;
 background:#064189;
 color: #FFFFFF;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
