* {
    color:black;
    font-family: arial, helvetica, sans-serif;
    font-size: 9pt;
}


body {
    background-image:url(images/stripe_pixel.gif);
    text-align:center;
    margin: 0;
}


#pageContainer {
    background-color:white;
    width: 760px;
    margin: 0 auto;
    text-align: left;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}

#topMost {
    height:134px;
}

#menu {
    height:30px;
    background-color: #e8eaf6;
    padding-left:20px;
    padding-top:2px;
    border-bottom:4px solid white;
}

#menu a {
    font-weight: bold;
    color: #202DAA;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 27px; height:27px;
    border-right: 2px solid white;
}

#menu a:hover {
  color: #a8afec;
}


#column1 {
    width:249px;
    float:left;
}

#column2 {
    float:right;
    width: 506px;
    background-color:#ECEBD9;
    min-height:600px;
}

#contentPadding {
    padding:16px;
}



.maincopy {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.headings {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  font-style: normal;
  font-weight: bold;
  color: #202DAA;
}

.subheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-style: normal;
  font-weight: bold;
  color: #202daa;
}

.mediumsizepurple {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #202daa;
}

.small_print {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
}

.menu a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #202DAA;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 27px;
  border-right: 2px solid white;
  float: left;
}

.menu a:hover {
  color: #a8afec;
}