﻿#masthead {
        min-width: 600px;
}
#header {
}
#container {
        clear: both;
        min-width: 600px;
        background-image: url('images/BlueBorder.gif');
        background-repeat: repeat-y;
}
#left_col {
        float: left;
        width: 120px;
}
#page_content {
        margin-left: 140px;
        min-height: 280pt;
}
#footer {
        clear: both;
}
body {
        font-family: Verdana;
        font-size: 12pt;
}
code {
        font-size: 12pt;
}
h1 {
        color: #CC00CC;
        font-size: 24pt;
        font-weight: bold;
        margin-top: 0;
        padding-top: 12pt;
}
h2 {
        color: #CC00CC;
        font-size: 18pt;
        font-weight: bold;
        margin-top: 0;
        padding-top: 12pt;
}
h3 {
        color: #CC00CC;
        font-size: 14pt;
}
h4 {
        color: #CC00CC;
        font-size: 12pt;
}
p.indent {
        margin-left: 24pt;
}
ul {
        list-style-image: url('images/CircleBullet.gif');
}
li {
        margin-top: 12pt;
}
ol {
        list-style-type: decimal;
}
table {
        margin-top: 0pt;
}
tr {
        margin-top: 0pt;
}
th {
        margin-top: 0pt;
}
td {
        margin-top: 0pt;
}
table.gray {
        border-width: 1pt;
        border-style: solid;
        border-color: #E0E0E0;
        border-collapse: collapse;
        margin-left: 2pt;
}
table.gray tr {
        border-width: 1pt;
}
table.gray th {
        border-width: 1pt;
        border-style: solid;
        border-color: #E0E0E0;
        background-color: #E0E0E0;
        text-align: left;
        padding-left: 10pt;
        padding-right: 10pt;
        padding-bottom: 2pt;
        padding-top: 2pt;
        font-weight: bold;
}
table.gray th.center {
        text-align: center;
}
table.gray td {
        border-width: 1pt;
        border-style: solid;
        border-color: #E0E0E0;
        padding-left: 10pt;
        padding-right: 10pt;
        padding-top: 2pt;
        padding-bottom: 2pt;
}
table.gray td.center {
        text-align: center;
}
