@media print
{
  body
  {
    background-color: #FFFFFF;
    background-image: none;
  }
}
@media print, screen
{
  .top_nav_end
  {
    color: #AE2DD3;
    font-weight: bold;
    font-size: 13px;
  }
  .top_tag_line
  {
    text-align: right;
    vertical-align: bottom;
    padding: 0px 5px 10px 0px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    color: #AE2DD3;
  }
  h1
  {
    color: #AE2DD3;
    border-bottom-color: #AE2DD3;
  }
  h3
  {
    color: #AE2DD3;
  }
  .path_seperator
  {
    color: #AE2DD3;
  }
}
@media screen
{
  body
  {
    background-color: #AE2DD3;
  }
  .top_left_corner
  {
    background-image: url(../images/purple/top_corner_left.gif);
  }
  .top_center_tile
  {
    background-image: url(../images/purple/top_tile.gif);
  }
  .top_right_corner
  {
    background-image: url(../images/purple/top_corner_right.gif);
  }
  .left_tile
  {
    background-image: url(../images/purple/left_tile.gif);
  }
  .right_tile
  {
    background-image: url(../images/purple/right_tile.gif);
  }
  .bottom_left_corner
  {
    background-image: url(../images/purple/bottom_left_corner.gif);
  }
  .bottom_tile
  {
    background-image: url(../images/purple/bottom_tile.gif);
  }
  .bottom_right_corner
  {
    background-image: url(../images/purple/bottom_right_corner.gif);
  }
  .small_logo
  {
    background-image: url(../images/purple/c2i_logo.png);
  }
  .top_nav_link:hover
  {
    text-decoration: none;
    color: #AE2DD3;
  }
  .small_link:hover
  {
    text-decoration: none;
    color: #AE2DD3;
  }
  .footer_container
  {
    /*border-top-color: #AE2DD3;*/
  }
}
