
/* Layout Stylesheet */ 

body {
 margin: 1px 0px 0px 0px;
 background-color:#F8F8F8;
 color: #333333;
 text-align:center;
 padding:0;
 }
 
#outer {
 text-align:left;
 border:0px solid #000000;
 width:1000px;
 margin:auto;
 }

#cover {
 margin-top:80px;
 text-align:right;
 border-top: 1px solid #000000;
 border-bottom: 1px solid #000000;
 background-color:#F8F8F8;
 background-repeat:no-repeat;
 background-image:url(images/intro.jpg);
 background-position:left center ;
 height:400px;
 
 }
 
#hdr {
 height:133px;
 background-color:white;
 background-repeat:no-repeat;
 background-image:url('images/header.jpg');
 background-position:left center;
 color: #333333;
 border:1px solid #999999;
    text-align: right;
}


#bar {
 padding:0px 2px 0px 2px;
 height:20px;
 
 color: #333333;
 border:solid #999999;	
 border-width:0px 0px 0px 0px;
 margin: 0px 0 8px 0; 
 background-color: #F8F8F8;
 }

#bodyblock {
 position:relative;
 /*background: #3893c9;*/
 color: #333333;
 width:1000px;
 padding:0;
 }

#l-col {
 
 float:left;
 /*background:#3893c9;*/
 color: #333333;
 width:200px;
 
 }
 

#cont 
{
 
 padding:0px 0px 5px 5px;
 width:790px;
 /*background:#ffffff;*/
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0px;
 text-align:left;
 
 }

#ftr {

 height:25px;
/* background: ; */
 color: #333333;
 border:solid black;
 border-width:0px 0 0 0;
 margin: 5px 0 0 0;
 font-size:9px;
 margin-top:10px;
 
 }
