
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#f7f7f7;
 color: #000000;
 text-align:center;
 padding:0;
 background-image:url(images/bkg_e.jpg);
 }

#outer {
 text-align:left;
 border:1px solid #FF00FF;
 width:750px;
 margin:auto;
 }

#hdr {
 height:150px;
 background:#f7f7f7;
 color: #333333;
 }

#bar {
 height:22px;
 background:#f7f7f7;
 padding-top: 2px;
 padding-right: 10px;
 text-align: right;
 color: #FFFFFF;
 }

#bodyblock {
 position:relative;
 background: #DFDFFF;
 background-image:url(images/bkg_aaleft.jpg);
 color: #333333;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 color: #333333;
 width:150px;
 }

#cont {
 width:597px;
 background:#f7f7f7;
 color: #333333;
 text-align:left;
 min-height:400px;
 }
/* for Internet Explorer */
/*\*/
* html #cont {
height: 400px;
}
/**/

#ftr {
 height:25px;
 background:#f7f7f7;
 color: #FFFFFF;
 border:solid #FF00FF;
 border-width:1px 0 0 0;
 font-family:arial;
 margin:0;
 }
 
ul.l-col-1 {
 margin: 0;
 padding: 0;
 background: #f7f7f7;
 list-style-type: none;
 font-size: 12px;
}

ul.l-col-1 li {
}

ul.l-col-2 {
 margin: 0;
 padding: 0;
 background: #f7f7f7;
 list-style-type: none;
}

ul.l-col-2 li {
 line-height: 25px;
}