﻿.contentPage .globalContentBox
{
  position: relative;
  padding: 0;
  margin: -2px 0px 2px;
  width: 970px;
  height: 504px;
  font-family: "Verdana" , "Trebuchet MS";
  font-size: 12px;
  background: url(/img/contentBackground.png) no-repeat;
}

.contentPagePageHeader
{
  margin: 0 0 25px 0;
  font-size: 22px;
  line-height: 26px;
  color: red;
  font-weight: bold;
}

.contentPageSummary
{
  margin: 0 0 25px 0;
}

.contentPageSummary a
{
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 14px;
  background: url( "/img/contentBulletItem.png" ) no-repeat 0 65%;
  color: #21B2EE;
}

.contentPageSummary a:hover
{
  color: #5452A1;
}

.contentPageSection h3
{
  margin: 0 0 5px 0;
  font-size: 18px;
  color: red;
  font-weight: bold;
}

.contentPageSection h3 a
{
  margin: 0 0 5px 0;
  font-size: 18px;
  color: red;
  font-weight: bold;
  text-decoration: none;
}

.contentPageSectionContent
{
  margin: 0 0 45px 0;
  color: #252525;
  line-height:16px;
}



/*youtube*/
.contentPageYouTubeBox
{
  margin: 20px 0 0 0;
  padding: 0;
}

.contentPageYouTubeBoxLive
{
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center;
}

.contentPageYouTubeBoxSub
{
  display: block;
  margin: 5px 0 0 0;
  width: 363px;
  font-style: italic;
}

.contentPageYouTubeLabel
{
  margin: 0 0 3px 0;
  font-weight: bold;
}

/*images*/
.contentPageRichtextLeft
{
  float: left;
  margin-right: 12px;
}
.contentPageRichtextRight
{
  float: right;
  margin-left: 12px;
}



