.NewsBox
{
        width: 100%;
        text-decoration:none;
        background:#FFF;
}
.NewsBox A:link {text-decoration:none};
.NewsBox A:visited {text-decoration:none};
.NewsBox A:active {text-decoration:none};
.NewsBox A:hover {text-decoration:none};
.NewsBoxHighlight
{
        width: 100%;
        border:#555 1px solid;
        background:#ddd;
        text-decoration:none;
}
.NewsBoxHighlight A:link {text-decoration:none};
.NewsBoxHighlight A:visited {text-decoration:none};
.NewsBoxHighlight A:active {text-decoration:none};
.NewsBoxHighlight A:hover {text-decoration:none};

#TextContainer{
  float:left;
  }
#NewsHeading {
  font:"Times New Roman", Times, serif;
  font-weight:bold;
  font-size:14px;
  color:#000000
  }
#NewsDate{
  font:"Times New Roman", Times, serif;
  font-style:italic;
  font-size:14px;
  color:#999999
  }
#NewsImage{
  width:80%;
        position:relative;
        float:right;
        z-index: 1;
  }
#NewsBody{

  font:"Times New Roman", Times, serif;
  font-style:normal;
  font-size:12px;
  color:#000000;
  width:80%;
  }
.NewsLine
{
float:right;
border-bottom: 1px dashed #000000;
width: 100%;
}

.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.25;
    opacity:.25;
    filter: alpha(opacity=25);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width:70%;
    height: 550px;
    padding: 16px;
    border: 1px solid #000000;
    background-color: white;
    z-index:1002;
    overflow: auto;
	overflow-x: hidden; 
	overflow-y: hidden;
}