
/* Layout Stylesheet */ 

body {
 margin: 0px;
 color: #333333;
 text-align:center;
 padding:0;
 font-size: 90%;
 }

#heading {display: none;}

#outer {
 text-align:left;
 width:760px;
 margin: auto;
 padding: 16px;

 }

#hdr {
 height:60px;
 background:#ffffff;
 color: #333333;
 border-top: 8px solid #DA8214;
 text-align: right;
 padding: 8px 8px 0 8px;

 }

#bar {
 background:#ffffff;
 color: #333333;
 display: block;
 width:500px;
 float: left;
 }

#contentbar {
 background:#ffffff;
 color: #333333;
 display: block;
 width:500px;
 float: left;
 }


#subcontentbar {
 background:#ffffff;
 color: #333333;
 display: block;
 width:500px;
 float: left;
 }



#top {
 text-align: right;
 float: left;
 }

#sublink {
 text-align: right;
 float: left;

 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #000000;
 width:760px;
 float: left;
 text-align: left;
 }

#l-col {
 float:right;
 color: #000000;
 width:242px;
 }

#cont {
 width:500px;
 background:#ffffff;
 color: #333333;
 text-align: left;
 float: left;
 width: 500px;
 }

#ftr {
 height:25px;
 background:##6E6D72;
 color: #333333;
 margin:0;
 width: 760px;
 text-align: left;
 align: bottom;
 float: left;
 padding: 8px 0px;

 }

