
/* Layout Stylesheet */ 

body {
 margin:0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 70%;
 line-height: 1.7em;
 color: #339933;
 background: #fff url(bg.gif) fixed 50% 0 !important;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 background: #fff url(bg.gif) repeat-y fixed 50% 0 !important;
 border:solid 1px #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 height:209px;

 }

#bar {
 height:25px;
 text-align:right;
 background:#757575;
 color: white;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 width:750px;
 padding:0;
 
 }
 
#l-container {
 position:absolute;
 }

#l-col {
 float:left;
 color: #333333;
 width:149px;
 line-height: 1.7em;
 
 }
 
#l-colii {
 position:relative;
 overflow:hidden;
 top:25px;
 left:1px;
/*  font-size:80%; */
 border-top:1px dotted #000000;
 border-bottom:1px dotted #000000;
 background:#FFF;
 color: #333333;
 width: 146px;
 }

 #r-col {
 float:right;
 font-size:1.2em;
 color: #339933;
 width:149px;
 margin-bottom;100px;
 height:500px;

 }
 
#cont {
 position:relative;
 font-size:1.2em;
 left:152px;
 width:427px;
 color: #000;
 padding:10px;
 text-align:left;
 }

#ftr {
 clear:both;
 font-size:1.2em;
 height:45px;
 background:#757575;
 color: white;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 padding-top:5px;
 }
 
 #email {
 height:21px;
/*  font-size:1.2em; */
 text-align:center;
 background:white;
 color: #333333;
/*  border:solid black;
 border-width:1px 0 0 0; */
 margin:0;
 padding-top:5px;
 }