﻿.homeCenter {
  width: 410px;
  float: left;
}

.homeRight {
  width: 225px;
  height: 300px;
  float: right;
  padding-top: 0px;
}

.homeRight p {
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 0px;
}

.QuickLinks p {
  width: 195px;
  padding-left: 20px;
}

.homeFeature {
  margin-bottom: 20px; 
  text-align: center;
}

.homeFeature img {
  padding-left: 5px;
  width: 250px;
}

.homeFeature p {
  width: 110px;
  float: right;
  padding: 0px 10px 0 0;
}

.homeSubfeatures {
  padding-top: 5px;
}

.homeSubfeatures h2 {
  text-align: center;
  font-weight: bold;
}

.subfeatureColumn {
  text-align: center;  
  float: left;
  width: 33%;
}

.subfeatureColumn p {
  text-align: center;
}

p.subfeatureText {
  text-align: left;  
  padding: 0px 5px 0px 5px;
}

.twoCols {
  padding: 10px 0px 0px 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  
  width: 400px;
}
.twoCols h3 {
  text-align: center;
  font-weight: bold;
}
.twoCols .leftCol {
  float: left;
  width: 45%;
  text-align: left;
}
.twoCols .rightCol {
  float: right;
  width: 45%; 
  text-align: left;
  margin-bottom: 30px;
}


