﻿@media print {
  
  body { color:#333; background-color:#FFF; font-family:Verdana,Arial,sans-serif; }
  h1, h2, h3, h4, h5 {  color:#000; }
  a { color:#000; }
  hr {border-top:1px solid #000;}
  /*====================================================================================*/
  #page { background:none; border:1px solid #999; padding:0.5in; width:100%; margin:0 auto; }
  #left{ position: relative; left:0px; width:100%; float: none; }
  #right, #menu, #tickets, #copyright, #bottom { display:none; }
  #header { background:none; margin-top:0px; height:auto; }
  #header h1 { display:block; padding:10px 0; font-size:30pt; border-bottom:1px solid #CCC; }

  .content { padding:20px; padding-top:0; margin:0; }
  .content li { margin:0 0 0 20px; }
  #contentarea { background:none;  height:auto; _width:6.5in; _overflow-x:show; clear:both; }
  #contentarea ul { list-style:none; }
  #contentarea img { margin:5px; }
  #contentarea hr { border-bottom:1px solid #06234B; }
  #contentarea h1 { margin:0 0 0 10px; }
  #contentareawrapper { background:none; }
  #highlight { width:100%; overflow:hidden; }

  #homefeatures { margin:20px 20px 20px 5px; }
  #homefeatures div{ width:218px; float:left; margin-left:15px; }
  #homefeatures p{ margin:0; padding: 0; }
  #homefeatures h4{ font-size:120.5%; text-transform:uppercase; margin:10px 0 10px 15px; }
  #homefeatures h5{ font-size:110.1%; margin:10px 0; }
  #homefeatures a{ display:none; }

  #sponsors { background:#06234B; height:auto; padding:10px; overflow:visible; position:static; }
  #sponsors  img { padding:5px; }
  #sponsorsprint a { margin-top:100px; }

}