/* Layout Stylesheet */ 

body {
margin:20px;
background: #999999;
background-repeat: repeat-x;
background-attachment: 
fixed
}


#outer {
 text-align:left;
 border: 0px solid #000000;
 width:735px;
 margin:auto;
 }

#hdr {
 height:60px;
 width:735px;
 background: #FFFFFF;
 color: #333333;
 }

#bar {
 height:25px;
 width:735px;
 background:#FFFFFF;
 color: #333333;
 border:solid #000000;	
 border-width:0px 0 0px 0;
 }

#bodyblock {
 position:relative;
 background: #FFFFFF;
 color: #333333;
 width:735px;
 padding-left:0;
 }

#l-col {
 float:left;
 background: #FFFFFF;
 color: #333333;
 width:220px;
 text-align:left;
 }

#marqueecontainer{
position: relative;
width: 200px; /*marquee width */
height: 100px; /*marquee height */
background-color: #FFFFFF;
overflow: hidden;
border: 0px solid black;
padding: 2px;
padding-left: 4px;
}


#cont {
 width:735px;
 background: #FFFFFF;
 color: #333333;
 border:solid #00008b;	
 border-width:0 0 0 0;
 text-align:left;
 padding-left:0px;
 }

#ftr {
 width:735px;
 background: transparent;
 margin:0;
 }