
/* Layout Stylesheet */ 

body {
 margin:20px;
 BACKGROUND:url(images/bg.gif);
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 height:30px;
 background:#ffffff;
 color: #333333;
 }

#bar {
 height:189px;
 BACKGROUND:url(images/midpic.jpg);
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 width:650px;
 padding:2;
 }

#l-col {
 float:left;
 background:#ffffff;
 width:160px;
 }

#cont {
 width:480px;
 background:#ffffff;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }
 #black
{
 color:#000000;
 font-family:tahoma,verdana;
 font-size:11 px;
 text-decoration:none
 }
 #blackbig
{
 color:#000000;
 font-family:tahoma,verdana;
 font-size:12 px;
 text-decoration:none
 }

#ftr {
 height:25px;
 background:#ff6600;
 color: #ffffff;
 font-family:tahoma,verdana;
 font-size:11 px;
 border:solid black;
 border-width:1px 0 0 0;
 margin:2;
 }
 a.link
 {
 color:#ff7200;
 font:tahoma,verdana;
 font-size:11 px;
 font-weight:bold;
 text-decoration:none
 }
 a.link:visited
 {
 color:#ff7200;
 text-decoration:none
 }
  a.link:active
 {
 color:#000000;
 text-decoration:underline
 }
 a.link:hover
 {
 color:#000000;
 text-decoration:underline
 }
 a.link1
 {
 color:#ff0000;
 font-family:tahoma,verdana;
 font-size:10px;
 text-decoration:none
 }
 a.link1:visited
 {
 color:#ff0000;
 text-decoration:none
 }
  a.link1:active
 {
 color:#000000;
 text-decoration:underline
 }
 a.link1:hover
 {
 color:#000000;
 text-decoration:underline
 }