﻿HTML {width: 100%;}
BODY {
    width: 100%; 
    padding: 0px; 
    text-align: center;
    font-family: verdana, arial; 
    font-size: 12pt;
    background-color: ghostwhite; 
    color:black;
}
.Page {
    text-align: left;
}
A {
    color: blue;
}
A.Nav {
    font-size: 10pt;
    color: Indigo;
    cursor: pointer;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 2px;
}
A.Nav:hover {
    font-size: 10pt;
    color: palegoldenrod;
    cursor: pointer;
    text-decoration: none;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 1px;
    background-image: url(Images/menuhighlight.gif);
    background-repeat: repeat-x;
    border: solid 1px darkgreen;
    border-right: solid 1px ghostwhite;
    border-bottom: solid 1px ghostwhite;
}
DIV.Page {
    width: 800px;
}
DIV.Title {
    width: 100%;
}
DIV.Nav {
    padding-top:10px;
    padding-bottom:10px;
    font-size: 10pt;
    width: 100%;
}
TABLE.Nav {
    background-image: url(Images/menu.gif); background-repeat: no-repeat;
    font-size: 8.5pt;
    font-weight: bold;
    width: 100%;
    height: 27px;
    color: indigo;
}
TD.NavEnd {
    width: 10px;
}
TD.Nav {
    width: auto;
    text-align: center;
    border: solid 0px black;
}
DIV.Map {
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 8pt;
    width: 100%;
}
DIV.Contents {
    padding-top: 10px;
    font-size: 12pt;
    width: 100%;
}
DIV.Pane1 {
    position: relative;
    width: 250px;
    height: auto;
    overflow: visible;
    float:left;
    background-color: transparent;
}
DIV.Pane2 {
    position: relative;
    width: 15px;
    height: auto;
    overflow: hidden;
    float:left;
    background-color: transparent;
}
DIV.Pane3 {
    position: relative;
    width: 535px;
    float:left;
}
DIV {
    padding-bottom: 10px;
}
DIV.copyright {
    padding-top: 10pt;
    font-size: 7pt;
    text-align: center;
}
TABLE.Contents {
    width: 100%;
    font-size: 1pt;
}
TD.RCTL {width: 11px; height: 11px; overflow: hidden; background-image: url(Images/RoundedCorners/rc_LT_Grn.gif); background-repeat: no-repeat;}
TD.RCT {height: 11px; overflow: hidden;  background-image: url(Images/RoundedCorners/rc_T_Grn.gif); background-repeat: repeat-x;}
TD.RCTR {width: 11px; height: 11px; overflow: hidden;  background-image: url(Images/RoundedCorners/rc_RT_Grn.gif); background-repeat: no-repeat;}
TD.RCL {width: 11px; overflow: hidden; background-image: url(Images/RoundedCorners/rc_L_Grn.gif); background-repeat: no-repeat;}
TD.RCContents {width: auto; height: auto; font-size: 12pt;}
TD.RCR {width: 11px; overflow: hidden; background-image: url(Images/RoundedCorners/rc_R_Grn.gif); background-repeat: no-repeat;}
TABLE.TP {width: 250px;}
TD.TPCaption {
    color:white; 
    padding-left:7px; 
    vertical-align:middle; 
    font-size:7.5pt; 
    font-weight: bold;
    text-transform:uppercase;
    background-image: url(Images/TitlePanel/tp_t_grn.gif); background-repeat: no-repeat;
    height: 23px; overflow: hidden;
}
TD.TPBody {
    padding-left: 2px;
    padding-right: 2px;
    background-image: url(Images/TitlePanel/tp_c_grn.gif); background-repeat: repeat-y;
}
TD.TPFoot {
     background-image: url(Images/TitlePanel/tp_b_grn.gif); background-repeat: no-repeat;
     background-color: transparent;
     font-size:1pt;
     height: 2px; overflow: hidden;
}
DIV.TPContents {
    padding: 2px;
    font-size: 10pt;
    font-weight: normal;
    background-image: url(Images/TitlePanel/titlepanelcontents.gif); background-repeat: no-repeat;
    background-color: white;
}
DIV.CALicense {
    text-align: right;
	font-size: 9pt;
	font-weight: bold;    
}
        