/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Styles the page for print.  Techniques adopted from
            http://www.alistapart.com/articles/goingtoprint/
 **************************************************************/
body {
	background: white;
	font-size: 13pt;
}
h2 {
 font-size: 13pt;
}
p {
 width: auto;
}
#container{
 width: 100%;
 border: 0;
 margin: 0;
 padding: 0;
 float: none !important
}
#cc {
 width: 90%;
}
#mapcourseDetail {
 font-size: 13pt;
 width: auto;
 float: none;
}
#pageText {
 width: auto;
 float: none;
}
#rightsidePublic {
 font-size: 13pt;
 width: auto;
 float: none;
}
#tp {
 font-size: 13pt;
}
#ccD {
 width: auto;
}
#leftsidePublic {
 font-size: 13pt;
 width: auto;
 float: none;
}
#headSch {
 width: auto;
 font-size: 13pt;
}
#headSch {
 width: auto;
 font-size: 13pt;
}
/* Don't display these elements since they're not useful on paper */
#footer {
  display: none;
}
#menu{
 display: none;
}
#tprTtxt {
 display: none;
}
#boxCl{
 display: none;
}
#topbandFill{
 display: none;
}
#picalignPublic{
 display: none;
}

