* { 
  color: #000000; 
  font-family: arial, sans-serif; 
  font-size: 12px; 
  line-height: 18px;
}

body {
  padding: 0px; 
  margin:0px;
  background-color: #FFFFFF;
  background-image: url(/img/blue.gif);
  background-repeat: repeat-y;
}

a {
  color: #000000;
  text-decoration: none;
}

img {
  border: 0px;
}

tr {
  vertical-align: top;
}

th {
  text-align: left; 
}

hr{
  color: #000099;
  background-color: #000099;
  border-width: 0px;
  height: 1px;
}

table {
  border-width: 0px;
}

h1 {
  font-size: 16px;
  color: #000066;
}

h2 {
  font-size: 13px;
  color: #000066;
}

.errors {
  color: #ff0000;
}

.navTable {
  padding: 10px;
}

.navSelected {
  color: #7F7F7F;
}

.blue {
  color: #000066;
}

.red {
  color: #FF0000;
}

.center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.right {
  text-align: right;
}

.hia {
  vertical-align: middle;
}

.mainTable {
  width:100%;
}

.contentArea {
 padding:15px; 
}

.callToAction {
float: right; width: 280px; height: 175px; background: url('/img/contact-us.jpg'); background-repeat: no-repeat;
}

/*
.callActionText {
  color: #ff1420;
  font-size: 18px;
  text-align: center;
  width: 100%;
  line-height: 30px;
  margin-left: 10px;
}
*/

.callToAction a {
 display: block; 
}

.callActionText a {
  color: #ff1420;
  font-size: 18px;
  text-align: center;
  width: 100%;
  line-height: 30px;
  margin-left: 10px;
}

.actionText {
  line-height: 30px; text-decoration: underline; color: #ff1420; font-size: 26px;
}