
/* Layout Stylesheet */ 

body {
 margin:10px;
 background:#EFEFEF;
 background-image:url(../img/bgdots.gif);
 color: #333333;
 text-align:justify;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:770px;
 margin:auto;
 }

#tophdr {
 height:25px;
 background:#C0DBE7;
 color: #333333;
 }

#top1 {
 float:left;
 text-align:left;
 height:20px;
 color: #333333;
 width:500px;
 padding-top: 5px;
 padding-left: 30px;
 }

#top2 {
 text-align:right;
 height:20px;
 color: #333333;
 padding-top: 5px;
 padding-right: 30px;
 }

#hdr {
 height:150px;
 background:#EEEEEE;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0;
 }

#bar {
 height:25px;
 background:#C0C0C0;
 padding-top: 5px;
 padding-left: 30px;
 }

#bodyblock {
 position:relative;
 background: #FFFFFF;
 color: #333333;
 width:770px;
 padding:0;
 background-image:url(../img/backimg.jpg);
 background-repeat:no-repeat;
 background-position:bottom;
 }

#l-col {
 float:left;
 background:#FFFFFF;
 color: #333333;
 width:180px;
 }

#cont {
 width:570px;
 color: #333333;
 border:solid #C0C0C0;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 clear:both;
 height:25px;
 background:#C0C0C0;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 padding-top: 5px;
 }