﻿#mainSection {
  background-image: url('/images/background-page-rightColumn.gif');
}

h1 {
  width: 390px;
}

#topLine h2 {
  width: 375px;
  border-right: solid 1px white;
}

#mainContent {
  margin: 10px 200px 10px 190px;
}

#sectionContent {
  width: 380px;
}

#rightColumn {
  float: right;
  width: 184px;
  margin-right: 1px;
  background-color: #CEDDDE;
  border: none;
}

#rightColumn .title {
  background-color: #E2EBEB;
  border: solid 1px white;
  border-right: none;
  border-left: none;
}

#rightColumn .title ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 5px;
}

#rightColumn .title ul li {
  color: #015253;	  
  font-weight: bold;
}

#rightColumn .content {
  padding: 10px 5px 10px 5px;
  font-size: 85%;
}

#rightColumn .content p {
  margin: 0px;
  padding: 0px;
}

#rightColumn .content .icon {
  float: left;
  padding: 0px 5px 5px 0px;
}

#rightColumn hr {
  color: white;
}

