/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#FF99CC;
 color: #333333;
 text-align:center;
 padding:0; 
 }

H1 {font: 16px Arial; color: #FF0000; font-weight: bold; margin: 0px;}
H2 {font: 15px Arial; color: #000000; font-weight: bold; margin: 0px;}
H3 {font: 13px tahoma,arial,helvetica; color: #000000; font-weight: bold; margin: 0px;}
H4 {font: 12px tahoma,arial,helvetica; color: #000000; font-weight: bold; margin: 0px;}
H5 {font: 11px tahoma,arial,helvetica; color: #000000; font-weight: bold; margin: 0px;}
H6 {font: 10px tahoma,arial,helvetica; color: #000000; font-weight: bold; margin: 0px;}

A:link  {color: #000080; text-decoration: underline}
A:hover   {cursor: pointer; color: #000080; background-color: none; text-decoration: none}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:953px;
 margin:auto;
 }

#hdr {
 height:200px;
 background:#ffffff;
 color: #333333;
 }

#bar {
 height:20px;
 background:#FF69B4;
 color: #000000;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:953px;
 padding:0;
 }

#l-col {
 float:left;
 background:#FF99CC;
 color: #333333;
 width:160px;
 }

#cont {
 width:790px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 }

#ftr {
 height:20px;
 width:953px;
 background:#FF69B4;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }