/* $Id: style-print.css 27 2008-05-31 01:10:47Z john $ */

/* CSS style sheet for print */

body {
    background-color: #c4c4c4;
    margin: 0;
    font-size: 12px;
    font-family: serif;
}

#top {
    visibility: hidden;
    width: 0px;
    height: 0px;
    /* font-family: serif;
    width: 830px;
    background-color: #c4c4c4;
    margin-left: 53px;
    margin-bottom: 5px;
    text-align: center;
    color: #ffffff;
    padding: 13px 25px 30px 25px; */
}

#top b  {
    visibility: hidden;
    width: 0px;
    height: 0px;
    /* float: left;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    color: #faf8f9; */
}

#top i  {
    visibility: hidden;
    width: 0px;
    height: 0px;
    /* float: left;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    color: #c4c4c4;
    background-color: #faf8f9;*/
}

#header {
    /* background: url(../images/header.jpg); */
    /* margin-left: auto;
    margin-right: auto; */
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: #ffffff;
}

#logo {
    float: left;
    padding: 5px;
}

#masthead {
    float: left;
    padding: 15px;
}

#header h1 {
    color: #ff0000;
}

#container {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0 0;
}

#sub {
    width: 100%;
    margin: 0;
    /* background-color: #faf8f9 ; */
    padding: 0px 0px 20px 20px;
}

#menu {
    visibility: hidden;
    width: 0px;
    height: 0px;
    /* width: 850px;
    margin-left: 5px;
    float: right;
    text-align: left;
    float: none;
    background-color: #faf8f9; */
}

#menu #nav {
    visibility: hidden;
    width: 0px;
    height: 0px;
    /* margin: 0;
    padding: 0; */
}

#nav li {
    visibility: hidden;
    width: 0px;
    height: 0px;
    /* margin: 0;
    padding: 0;
    list-style: none;
    float: left; */
}

#nav li a {
    visibility: hidden;
    width: 0px;
    height: 0px;
    /* display: block;
    width: 100px;
    text-align: center;
    background-color: #c4c4c4;
    color: #ffffff;
    font-family: serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    border-top: 4px solid #faf8f9;
    border-left:4px solid #faf8f9; */
}

#nav li a.last {
    visibility: hidden;
    width: 0px;
    height: 0px;
    /* margin: 0;
    border-right: 4px solid #faf8f9; */
}

#nav li a:hover {
    visibility: hidden;
    width: 0px;
    height: 0px;
    /* background-color: #333;
    color: #ffffff; */
}

.clear {
    clear: both;
}

#sidebar {
    width: 240px;
    float: right;
    background-color: #C4C4C4;
    margin: 10px 15px 0 0;
    padding: 15px 10px 10px 10px;
    color: #444444;
    line-height: 18px;
    font-size: 90%;
    word-spacing: -1px;
}

#sidebar h1 {
    font-family: serif;
    font-size: 22px;
    color: #333;
    font-weight: normal;
    margin: 10px 0 5px 0;
}

#sidebar h1.first {
    color: #000000;
    margin: 5px 25px 20px 25px;
}

#content {
    margin: 0 331px 0 20px;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    word-spacing: 2px;
}

#contentNoSideBar {
    margin: 0 20px 0 20px;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    word-spacing: 2px;
}

#scrollable {
    overflow: auto;
}

#content h1 {
    font-family: serif;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin: 10px 0 10px 0;
    letter-spacing: -2px;
    padding: 0 0 2px 0;
}

#contentNoSideBar h1 {
    font-family: serif;
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin: 10px 0 10px 0;
    letter-spacing: -2px;
    padding: 0 0 2px 0;
}

#content h1 a {
    color: #333;
    text-decoration: none;
    border: none;
}

#content h1 a:hover {
    color: #666;
}

h2 {
    font-family: serif;
    font: 120%;
    color: #333;
    border-bottom: 1px dotted #ccc;
}

a {
    color: #333;
    border-bottom: 1px solid #c4c4c4;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #faf8f9;
}

#footer {
    width: 100%;
    padding: 10px 1px 10px 1px;
    background-color: #faf8f9;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    color: #333;
    float: none;
    /* margin-left: 180px;
    margin-top: 20px; */
}

table.regular {
    /* font-size: 95%; */
    border: 0px;
}

table.regular thead {
    color: #666;
    font-size: 90%;
}

table.regular tbody {
    color: #000000;
}

table.regular tr {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
}

table.regular td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

table.calendar {
    font-size: 95%;
    border: 0px;
    border-collapse: collapse;
}

table.calendar thead {
    color: #333;
    /* font-size: 90%; */
}

table.calendar tbody {
    color: #000000;
}

table.calendar th {
    font-family: serif;
    /* padding: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px; */
    padding: 8px 8px 2px 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

table.calendar tr {
    /* padding: 4px 4px 4px 4px; */
}

table.calendar td {
    /* font-family: serif;
    padding: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px; */
    padding: 8px 8px 2px 2px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.tbc {
    font-style: italic;
}

.rj {
    text-align: right;
    /* padding: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px; */
}

table.calendar tr.d1 td {
    /* background-color: #EEEEEE; */
}

table.calendar tr.d2 td {
    /* background-color: #FFFFFF; */
}

.imageRHS {
    float: right;
    padding: 15px;
    text-align: center;
    font-size: 75%
}

.imageLHS {
    float: left;
    padding: 15px;
    text-align: center;
    font-size: 75%
}

.errorMessage {
    font-size: 90%;
    font-weight: bold;
    color: #ff0000;
}

#contact-email {
    visibility: hidden;
    width: 0px;
    height: 0px;    
}