﻿

html {
    height: 100%;
    margin: 0;
    padding: 0;
}
 
 /*body {height: 100%; margin:0; padding:0;  background: url('images/layout/bg_bars.gif') repeat-y;}*/
body {
    height: 100%;
    margin: 0;
    padding: 0;
  
}
#wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

#left {
    position: absolute;
    left: 0;
    width: 195px;
    height: 100%;
}


#right {
    left: 220px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#footer {
    /*border-top: 2px solid #00008B;*/
    bottom: 0;
    width: 100%;
    /*height: 40px;*/
    position: absolute;
    /*background-color: #1C3449;*/
    background-color: black;
    padding-top: 5px;
}

#footer2 {
    /*border-top: 2px solid #00008B;*/
    bottom: 0;
    width: 100%;
    height: 190px;
    /*position: absolute;*/
    background-color: #292F33;
    padding-top: 5px;
}


#footer_x {
    border-top: 2px solid #00008B;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px; /* Height of the footer */
    background: #FFFFFF;
}

.footertext {
    font: normal normal normal 16px/1.4em montserrat,sans-serif;
    color: #FFFFFF;
}

.nospace {
    padding: 0;
    margin: 0;
    border: none;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0px;
}

.nowrap{ white-space:nowrap; }


/*.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}*/

.pagetitle {  font-family: "Times New Roman", Times, serif; font-size: 24px; font-weight: bold; color: #000000}

p {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

.thx {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; }

.lblp {  font-family: Arial, Helvetica, sans-serif; font-size: 14px;   white-space:nowrap; }

li { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000}
h1 { font-family: "Times New Roman", Times, serif; font-size: 36px; color: #000000; font-weight: bold}
h2 { font-family: "Times New Roman", Times, serif; font-size: 24px; color: #000000; font-weight: bold}

h3 { font-family: "Times New Roman", Times, serif; font-size: 18px; color: #000000; font-style: italic; font-weight: bold}
td { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000;
    text-align: center;
}
th { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; font-weight: bold; background-color: #000000}
.tinylink { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none; cursor: hand}
.head1 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold ; text-decoration: none; color: #000000}
.hand {  cursor: hand}

