/* -- used on following pages:
         newsdetail_tf.htm
         newsdetail_tfvideo.htm
         newsdetail.auto.htm
         newsdetail.intro.htm
         newsdetail.stouch.htm
         newsdetail.stpc.htm
*/
         
#sidebar { 
           background:             #cfc;
           color:                  #000;
           font-size:              95%;
           width:                  300px;
           padding:                1em;
           margin:                 0 .8em .8em .8em;
           border:                 1px solid #000;
           float:                  right;
           text-align:             center;      
           }         

span.sidebarheader  {
          color:                   #000;
          font-size:               1.2em;
          font-style:              normal;
          
}

         
div.stouch  {
            padding:               2em 0 2em 0;
            margin:                0;
             }

div.newsbox  {  
             line-height:             1.3em;
             font-family:             Georgia, serif;
             color:                   #690;
             font-style:              italic;
             font-weight:             bolder;
             font-size:               .9em;
             border:                  1px solid #fff;
             border-right-color:      #000;
             border-bottom-color:     #000;
             background-color:        #FF9;
             padding:                 2em 2em;
             margin:                  2em .8em 2em .8em;
}

div.cds  {
            line-height:            1.5em;
            font-family:            Georgia, Times New Roman, Times, serif;
            color:                  #444444;
            border-top-color:       #fff;
            border-right-color:     #000;
            border-bottom-color:    #000;
            border-left-color:      #fff;
            border-width:           1px;
            border-style:           solid;
            background-color:       #ADD8E6;
            padding:                2em;
            margin-right:           4em;
            margin-left:            4em;
            
}

div.cds img {
            float:                  left;
            }
             
