﻿.site,
.contentWrapper,
#mpContentWidthLeftNav,
.leftContent {
    margin: 0;
    width: auto;
}
.topMenuWrapper,
.topBarWrapper,
.breadcrumbsWrapper,
#subNavigation,
.rightContent,
.footerWrapper {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

.contentWrapper {
    border-style: none;
    padding: 0;
}

body {
    background: #fff none;
    color: #000;
    font-family: 'Times New Roman', Times, Serif;
    font-size: 12pt;
    line-height: 1.33em;
    margin: 0 1em;
}

a:link,
a:visited {
    color: blue;
    text-decoration: underline;
}
a, li {
    background: transparent none;
}

li {
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
}

ol li {
    list-style-type: decimal !important;
}

ul li {
    list-style-type: disc !important;
}

/********************************************/

address,
blockquote, 
body, dd, div, 
dl, dt, 
form,
h1, h2, h3, h4, 
h5, h6, 
object, ol, p, 
ul,
hr, pr e        { display: block; }
li              { display: list-item; }
th              { font-weight: bolder; text-align: center; }
caption         { text-align: center; }
body            { padding: 8px; line-height: 1.33; }
h1              { font-size: 2em; margin: .67em 0; }
h2              { font-size: 1.5em; margin: .83em 0; }
h3              { font-size: 1.17em; margin: 1em 0; }
h4, p,
blockquote, ul,
form,
ol, dl          { margin: 1.33em 0; }
h5              { font-size: .83em; line-height: 1.17em; margin: 1.67em 0; }
h6              { font-size: .67em; margin: 2.33em 0; }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder; }
blockquote      { margin-left: 40px; margin-right: 40px; }
i, cite, em,
var, address    { font-style: italic; }
pre, tt, code,
kbd, samp       { font-family: monospace; }
pre             { white-space: pre; }
big             { font-size: 1.17em; }
small, sub, sup { font-size: .83em; }
hr              { border: 1px; }
ol, ul, dd      { margin-left: 40px; }
ol              { list-style-type: decimal; }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0; }
br              { content: "\A"; }
blockquote, 
pre             { page-break-inside: avoid; }

.logoWrapper  	{
					position: absolute;
					left: 0;
					top: 0;
				}
