/* Layout Stylesheet */ 

body {
 margin:20px;
 background: url(../images/gradientbg.png);
 background-repeat: repeat-x;
 background-color: white; 
 color: #333333;
 text-align:center;
 font-family:Arial,Helvetica,sans-serif;
 font-size:.9em;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:700px;
 margin:auto;
 }

#hdr {
 height:160px;
/* background:#eeeeee; */
 background:white;
 color: #333333;
 padding:0px;
 }

#bar1 {
 text-align:center;
/* height:20px;*/
 background:#c0c0c0;
 color: #333333;
 border:solid #000000;
 border-width:0 0 1px 0;
 padding:5px;
 }

#bar2 {
 height:20px;
/* background:#c0c0c0;*/
 color: #333333;
 border:solid #000000;
 border-width:0 0 1px 0;
 text-align:center;
 }

#bar3 {
 text-align:center;
 height:130px;
/* height:63px;*/
 margin-top:5px;
 margin-bottom:5px;
/* background:#c0c0c0;*/
 }

#bodyblock {
 position:relative;
 background: #dcdcdc;
 color: #333333;
 width:700px;
 padding:0;
 }

#l-col {
 float:left;
 background:#dcdcdc;
 color: #333333;
 width:200px;
 }

#cont {
 width:490px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 font-family:Georgia,serif; font-weight:bold; font-style: italic;
 }