
/* Layout Stylesheet */ 

body {
 margin:5px;
 background:#999966;
 /*color: #333333;*/
 text-align:center;
 padding:2;
 font: 12px Verdana,Arial,Sans-serif;
 color: #660000;
 
 }

#outer {
 text-align:left;
 border:2px solid #660000;
 width:650px;
 /* height:auto; */
 margin:auto;
 overflow:auto;
 }

/* Header where the image is */
#hdr {
 height:85px;
 background:white;
 color: #333333;
 }
 
 /* Menu bar where the main links are */
#bar {
 text-align:Center;
 height:20px;
 background:#ffcc00;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 padding-left: 12px;
 padding-top: 5px;
 }
/* Left column plus cont */
#bodyblock {
 position:relative;
 background:#ffffff;
 height:auto;
 padding:2;
 overflow:auto;
 }

#l-col {
 text-align:left;
 float:left;
 background:#ffcc00;
 color: #333333;
 border:solid #000000;	
 width:145px;
 height:100%;
 padding: 2 2 2 2;
 margin: 1 px;
 border-width:0px 1px 0px 0px;
 overflow:auto;
 }

/* Inside body */
#cont {
 width:100%;
 background:#ffffff;
 float:top-right;
 width:503px;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 padding: 2 2 2 2;
 margin: 0 px;
 }

/* contents of the Footer */
#ftr {
 height:25px;
  float:bottom;
 background:#ffcc00;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 padding-top: 5px;
 text-align: center;
  }
  
#spacer {
   clear:left;
   }
