/* content.css */

.SiteContent .title {
  background: #EAEBDB;
  color: #85071F;
  margin: 10px;
  margin-top: -30px;
  width: 570px;
  //width: 680px;
  //margin: -30px 0 0 0;
}

.SiteContent .white {
  margin-left: 14px;
  background: white;
  line-height: 25px;
  padding: 0 5px;
  font-size: 22px;
  font-weight: bold;
  font-family: Tahoma, Verdanna, Arial;
}

.SiteContent h2 {
  margin: 10px;
  font-family: Tahoma, Verdanna, Arial;
  padding-left: 15px;
  font-size: 17px;
  color: #093F59;
  font-weight: bold;
  background: url(/images/content/redarrow.gif) no-repeat 0 5px;
}

.SiteContent h2 a {
  color: #093F59;
  text-decoration: none;
  font-size: 17px;
  font-family: Tahoma, Verdanna, Arial;
}

.SiteContent h2 a:hover {
  text-decoration: underline;
}

.SiteContent h3 {
  margin: 10px;
  font-size: 12px;
  text-decoration: underline;
  color: #093F59;
  background: url(/images/content/yellowarrow.gif)no-repeat 0 2px;
  padding-left: 10px;
}

.SiteContent p {
  margin: 10px;
  text-align: justify;
  font-family: arial;
}

.SiteContent .plan {
  text-align: center;
}

.SiteContent {
  padding-top: 40px;
  width: 700px;
}

.SiteContent ul li {
  margin: 10px 25px;
}

.SiteContent ol li {
  margin: 10px 35px;
  text-align: justify;
  font-family: arial;
}

.SiteContent ul li a {
  color: black;
}

.SiteContent ul li a:hover {
  color: #093F59;
}

.SiteContent .summary {
  list-style-type: upper-roman;
  margin-left: 10px;
  color: #85071F;
}

.SiteContent .summary a {
  color: #093F59;
}

.SiteContent .cadre {
  padding: 10px;
  margin: 5px 10px;
  border: 1px solid black;
  font-weight: bold;
}

#FeeBox table {
  margin: 10px;
}

#FeeBox table tr td {
  border: 1px solid black;
  background: #EAEBDB;
  padding: 5px; 
}

.SiteContent .pdf {
  text-align: center;
}

.SiteContent .pdf a {
  text-decoration: none;
  color: #85071F;
}

.SiteContent .pdf a:hover {
  text-decoration: underline;
}

.imgleft {
  float: left;
}
.imgright {
  float: right;
}
.imgleft img,
.imgright img { 
  margin: 2px 10px 5px 10px; 
}
.clean {
  clear: both;
  display: block;
}