@charset "UTF-8";
/* CSS Document */

/* containers */
.containerMain {
 width:800px;
 padding:0px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 0;
 margin-bottom: 0;
}

#loginPanel {
 color: #CCCCCC;
 font-size: 11px;
 height: 200px;
 text-align: right;
 background-color: #000000;
}

.loginPanel {
 height: 200px;
 background-image: url(../../images/bg_loginPanel.gif);
 background-repeat: no-repeat;
 background-position: left top;
}

.clientLogin {
 color: #666666;
 font-size: 11px;
 height: 21px;
 text-align: right;
 background-image: url(../../images/bg_main.gif);
 background-repeat: repeat-x;
 width: 100%;
 background-position: center top;
}

.header { width: 800px; /*
 background-image: url(../../images/temp_header.jpg);
 background-repeat: no-repeat;
 */ background-position: center top; height: 195px; }

.containerFooter {
 width:800px;
 padding:0px;
 margin-right: auto;
 margin-left: auto;
 margin-top: 0;
 margin-bottom: 0;
 background-image: url(../../images/bg_footer.gif);
 background-repeat: no-repeat;
 background-position: center top;
 height: 50px;
}

.footerLeft {
 font-size: 11px;
 color: #4A4A4A;
 width: 390px;
 text-align: left;
 padding-top: 25px;
 padding-left: 10px;
 float: left;
 padding-bottom: 25px;
}

.footerRight {
 font-size: 11px;
 color: #4A4A4A;
 width: 390px;
 text-align: right;
 padding-top: 25px;
 padding-right: 10px;
 float: right;
 padding-bottom: 25px;
}

.content { background-color: #4A4A4A; background-repeat: no-repeat; background-position: left top; text-align: center; height: 100%; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; padding-top: 5px; }

.naviColumn {
 width: 254px;
 padding-left: 11px;
 padding-top: 20px;
 float: left;
}

.entry {
 text-align: left;
}

.panelTitle {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 font-style: italic;
 background-image: url(../../images/bg_newsLtr_Top.gif);
 background-repeat: no-repeat;
 background-position: center top;
 text-align: left;
 padding: 8px;
 color: #FFFFFF;
}

.panelNewsLtr {
 font-size: 13px;
 background-image: url(../../images/bg_newsLtr.gif);
 background-position: center bottom;
 background-repeat: no-repeat;
 text-align: left;
 padding: 8px;
 width: 218px;
}
