
/* Layout Stylesheet */ 

body {
	margin: 0;
	margin: 0 auto;
	background: #f4f4f4 url(images/bg.gif) top center repeat-y;
 }

#outer {
	width: 780px;
	height: auto;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0 auto 0 auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A52A2A;
	 background: #f4f4f4 url(images/blq.gif);
 }

#hdr {
     height:150px;
     background:#ffffff;
     color: #333333;
     text-align: left;
     background: #f4f4f4 url(images/header.jpg);
     border-top: 1px solid #ccc;
     border-bottom: 1px solid #ccc;
 }

#contacthdr {
     height:20px;
     background:#ccc;
     color: #333333;
     text-align: right;
     border-bottom: 1px solid #efefef;
     background: #f4f4f4 url(images/blq.gif);
}

#bar {
 height:20px;
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 background: url("images/navBarBg.gif") repeat-x;
 margin: auto;
 width: 100%;
 }

#bodyblock {
 position:relative;
 background:#fff;;
 color: #333333;
 width:780px;
 padding:0;
  background: #f4f4f4 url(images/blq.gif);

 }

#l-col {
 float:left;
 color: #333333;
 width: 190px;
 text-align: center;

   margin-left: 5px;
      margin-left: 5px;
 }

#cont {
 width: 560px;
 background:#ffffff;
 color: #333333;
 border:solid #cccccc;	
 border-width:1px;
 text-align:left;
 margin: 5px;
 }

#ftr {
 height:21px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:0px 0 0 0;
 margin:0;
     background: #f4f4f4 url(images/blq.gif);
 }