
body {
    font-family: "Verdana", "Lucida Grande", "Arial", "Helvetica", sans-serif;
    font-size: 80%;
}

.cms_item {
    margin: 0;
    padding: 0;
}

.cms_item p.centered {
    text-align: center;
}

.cms_item p.right {
    text-align: right;
}

.cms_item table {
    margin-bottom: 0.625em;
}

.cms_item table th,
.cms_item table td {
    border-top: 1px solid #cccccc;
    padding: 0.3125em 0 0.3125em 0;
    vertical-align: top;
}

.cms_item table th {
    white-space: nowrap;
    padding-right: 1.25em;
    text-align: left;
    color: #267fa9;
}

table.twocol td div.cms_item {
    margin-top: 1em;
    margin-bottom: 36px;
    border: 3px double #ffd076;
    text-align: center;
    background: #ffe4c5;
}

table.twocol td div.cms_item h2 {
    color: #267fa9;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffd791;
    padding-bottom: 10px;
}

table.twocol td div.cms_item h3 {
    padding-top: 0;
    font-size: 100%;
    color: #4095a9;
}

table.twocol td div.cms_item ul {
    list-style: none;
    margin-left: 0;
    padding: 0.625em 0;
}

table.twocol td div.cms_item p {
    font-size: 133%;
    font-style: italic;
}

.cms_icon {
    text-align: center;
}

.cms_gallery {
    width: 100%;
    text-align: center;
}

.cms_gallery td {
    padding: 5px;
}

.cms_gallery thead td {
    font-size: 10%;
    height: 1px;
    width: 8.3333%;
    padding: 0;
}

.floatLeft, .floatRight {
    padding: 2px;
    text-align: center;
}

.floatLeft a img, .floatRight a img {
    display: block;
    text-decoration: none;
}

.floatLeft a, .floatRight a {
    display: block;
    text-align: center;
}

.caption {
    padding-top: 2px;
    font-size: 85%;
    font-weight: bold;
}

.floatLeft {
    display: inline; /* IE6 Hack */
    float: left;
    clear: left;
    margin: 10px 10px 10px 0;
}

.floatRight {
    display: inline; /* IE6 Hack */
    float: right;
    clear: right;
    margin: 10px 0 10px 10px;
}

.alignLeft   { text-align: left;   margin: 10px 10px 10px 0; }
.alignCenter { text-align: center; margin: 10px 0; }
.alignRight  { text-align: right;  margin: 10px 0 10px 10px; }

.alignCenter table {
    margin: 0 auto;
}

table.csv {
    font-size: 85%;
    border-bottom: 1px solid black;
}

table.csv th, table.csv td {
    padding: 0 8px;
}

table.csv th {
    text-align: center;
}

table.csv thead th {
    border-bottom: 1px solid black;
}

table.csv .odd {
    background-color: #e8e8e8;
}

table.csv .even {
    background-color: #f8f8f8;
}

#content .error {
    color: #770000;
}

.categoryIndex table {
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.categoryIndex table td {
    vertical-align: bottom;
    padding: 5px;
}

.categoryIndex table a {
    text-decoration: none;
}

.categoryIndex table img {
    border: 1px solid black;
}

.glossaryIndex {
    margin: 0;
    padding: 0;
}

.glossaryIndex li {
    display: inline;
    text-transform: uppercase;
}

.faqIndex {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

p.returnLink {
}

/* For contact form */
#iField_subject {
    display: none;
}

