body{
  margin-top: 20px;
  text-align: center;
  font-family: arial;
  color: #4d4d4d;
}

a{
  color: #333;
  font-size: 13px;
  text-decoration: none;
}


.pageWrapper{
  width: 875px;
  text-align: left;
  margin:auto;
  margin-bottom: 50px;
  position: relative;
}

.pageWrapper .header{
  width: 875px;
}

.pageWrapper .header .headerLogo{
  float: left;
}

.pageWrapper .header .headerText{
  float: right;
  color: #333;
  font-size: 12px;
}

.pageWrapper .header .headerText a{
  color: #333;
  font-size: 11px;
  text-decoration: none;
}

.pageWrapper .header .headerText .strong{
  color: #4d4d4d;
}

.contentWrapper .leftContent{
  float: left;
  width: 599px;
  border-right: 1px solid #808080;
  min-height: 600px;
}

.leftContent .bannerWrapper{
    border-bottom: 1px solid #808080;
    margin-bottom: 20px;
}

.leftContent .banner{
  margin: 10px 20px 20px 0px;
  
}

.leftContent .text, .leftContent .text{
  margin-bottom: 20px;
}

.leftContent .text, .leftContent .text p{
  color: #4d4d4d;
  font-size: 12px;
  padding-right: 15px;
}

.leftContent .text h1{
  font-size: 14px;
  color: #63839F;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: bold;
}

.leftContent .text img{
  margin: 0px 10px 0px 10px;
}

.leftContent label{
  font-size: 12px;
  color: #8BB62B;
}

.leftContent .projectPicture{
  position: relative;
}

.leftContent .projectPicture .projectNameBackgorund{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 20px;
  width: 175px;
  height: 20px;
  filter: alpha(opacity=55);
  -moz-opacity: .55; 
  background-color:#EEE;
}

.leftContent .projectPicture .projectName{
  position: absolute;
  left: 5px;
  bottom: 0px;
  height: 20px;
  width: 170px;
  background-image: url('/UserFiles/images/siteImages/link-arrow.gif');
  background-repeat: no-repeat;
  background-position: 145px 2px;
}

.leftContent .clientLogo{
  float: left;
  margin-left: 5px;
}


.contentWrapper .rightContent{
  float: right;
  width: 275px;
  height: 200px;
}

.rightContent h1{
  font-size: 20px;
  color: #8BB62B;
  margin: 5px 0px 20px 10px;
  padding: 0px;
}

textarea{
 width: 100%; 
}







