/* styles.css */

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
}

p, td, font, body, pre {
  color: #000000;
  font-size: 11px;
  font-family: verdana,sans-serif;
}

center {
  text-align: left;
}

p {
  margin: 15px 0 15px 0;
}

a:link, a:visited {
  color: #440d62;
  text-decoration: none;
}

a:hover, a:active {
  color: #000000;
  text-decoration: underline;
}

tr, td {
  vertical-align: top;
  text-align: left;
}

th {
  background-color: #cccccc;
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
}

b, strong {
  font-weight: bold;
}

hr {
  color: #f4cf4a;
  height: 2px;
}

strike {
  color: #bbbbbb;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 2px 0;
}

h1 {
  color: #440d62;
  font-size: 24px;
}

h2 {
  color: #440d62;
  font-weight: normal;
  font-size: 21px;
}

h3 {
  color: #440d62;
  font-size: 18px;
}

h4 {
  color: #440d62;
  font-size: 15px;
}

h5 {
  color: #440d62;
  font-size: 12px;
}

h6 {
  color: #440d62;
  font-size: 10px;
}

form {
  margin: 0;
}

.topbarLeft {
  background-color: #f4cf4a;
  color: #000000;
  vertical-align: bottom;
}

.topbarMiddle {
  background-color: #f4cf4a;
  color: #000000;
}

.topbarMiddle a:link, .topbarMiddle a:visited {
  color: #440D62;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.topbarMiddle a:hover, .topbarMiddle a:active {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}

.topbarRight {
  background-color: #e99f00;
  color: #ffffff;
  vertical-align: middle;
}

.topbarRight h1 {
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 10px 0;
}

.topbarRight td {
  font-size: 11px;
  color: #ffffff;
  vertical-align: middle;
}

.topbarRight input {
  background-color: #efb740;
  color: #ffffff;
  width: 150px;
}

.topbarRight input.submit {
  width: 30px;
}

.leftbar {
  color: #000000;
  background-color: #ffffff;
  padding-right: 20px;
}

.leftbar ul, .leftbar ol {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-image: url(/images/mc_lilicon.gif);
}

.leftbar li {
  margin: 0 0 2px 0;
}

.leftbar a:link, .leftbar a:visited {
  color: #440d62;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
}

.leftbar a:hover, .leftbar a:active {
  color: #000000;
  font-weight: bold;
  font-size: 11px;
  text-decoration: underline;
}

.subnav {
 color: #000000;
 background-color: #ffffff;
 padding-right: 20px;
}

.subnav a:link, .subnav a:visited {
  color: #B27900;
  font-weight: normal;
  font-size: 11px;
  text-decoration: none;
}

.subnav a:hover, .subnav a:active {
  color: #000000;
  font-weight: normal;
  font-size: 11px;
  text-decoration: underline;
}

.featuredTestimonial h1 {
  color: #e99f00;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}

.featuredTestimonial p {
  color: #000000;
}

.featuredTestimonial cite {
  font-style: normal;
  font-weight: bold;
}


.content {
  color: #000000;
}

.rightbar div {
  color: #666666;
}

.rightbar p, .rightbar h1, .rightbar h2, .rightbar h3, .rightbar h4, .rightbar h5, .rightbar h6 {
  color: #000000;
}

.rightbar a:link, .rightbar a:visited {
  color: #ff0000;
  text-decoration: none;
}

.rightbar a:hover, .rightbar a:active {
  color: #666666;
  text-decoration: underline;
}

img.imgAlignRight {
  text-align: right;
  margin: 0 0 0 20px;
}

img.imgHomeAlignRight {
  text-align: right;
  margin: 0 0 0 20px;
}


