

/* Layout Stylesheet */ 
body{
 margin: 0;
 padding:0; 
 background:#000000;
 color: #000000;
 }	 
	 
#lh-col{
 position:absolute;
 top:92px;
 left:0;
 width:160px;
 z-index:3;
 background:#000000;
 color: #000000;}

#rh-col{
 position:absolute;
 top:92px;
 right:0;
 width:140px;
 z-index:2;
 background:#000000;
 color: #333333;}

#c-block {
 width:100%;
 z-index:1;
 background:#000000;
 color: #333333;
 height:80%;
 }

#hdr{
 height:90px;
 border-bottom:1px solid #000000; 
 width:100%; 
 color: #333333;
 margin:0;
 background: #000000 url(images/top_of_page.jpg) repeat-x;
  }
 #logo{
  height:85px;
  width: 217px;
    background:  url(images/truesteplogo.gif) no-repeat center;
 }


#c-col{
 margin:0 142px 0 162px;
 position:relative;
 background:#ffffff;
 color: #000000;
 z-index:5;
 padding: 5px 0;
 border: solid #000000;
 border-width:0 1px;
 border-style:solid;
border-color: yellow;
border-width:3px;

 }

#ftr {
 width:100%;
 height:74px;
 border: 0;
 border-width: 0;
 background: #000000 url(images/bottom_of_page.jpg) repeat-x;
 padding: 0;
 color: #ffffff;
 margin:0;
 }

#ftr a, #ftr a:visited{
  color: #FFFF00;
}
#ftr a:hover{
  color: #FFCC00;
}


#c-col img {

border-style:solid;
border-color: black;
border-width:2px;
padding:0px;

}

.pic{

}

 #c-col, pic {
      border:  none;
 }
#c-col h2 {
	background: #000000;
	color: #FFFF00;
	font-size: 1.1em;
    text-align: center;
	line-height: 40px;
	font-smooth: always;
    margin-top: 0;
}


#videotable
{
align: center;
}

#videotable td {
background: #000000;
color: #ffffcc;
align: center;
width: 100%;
}

#videotable table {
border-color: yellow;
border-width:2px;
}

.show{
  float: right;
  width: 235px;
  background-color: #000;
  color:#FFFF00;
  font-family: "Arial",sans-serif;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  margin-right: 3px;
  padding:3px;
}

.scroll{
  float: right;
  width: 255px;
  margin-right: 3px;

}

