
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }

#headline {color:#003366;font-family:tahoma,arial,sans-serif;text-align:center;font-size:24px;padding-top:-15px;}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 margin:auto;

 }

#hdr {
 height:60px;
 background:#ffffff;
 color: #333333;
 }

#bar {
 height:25px;
 background:#c0c0c0;
 color: #333333;
border:solid #fff;
/* border:solid #000000;	*/
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 width:800px;
 padding:0;
 background-color:#003366;
 }

#l-col {
/*orig  width:198px; */
 width:195px;
 float:left;
 background:#003366;
 color: #ffffff;
 font-family:tahoma;
 font-size:14px;
 text-align:center;
 }

#l-col a {
 color:#ffffff;
 text-decoration:none;
 }

#l-col a:hover {
 color:#ffcc66;
 text-decoration:underline;
 }

#l-col p {
 margin-top:-10px;
 margin-bottom:-10px;
 font-size: 13px;
 }

a {color:#fff;text-decoration:none;}


#cont {
 width:600px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 margin-top:-20px;
 }

#ftr {
 height:25px;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }