/* same as h2#introsect */
#content_marg {
  padding: 0 0 1em 0;
}

h2 {
  margin: 0 0 0.1em 0;
  padding: 0.5em 0 0.2em 0;
  font-weight: bold;
}

h3 {
  margin-left: 3px;
  margin-right: 25%;
  padding: 3px 0 3px 8px;
  background-color: #EFECC9;
}

div#first_words {
  padding: 0 20px;

}
div#first_words p {
  padding-right: 0;
  text-align: justify;
}

div.program {
  width: 385px;
  float: left;
  margin-bottom: 10px;
  padding-top: 14px;
  background:  url(/images/osc/0css/home_box_top_bg.gif) no-repeat top center;
}

div.program_marg {
  margin: 0 10px;
  background-color:  #E4E8CB;
  padding: 0 10px 5px 10px;
  background: #E4E8CB url(/images/osc/0css/home_box_bot_bg.gif) no-repeat bottom center;
}

#content div.program h2{
  text-align: center;
  background-color: #D7DDB3;
  margin: 0 0 0.5em 0;
  padding: 0.5em 5px 0.5em 5px;
  position: relative;
}
#content div.program h2:hover {
  /*text-transform: uppercase;
  letter-spacing: -1px; */
  color: black;
}

#content div.program h2 span.progtype_free {
  position: absolute;
  top: -.5em;
  margin-left: 2px;
  font-size: 110%;
  background-color:  #FF9C31;/* orange; */
  color: black;
  background: #FF9C31 url(/images/osc/0css/free_bg.gif) repeat-x top left;
  padding: 2px 4px;
  border-top: 1px solid #EAEDD6;
  border-left: 1px solid #EAEDD6;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
}


#content div.program p{
  margin-left: 10px;
  margin-right: 10px;
}
#content div.program img {
  margin-left: 35px;
  /*background-color: #EAEDD6;*/
  padding: 10px 10px 15px 10px;
  border-top: 2px solid #EAEDD6;
  border-left: 2px solid #EAEDD6;
  border-right: 2px solid #D7DDB3;
  border-bottom: 2px solid #D7DDB3;
}

#content div.program img + p{
  margin-top: 0.05em;
}

#content p.permalink {margin: 0 0 1.75em 20px;}
#content p.permalink_arc {margin: 0 0 0.25em 20px;}

#content ul li{
  margin: 0px 0 10px 8px;
}

#content img {
  margin-left: 0px;
  padding: 3px 4px 10px 0px;
}


