/* ================================================================= */
/* General style settings */
/* ================================================================= */
body {
        margin: 10px;
        padding: 0px;
        border: 0px;
        background: transparent;
        background-position: 0px 0px;
        font-size: 1em;
        color: #000;
        font-family: tahoma, verdana, sans, arial, helvetica, sans-serif; }
h1 {
        font-size: 150%; }
h2 {
        font-size: 130%; }
h3 {
        font-size: 110%; }
h4 {
        font-size: 90%; }
h5 {
        font-size: 70%; }
h6 {
        font-size: 50%; }
h1, h2, h3 {
        font-weight: 300; }
h4, h5, h6 {
        margin: 0em;
        text-decoration: underline;
        font-weight: 300; }
p, table {
        color: #000; }
table {
        border: 0px solid red;
        border-spacing: 0px 0px;
        border-collapse: collapse; }
p, td { 
        margin: 0px;
        padding: 0px; }
a img {
        display: block; } 
li {
        font-size: 80%; }

h4 + p {
       margin-left: 40px; }

/* ================================================================= */
.logo {
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 5; }

/* ================================================================= */
.title {
        width: 100%;
        height: 70px;
        z-index: 4; }
.title p {
        text-align:left;
        font-size: 1.2em;
        font-weight: normal;
        white-space: nowrap;
        padding-top: 5px;
        padding-left: 85px; }

/* ================================================================= */
.datetime {
        position: absolute;
        top: 30px;
        left: 255px;
        z-index: 5;
        vertical-align: bottom;
		width: 125px }
.datetime p {
        text-align: left;
        font-size: 0.6em;
        font-weight: 100;
        padding-right: 5px; }

/* ================================================================= */
.content {
        display: inline;
        width: 100%; }

/* ================================================================= */
.leftmenu {
        position: absolute;
        top: 88px;
        left: 10px;
        width: 120px;
        vertical-align: top;
        text-align: left;
        margin: 0px;
        z-index: 4;
        padding-left: 0px; }
.leftmenu a {
        text-decoration: none;
        color: #00008F;
        background: transparent;
        font-size: 0.7em;
        font-weight: bold; }
.leftmenu a:link {
        color: maroon; /*#06C; */ }
.leftmenu a:hover {
        color: white;
        background: maroon; }
.leftmenu a:visited {
        color: maroon; }
.leftmenu a:visited:hover {
        color: white;
        background: maroon; }
.leftmenu a.active {
        color: navy; }
.leftmenu a.active:visited {
        color: navy; }
.leftmenu a.active:hover {
        color: navy; background: transparent; }

/* ================================================================= */
.bar1 {
        background-color: maroon;
        width: 100%;
        height: 5px; }
.bar2 {
        background-color: #9CF;
        width: 100%;
        height: 3px; }

/* ================================================================= */
.main {
        width: 80%;
        z-index: 5;
        max-width: 800px;
        min-width: 400px;
        margin-left: 120px; }
.main table {
        border: none; } /*0px solid red; }*/
.main td {
        vertical-align:top; }
.main p, h1, h2, h3, h4 {
        padding-top: 5px;
        padding-left: 5px;
        text-align:left; }
.main p {
        font-size: 0.8em; }

/* ================================================================= */
.footer table {
        width: 100% }
.footer p {
        padding-top: 5px;
        padding-right: 5px;
        font-size: 0.55em;
        text-align: center; }

/* ================================================================= */
.AddressList {
        width: 100% }
.AddressList p {
        padding-left: 5px;
        font-size: 0.7em;
        text-align: left; }
