/* stylesheet for printing pages */
* {
 margin: 0;
 padding: 0;
}
html, body {
 height: 100%;
 width: 100%;
 font-family:Verdana, Arial,Helvetica, sans-serif;
 font-size: 12px;
}
#header, #leftColumn, #rightColumn, #footer, #menuDiv, #menuBottom {
 display: none;
}
#mainColumn {
 height: 100%;
 width: 602px;
 float: left;
 padding: 5px 0 0 20px;
}
p {
 padding-bottom: 1em;
}
ul li {
 list-style-type: none;
 list-style-position: outside;
 padding-left: 0em;
 text-align: left;
}
.titletext {
 margin: .25em 0 .1em 0;
 font-size: 140%;
 font-weight: bold;
}
.headingtext {
 margin-top: 1em;
 font-size: 100%;
 font-weight: bold;
}
.newstext {
 font-size: 180%;
 font-style: italic;
}
