/* Layout Stylesheet */ 

body {
text-align: center /* IE Fix*/
border:solid;border-color:#000000;border-width:0px;
 margin:10px;
 background:#dcdcdc;
 color: #333333;
 padding:0;
 }

#outer {
border:solid;border-color:#000000;border-width:0px;
 text-align:left;
/* width:800px; */  /* REMOVED TO SHIFT LEFT FOR V.3 */
 margin:auto;
 }

#hdr {
border:solid;border-color:#000000;border-width:0px;
 /* margin:6px 10px; */
 height:60px;
 width:793px;
 /* background:#0066ff;*/
 color: #333333;
 }

#bodyblock {
	border:solid;border-color:#000000;border-width:0px;
	position:relative;
	background: #dcdcdc;
	color: #333333;
	width:793px;
	padding:0;
	height: 445px;
 }

#l-col {
border:solid;border-color:#000000;border-width:0px;
 /*float:left;*/
 position:absolute;left:0px;
 background:#dcdcdc;
 color: #333333;
 width:145px;
 height:445px;
 }
 
 #r-col {
border:solid;border-color:#000000;border-width:0px;
 position:absolute;left:815px;width:125px;height:575px;
 background:#dcdcdc;
 color: #333333;
  }

#cont {
border:solid;border-color:#000000;border-width:0px;
position:absolute;left:147px;
 height:445px;
 width:643px;
 background:#dcdcdc;
 color: #333333;	
text-align:left; /* IE Fix*/
 }

#ftr {
border:solid;border-color:#000000;border-width:0px;
position:absolute;left:0px;Top:445px;
 height:70px;
 width:793px;
 background:#8592b2;
 color: #333333;
 margin:0;
 }
 
 #paraspace  { 
 height:800px; 
 }
