body {
  margin: 0px auto;
  padding: 0;
  background: #2a0d45;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  line-height: 1.5em;
}

:focus {   
  outline: 0;   
}

#container {
  background: #fff;
  width: 900px;
  margin: 0px auto;
  text-align: left;
}

#header {
  background: url('images/icm-header.jpg') no-repeat;
  height: 230px;
  width: 900px;
  margin: 0;
  padding: 0;
}

#content {
  padding: 10px 60px 30px;
}


h1 {
  font-size: 1.6em;
  line-height: 1.4em;
  padding: 30px 0;
}

h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  padding: 20px 0; 
}

h3 {
 font-size: 1.2em;
}

.blue {
  color: #002060;
}

.red {
  color: #c00000;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

p {
}

.indent {
  padding-left: 75px; 
}

.blockindent {
  margin: 25px 50px 50px;
  padding: 10px 25px 25px;
  border: 1px solid #ccc;
}


td {
  font-size: 12px;
}

a:link, a:visited {
  color: #002060;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #c00000;
}

.goldlink {
  background: yellow;
  padding: 5px;
  text-decoration: underline;
}

a img {
  border: 0;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
}

form {
  margin: 0;
  padding: 0;
}

.formLabel {
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

.namea, .emaila {
  font-size: 12px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal;
  background-color: #f7ecc8; 
  border: 1px solid #990000;  
}

option {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; 
}  

.formFielda {
  font-size: 12px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-weight: normal;
  background-color: #white; 
  border: 1px solid #990000;  
}

.formCellLeft {
  text-align: left;
  padding-left: 20px;
  font-size: 11px; 
}

.checkBoxLabel {

}  

.buttona {
  font-size: 10px;
}

.checkMarkedList {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.checkMarkedList li {
  line-height: 1.8em;
  padding: 2px 0 10px 30px;
  background-image: url('images/icm-checkmark.gif');
  background-repeat: no-repeat;
  background-position: 0 .4em;
}

.boxed {
  border: 2px solid #2a0d45;
  background: #f4e9ff;
  margin: 30px 0; 
  padding: 30px;
}

.dottedbox {
  border: 4px dashed #2a0d45;
  background: #fff;
  margin: 30px 0 30px 0; 
  padding: 0 30px 0 30px;
}  

.bluebox {
  border: 2px solid #002060;
  background: #dfeaff;
  margin: 30px 0; 
  padding: 30px;
}

*html .bluebox {
	padding-bottom: 60px;
	margin-bottom: 30px;
}

.bluebox .col1 {
	float: left;
	width: 170px;
}

.bluebox .col2 {
	float: left;
	width: 535px;
}

.bluebox .col2help {
	float: left;
	width: 485px;
}

*html .bluebox .col2, *html .bluebox .col2help {
	margin-bottom: 16px;
}

.detailsbox {
  margin: 30px 0 30px 0; 
  padding: 10px 50px 0 70px;
  background: url('images/icm-detailsbg.gif') no-repeat;
  height: 550px;
}

.testimonial {
  width: 630px;
  margin: 0px auto;
  padding: 30px 0;
  text-align: center;
}

.testimonialTop {
  background: url('images/icm-testimonialbox_top.gif') no-repeat;
  height: 30px;
  margin: 0;
  padding: 0;
}

.testimonialMid {
  background: url('images/icm-testimonialbox_mid.gif') repeat-y;
  padding: 0px 30px;
  text-align: left;
}

.testimonialMid p {
  margin: 0;
  padding-bottom: 10px;
}

.testimonialQuote {
  font-family: Georgia, 'Times New Roman', Times, Serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: bold;
  color: #990000;
  overflow: hidden;
}

.testimonialBot {
  background: url('images/icm-testimonialbox_bottom.gif') no-repeat;
  height: 30px;
  margin: 0;
  padding: 0;
}

.close, .close a:link, .close a:visited {
  position: absolute;
  top: 10px;
  right: 60px;
  z-index: 20000;
  color: #333;
  text-decoration: underline;
  font-size: 10px;
  margin: 0;
  padding: 0;
  font-weight: normal;  
}