/* Layout Stylesheet */ 

body {
 margin:0 20px 20px 20px;
 background:#14265E url(images/new/whole1pxbg.jpg) repeat-y center;
 color: #14265E;
 text-align:center;
 font: 80%/1.8 Verdana, Geneva, Arial, Helvetica, sans-serif;
 padding:0;
 }

#outer {
 text-align:left;
 width:801px;
 margin:auto;
 }

#hdr {
 height:110px;
 background:#deeefe url(images/new/headerbg1px.jpg) repeat-x;

 }

#bar {
 height:5px;
 background:#DEEEFE;

 }

#bodyblock {
 position:relative;
 clear:both;
 background: #deeefe;
 width:801px;
 padding:0;
 }

#l-col {
	float:left;
	background:#deeefe;
	color: #14265E;
	width:165px;
	

 }

#cont {
float:right;
 width:615px;
 background:#deeefe;
 text-align:left;
 }

#ftr {
	height:25px;
	background:#deeefe;
	margin:0;
	border-top-width: 1px;	
	border-top-style: solid;
	border-top-color: #14265E;
 }

 h3, h4 {
 margin:0;
 padding:0 10px 15px;
 }

p {
 margin:0;
 padding:0 15px;
 }
