/* CSS Document */


/*hide the left column when printing*/ 
#leftcol {
display: none;
} 

/*hide the right column when printing*/ 
#rightcol {
display: none;
} 

#twocols, #maincol {
width: 100%; 
float: none;
}

#header {
display: none;
}

a:link, a:visited, a:hover {
text-decoration: none;
color: #000000;
}

.navbar {
display: none;
}

.pullquote {
display: none;
}

.feature {
display: none;
}

.pagetitle {
font-family: Times, "Times New Roman", serif;
font-weight: bold;
font-size: 14pts;
}

h2 {
font-family: Times, "Times New Roman", serif;
font-weight: bold;
font-size: 14pts;
text-decoration: underline;
}

.doctype {
font-weight: bold; 
}

#footer {
margin-top: 20px;
border-top: 1px solid black;
}
