body {
  font-family: Arial;
  font-size: 14px;
}

a, a:active {
  color: #1c5288;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  color: #1c5288;
}

h4 {
padding-top: 30px;
}

li {
  text-align: left;
  font-weight: bold;
}

.wrapper {
  width: 700px;
  text-align: center;
}

#mainBody {
	margin-left: 0px;
	border: 1px solid red;


}

.menu td {
  width: 83px;
  background: url("images/buttonbg.gif");
  padding: 0px;
  vertical-align: center;
}

.menu tr {
  height: 45px;

}

.menu a, .menu a:hover, .menu a:active, .menu a:visited {
  width:82px;
  height: 44px;
  color: white;
  text-decoration: none;
  font-size: 13px;

}

.quote {
  color: #000000;
  background-color: #a7caed;
  font-size: 19px;
  font-weight: bold;
  padding: 12px;
  border-top: #1c5288 solid 1px;
  border-bottom: #1c5288 solid 1px;
  width: 80%;
  margin: 0 auto ;
}

.source {
  font-size: 11px;
  font-weight: normal;
  color: black;
}

.comments p {
  color: #1c5288;
  font-weight: bold;
  font-size: 16px;
}

.comments .source {
  color: black;
  font-weight: normal;
  font-size: 12px;
}

.newsform {
  text-align: left;
}

.footer-menu a{
  font-size: 11px;
  color: #2163a5;
}

.footer {
  font-size: 12px;
}

.disclaimer {
  font-size: 10px;
  color: #aaa;
}

#cartTable {
	border-collapse:collapse;
	width: 60%;
}

#cartTable th {
	background-color: #a7caed;
	border-top: #1c5288 solid 1px;
	border-bottom: #1c5288 solid 1px;
	
}

#cartTable td {
	border: 1px solid #ccc;
}