html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    background: #F5F5F5;
    margin: 0px;
    padding: 0px;
}

p {
    clear: both;
}

a {
    color: #3333AA;
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: #6699DD;
}

form {
    padding: 0px;
    margin: 0px;
}
#searchform label {
    display: none;
}

img {
    border: 0;
}

sup {
    font-size: 0.7em;
}

#header {
    background: #E6DBE6 url("../images/pd/header_back.gif") top right no-repeat;
    height: 79px;
    border-bottom: 4px solid #977397;
    white-space: nowrap;
}
#header h1 {
    background: transparent url("../images/generic/header_logo.gif") top left no-repeat;
    width: 156px;
    height: 44px;
    float: left;
    padding: 0px;
    margin: 18px 0px 0px 20px;
    cursor: pointer;
}
* html #header h1 {
        margin: 18px 0px 0px 10px;
}
#header h1 span {
    display: none;
}

#headernav {
    float: right;
    padding: 15px 20px 0px 0px;
}
#headernav #skipnav, #headernav #sitenav {
    font-size: 0.8em;
    text-decoration: underline;
    padding-bottom: 2px;
    color: #113366;
}

#topnav {
    float: left;
    background: transparent url("../images/pd/top_back.gif") bottom left repeat-x;
    width: 100%;
    min-width: 770px;
    min-height: 24px;
    font-size: 0.84em;
    padding: 0px 0px 0px 0px;
    white-space: nowrap;
}
#topnav ul {
    margin: 0px;
    padding: 0px 0px 0px 2px;
    list-style: none;
}
#topnav li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 1px;
    list-style: none;
}
#topnav a {
    color: #113366;
    text-decoration: none;
    float: left;
    display: block;
    padding: 4px 8px 4px 7px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a { float: none; }
/* End IE5-Mac hack */
#topnav a:hover {
    color: #113366;
    text-decoration: underline;
}
#topnav #current {
    background: transparent url("../images/pd/tab_left.gif") top left no-repeat;
    font-weight: bold;
}
#topnav #current a {
    background: #FFFFFF url("../images/pd/tab_right.gif") top right no-repeat;
}

#breadcrumb{
    height: 20px;
    padding: 5px 10px 0px 10px;
    margin: 0px;
    font-size: 0.75em;
    color: #6699DD;
}
#breadcrumb a {
    color: #6699DD;
    text-decoration: none;
}
#breadcrumb a:hover {
    text-decoration: underline;
}

#wrapper {
    background: #FFFFFF;
    padding: 0px;
}

#container {
    background: transparent url("../images/pd/left_back.jpg") top left no-repeat;
    height: 100%;
    width: 990px;
}
#container:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

#leftnav {
    width: 140px;
    float: left;
    font-size: 0.84em;
    padding: 2px 10px 5px 0px;
}
#leftnav ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
    list-style: none;
}
#leftnav li {
    margin: 0px;
    padding: 4px 0px 0px 0px;
}
#leftnav a {
    color: #3333AA;
    text-decoration: none;
}
#leftnav a:hover {
    color: #3333AA;
    text-decoration: underline;
}
#leftnav #equal:before {
    content: url("../images/misc/left.gif");
    margin-left: -10px;
}
#leftnav #under:before {
    content: url("../images/misc/down.gif");
    margin-left: -10px;
}
#leftnav #equal, #leftnav #under {
    color: #3333AA;
    font-weight: bold;
}
#leftnav #level3 {
    font-size: 0.84em;
}
#leftnav #level3 ul {
    padding: 0px 0px 0px 10px;
}
#leftnav #level3 li {
    padding: 1px 0px 0px 0px;
}

#pagetitle {
    border-bottom: 2px dotted #884488;
    padding: 7px 10px 0px 0px;
    margin: 0px 10px 10px 0px;
}
#pagetitle h2 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #884488;
    margin: 0px;
    padding: 0px 0px 1px 0px;
}

#columns {
    margin-left: 180px;
}
#columns:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

#col0 {
    width: 100%;
    float: left;
}

#col1 {
    width: 64%;
    float: left;
}

#main {
    font-size: 0.9em;
    margin: 0px 30px 5px 0px;
}
#main h3 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    color: #884488;
    margin: 0px;
    padding: 15px 0px 0px 0px;
}
#main h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #884488;
    margin: 0px;
    padding: 0px;
}
#main h4.fade {
    background: transparent url("/resources/images/pd/pd_fade.gif") top left repeat-x;
    padding: 3px;
}
#main ul {
    margin: 0px;
    padding: 0px 0px 0px 15px;
    list-style: square;
}
#main .note {
    font-size: 0.84em;
    font-style: italic;
}

