BODY { background-color: #02132f; color: #FFFFFF; font-family: arial, sans-serif; font-size: 14px; }
body#interior { background-color: #022054; }
h1,h2,h3,h4,h5,h6 { margin: 10px 0px; padding: 0px; }
h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 17px; }
h5 { font-size: 16px; }
h6 { font-size: 15px; }
a { color: #ffffff; text-decoration: none; }
a img { border: none; }
#site-menu {
    margin-top: 3px;
    margin-left: 5px;
    margin-bottom: 2px;
    background-image: url(/files/menu-tile.jpg);
    background-repeat: repeat-x;
    height: 28px;
    width: 756px;

}
#site-menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}
#site-menu ul li {
    float: left;
    padding: 0px;
    margin: 0px;
}
#site-menu ul li a {
    float: left;
    background-image: url(/files/menu-divider.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 6px;
    padding-left: 14px;
    padding-right: 16px;
    padding-bottom: 5px;
    text-align: center;
    white-space: nowrap;
    color: #02132f;
    font-weight: bold;
}
#site-footer {font-size: 12px;}

/* Calendar (Page Types) use these styles */
.software_monthly_calendar {
    width: 100%;
    border-collapse: collapse;
}
.software_monthly_calendar td, .software_monthly_calendar th {
    line-height: 12px;
    padding: 2px;
    border: 1px solid;
    vertical-align: top;
}
.software_monthly_calendar th {
    width: 14%;
    background-color: #EFEFEF;
}
.software_monthly_calendar td.inactive {
    background-color: #F9F9F9;
}

/* Photo Gallery (Page Types) use these styles */
.software_photo_gallery
{
    text-align: center;
}
.software_photo_gallery .slideshow
{
    text-align: right;
    margin-bottom: 0.2em;
}
.software_photo_gallery span
{
    padding: 0.1em;
}
.software_photo_gallery table
{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}
.software_photo_gallery td
{
    padding: .1em;
}
.software_photo_gallery .previous, .software_photo_gallery .next
{
    border: 1px solid;
    padding: 0.25em;
}
.software_photo_gallery .thumbnail
{
    border: 1px solid;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.software_photo_gallery .current_thumbnail
{
    border: 1px solid;
    padding: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.software_photo_gallery .current_thumbnail_label,
.software_photo_gallery .slideshow .active
{
    font-weight: bold;
}
.software_photo_gallery .photo
{
    border: 1px solid;
    padding: 10px;
    margin-top: 0px 0px 15px 0px;
}

/* Software Pagination (Form List View Page Type use these styles) */
.software_pagination
{
    margin: 1em 0px;
}
.software_pagination a,
.software_pagination span
{
    padding: 0.2em 0.4em;
    border: 1px solid;
}
.software_pagination a
{
    BORDER: 1px solid;
}
.software_pagination a:hover
{
    BORDER: 1px solid;
}
.software_pagination .current,
.software_pagination a.previous,
.software_pagination a.next
{
    font-weight: bold;
}
.software_pagination span.previous,
.software_pagination span.next
{
    BORDER: 1px solid;
    display: none;
}
.mceContentBody
{
    font-size: 100%;
    font-family: arial, sans-serif;
    background: none;
    background-color: white;
    border-color: black;
    color: black;
    text-align: left;
}