@charset "utf-8";
/* CSS Document */
body{
   background-color:#271444;
   margin:0px;
}

td{
   color:#e8ad7a;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   line-height:170%;
}

.field_text{
   color:#e8ad7a;
   background-color:#271444;;
   font-size:11px;
   border:#5C4022 solid 1px;
}

.field_button{
   color:#e8ad7a;
   background-color:#271444;;
   font-size:11px;
   border:#5C4022 solid 1px;
}

.field_checkbox{
   color:#e8ad7a;
   background-color:#271444;;
   font-size:11px;
   border:#5C4022 solid 1px;
}

.center_stage{
}

.center_top{
  background-image:url(../images/purple_logo_banner.jpg);
  background-repeat:no-repeat;
}

.center_bottom{
  background-image:url(../images/purple_bottom.jpg);
}

.menu_bar{
 background-color:#5b1654;
}

.home_column{
  border:#825a57 solid 1px;
  margin-left:6px;
  padding:5px;
}
.down_column{
  border:#825a57 solid 1px;
  margin-left:6px;
  margin-top:6px;
  padding:5px;
}
.help_popup{
  margin-bottom:9px; 
  margin-left:9px;
  border-bottom:#825a57 solid 1px;
  color:#fedec2;
}
.highlight_bold{
   color:#fedec2;
   font-weight:bold;
}

.highlight_standard{
   color:#fedec2;
}

.item_list{
  list-style-image: url(../images/purple_question.gif); 
}

a {
 color:#E8AD7A;
}
a:active {
 color:#E8AD7A;
}
a:hover {
 color:#E8AD7A;
}
a:visited {
 color:#E8AD7A;
}

