﻿a {
    color: #003463;
}

    a:link:not(.ui-menubar-link), a:visited:not(.ui-menubar-link),
    a:active:not(.ui-menubar-link), a:hover:not(.ui-menubar-link) {
        color: #003463;
    }

    a:hover {
        background-color: #c7d1d6;
    }

h1, h2, h3, h4, h5, h6 {
    color: #003463; /*!important;*/
}

h3 {
    background-color: white;
}

.main-content {
    background-color: #faf0b9; /*!important;*/
}

.pcghome-div {
    background-color: #faf0b9;
    border: 1px solid #0061a9;
}

.pcghome-div-no-x {
    background-color: #faf0b9;
    border: 1px solid #0061a9;
}

.pcghome-div-long {
    border: 4px solid #0061a9;
}

.pcgtraining-div-no-x {
    border: 2px solid #003366;
}

/* Change background to not inherit ui-widget's background (causing large block of off-blue to appear) */
#sitemapMenu ul.level2, #sitemapMenu ul.level3 {
    background: none repeat scroll 0 0 #003366;
}

#sitemapMenu ul li a:hover {
    background: url("images/main_nav_hover.jpg");
}

ul#menu a {
    color: black;
    font-weight: bold;
}


.ui-dialog .ui-dialog-title {
    color: #000000;
}

mark 
{
    background-color: #a6dbed;
}