
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 width:780px;
 margin:auto;
 }

#hdr {
 height:106px; color: #333333;
 }

#bar {
 height:25px;
 background:#007cc2;
 color: #fff;
 text-align: center;
 }

#bodyblock {
 position:relative;
 background: #c9dbe7;
 color: #333333;
 width:780px;
 padding:0;
 /* Left column has left float. */
 float: left;
 clear: right;
 }

#l-col {
 float:left;
 color: #333333;
 width:145px;
 text-align: left;
 }

#cont {
 width:611px;
 background:#d5e3ec;
 color: #333333;
 text-align:left;
 }

#ftr {
 height:25px;
 background: #007cc2;
 margin:0;
 }
