@import url('libraries.css');

/* global */
body {
    font-family: "PT Sans", arial, serif; 
    font-size: 10pt;
    background-color: white;
}
#headerWrapper {
	background: url('../images/banner_bg.png') !important;
}
#headerNav, #wikiNav, #p-personal, #footer {
	display: none;
}
#contentWrapper {
	float: left;
}
.printfooter {
	display: none;
}
ul, li {
	margin-left: 8pt;
	list-style: square url('../images/square.png');
}

h1, h2 {
    border-bottom: 1px solid #CCCCCC;
}
h1 {font-size: 24px; font-weight: bold;}
h2 {font-size: 18px; font-weight: normal;}
h3 {font-size: 16px; font-weight: bold;}
h4 {font-size: 14px; font-weight: bold;}
h5 {font-size: 13px; font-weight: bold;}
h1, h2, h3, h4, h5 {
	margin: 18px 0 6px 0;
	padding-bottom: 3px;
}
table.diff {
	clear: both;
}
#catlinks {
	clear: both;
}