#col2 {
    width: 33%;
    float: right;
}

#secondary {
    font-size: 0.8em;
    margin: 0px 10px 5px 0px;
}
#secondary h5 {
    font-size: 1.1em;
    font-weight: bold;
    color: #804480;
    margin: 0px;
    padding: 0px 0px 2px 0px;
}
#secondary ul {
    margin: 0px;
    padding: 5px 0px 0px 20px;
    list-style: round;
}

#footer {
    background: #F5F5F5;
    border-top: 1px solid #E3E3E3;
    padding: 20px 20px 10px 20px;
}

#footertext {
    font-size: 0.7em;
}
#footertext a {
    color: #3333AA;
    text-decoration: underline;
}
#footertext img {
    vertical-align: middle;
}
#footertext .cntr {
    margin-left: 30px;
}
#footertext .cntr img {
    margin-right: 10px;
}

.clearboth {
    clear: both;
}

.caption, .toplink {
    font-size: 0.7em;
}
.caption a, .toplink a {
    text-decoration: underline;
}
.toplink {
    text-align: right;
}

.imgcapleft {
    float: left;
    text-align: left;
}
.imgcapmid {
    float: left;
    text-align: center;
}
.imgcapright {
    float: left;
    text-align: right;
}

.menubreak {
    border-top: 2px dotted #804480;
}
.menubreak span {
    display: none;
}

.tablehead {
    background: #E9E1E9;
    font-size: 0.84em;
    font-weight: bold;
    text-align: left;
    vertical-align: top;
}

.tablebody {
    background: #F6F2F6;
    font-size: 0.84em;
    text-align: left;
    vertical-align: top;
}

.stimCol {
    background: transparent url("/resources/images/pd/pd_fade2.gif") bottom left repeat-x;
    border: 1px solid #CECECE;
    margin: 0px 0px 1em 0px;
}
.stimCol:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .stimCol { height: 1%; }   /* IE7 */
* html .stimCol { height: 1%; }               /* IE6 */

.stimCol h4 {
    border-bottom: 1px solid #CECECE;
}

.stimCol div {
    border-left: 1px solid #CECECE;
    padding: 5px;
    margin: 0px;
    width: 45%;
    float: left;
}
.stimCol div:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .stimCol div { height: 1%; }   /* IE7 */
* html .stimCol div { height: 1%; }               /* IE6 */

.stimCol div.first {
    border: 0;
}
.stimCol div.last {
}

.stimBox {
    position: relative;
    background: #F3F3F3;
    padding: 10px;
}
#secondary .stimBox h5 {
    border-bottom: 1px solid #FFFFFF;
    padding: 0px 0px 5px 45px;
    margin: 0px;
}
.stimBox img.logo {
    position: absolute;
    top: 0px;
    left: 0px;
}
* html .stimBox img.logo {
    left: -10px;
}
.stimBox img {
    vertical-align: middle;
}

.stimQuote {
    background: #F3F3F3;
    color: #797979;
    padding: 3px 7px;
}
.stimQuote strong {
    color: #000000;
}

.stimTable {
    border: 1px solid #A9A9A9;
    border-collapse: collapse;
}
.stimTable th {
    background: #A9A9A9;
    color: #FFFFFF;
    padding: 3px;
    font-size: 0.9em;
    font-weight: bold;
}
.stimTable td {
    text-align: left;
    vertical-align: middle;
    padding: 3px;
    border: 1px solid #A9A9A9;
}
.stimTable .trhead td {
    background: transparent url("/resources/images/pd/pd_fade.gif") top left repeat-x;
    padding: 3px;
    font-weight: bold;
}

/*=============================================*/
/* Donate */
#donate {
    float: right;
    text-align: right;
    margin: 0px;
}
#donate a {
    padding: 0px;
}

/*=============================================*/
/* Right Sidebar */

.prodBox {
    background: #F0F0F0;
    padding: 5px;
}
.prodBox:after {
    content: ".";
    height: 0px;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
*:first-child+html .prodBox { height: 100%; } /* IE7 */
* html .prodBox { height: 1%; }               /* IE6 */

.prodCost {
    background: #364A77;
    color: #FFFFFF;
    padding: 2px 5px;
    margin: 0px 0px 1px 0px;
}
