body {
 font-family: "book antiqua" "Arial";
 font-size: 12pt;
 padding: 0px;
 margin: 0px;
 background: #FFF !important;
 color: #000 !important;
}
body * {
 background: transparent !important;
 color: #000 !important;
}

/**
 * Header
 */
#header-border {
 display: none;
}
#header-block {
 font-family: "book antiqua";
 padding: 0px;
 margin: 0px;
 margin-bottom: -10px;
 height: 160px;
 background: transparent;
}
#header-images {
 float: left;
}
#header-border {
 background: none;
 height: 14px;
}
#title-img {
 color: white;
 margin: 5px 0px 20px 25px;
}
#tagline-img {
 top: 70px;
 left: 40px;
 position: absolute;
 margin: 5px 0px 20px 25px;
}
#header-block h2 {
 position: absolute;
 top: 36px;
 font-size: 10px;
 font-style: italic;
 font-weight: bold;
 text-indent: 10px;
 margin: 0px 0px -20px 0px;
 border: 1px solid black;
 background: url('images/tagline.png');
}

#bread-crumbs {
 display: none;
}

/**
 * Left Sidebar
 */
#left-sidebar {
 display: none;
}

/**
 * Right Sidebar
 */
#right-sidebar {
 display: none;
}

#page-quote {
 display: none;
}

#content {
 margin: 0px;
}

#footer {
 color: #666;
 text-align: center;
 font-size: 8pt;
 clear: both;
}

.align-right {
 text-align: right;
}
