second_level
img.news_image {
  height: 118px;
  width: 198px;
  border-width: 1px;
  border-style: solid;
}

*.stylewhite{
 font-family:  Verdana, Arial, Helvetica, sans-serif;
  /*color: #ffffff;*/

}
/* WP: Bugfix [#11] 
  Fonts do not resize in a readable manner when increased for accessibility reasons
*/
.contentcontainer {
	font-size: 100%;
	width: 100%;
}
.contentcontainer td {
	vertical-align: top;
}

/* WP: Bugfix [#11] 
  Fonts do not resize in a readable manner when increased for accessibility reasons
*/
div.second_level_content{
  padding: 0 5px;
  padding-right: 240px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:1em;
}
* html div.second_level_content {
	width: 100%;
}
.second_level{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  float:left;
  font-size:0.9em;
}

div.second_level a:link, div.second_level a:hover, div.second_level a:visited{
  text-decoration:underline;
}
.second_level p{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
}

/* WP: Bugfix [#11] 
 Fonts do not resize in a readable manner when increased for accessibility reasons
 */
.contentcontainer div.second_level_title {
	background: red;
}
div.second_level_title H1{
  font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 2em; color: black; font-weight: normal;background-color:#ffffff;
}

div.divwebpage_Title H1{
  font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 2em; color: black; font-weight: normal;background-color:#ffffff;
}

a.second_level_link:link{
                  font-family:Verdana, Arial, Helvetica, sans-serif;
				text-decoration:none;
                }
 a.second_level_link:hover  {
                  font-family:Verdana, Arial, Helvetica, sans-serif;
			  text-decoration:underline;
                }

a.second_level_link:visited   {
                  font-family:Verdana, Arial, Helvetica, sans-serif;
			text-decoration:none;
                }

  a.second_level_link:visited:hover{
    text-decoration:underline;
  }


/* WP: Bugfix [#101] 
  HTML pages publishing that are too wide for the available page display the content underneath the vertical navigation area.  This should not happen, and a horizontal scrollbar should appear for content that is too wide for the available area.
*/
.divRightSection {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 2px;
  width: 200px;
}

div.events_title{
  width:80%;
  font-weight:bold;
 color:#666666;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   background:#F7F3EF;
}


    body.print_friendly{
    /*a  font-size:150%;*/
    }

    print_friendly p{
    /*a  font-size:150%;*/
    }