/* Styles for Body */
body{
margin: 2px 0 2px 0;
font-family:arial, helvetica;
background-color:#2E004E; 
color: #62109C;
text-align: center;
}

div#container {
margin: 0 auto;
width: 1000px;
}

/* Styles for Links */
A:link {font: bold 12px arial; color: #62109C; text-decoration: none}
A:visited {font: bold 12px arial; color: #62109C; text-decoration: none;}
A:hover {font: bold 12px arial; color:#ffffff; text-decoration: none;}

A.text:link {text-decoration: underline}
A.text:visited {text-decoration: underline;}
A.text:hover {background: url(GoldBackHover.gif); }

A.title:link {font: bold 16px arial; text-decoration: underline}
A.title:visited {font: bold 16px arial; text-decoration: underline;}
A.title:hover {font: bold 16px arial; color:#ffffff; text-decoration: none;  background: url(GoldBackHover.gif); }

A.smalltext:link {font: 10px arial; color: #62109C; text-decoration: underline}
A.smalltext:visited {font: 10px arial; color: #62109C; text-decoration: underline;}
A.smalltext:hover {font: 10px arial; color:#ffffff; text-decoration: none; }

/* Styles for headers */
h3{
  font-size: 16px;
  font-family: verdana;
  color:  #c00000;
}

/* Styles for Main Content */
.bodycontent {
margin-top: 10px
}

.centercol {
margin: 0 0 0 10px;
width: 490px;
}

.centercolna {
margin: 0 0 0 10px;
width: 790px;
}

.centertext {
margin: 10px 10px 10px 10px;
}

.rightcol {
margin: 0px 5px 0 5px;
width: 300px;
}

.line {
text-decoration: line-through;
}

/* Styles for Right Column */
.emailform {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #4A0C76;
}
