/* print.css are the styles for the DIVs in a website that override the
normal style sheets so that print button or CMD-P or CTRL-P then prints
only the properly formatted content area of the website */

/* ----- comment styles well for better reference later! ----- */

/* first delete/hide all of the unnecessary styles */
#contentheader, #contentleft, #btnprint, #btnemail, #clear, #bottom, #footer, .buttonhome, #btnevents, #right {display:none;}

/* establish base styles */
p {font:13px/17px Arial,Helvetica,Verdana,sans-serif;color:#000;padding-bottom:14px;}
.pagetitle {font:15px Arial,Helvetica,Verdana,sans-serif;color:#000;padding-bottom:14px;padding-top:18px;font-weight:bold;}
ul {font:13px/17px Arial,Helvetica,Verdana,sans-serif;color:#000;padding-bottom:14px;}
li {font:13px/17px Arial,Helvetica,Verdana,sans-serif;color:#000;list-style-type:decimal;}

#uber, #contentpage, #contentfloat, #contentright {width: 504px; margin: auto auto;}


