/* ---------------------------------------------------------------------
    Colors which are common to both the grey and white stylesheets are 
    declared here. Color rules which are specific to one of the alternative 
    stylesheets are found in that alternative stylesheet.
----------------------------------------------------------------------*/


/* ###### Text Colors ###### */

body {color: black;}

#bodyText a {color: #0066cc;}

#upperMenuBar, #upperMenuBar a {color: white;}

#header {color: white;}

#headerSearch .submit {color: white;}

#lowerMenuBar, #lowerMenuBar a {color: white;}

#upperMenuBar .highlight, #lowerMenuBar .highlight {color: #fda05b;}

.sideMenuBox a {color: #0066cc;}

.sideMenuBox a:hover {color: white;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #0066cc;}

#footer, #footer a {color: white;}


/* ###### Background Colors ###### */

q {background-color: #f0f0f0;}

#upperMenuBar {background-color: rgb(74,124,174);}

#header {background-color: rgb(74,124,174);}

#headerSearch .submit {background-color: #8cc68c;}

#lowerMenuBar {background-color: #003399;}

.sideMenuBox a:hover {background-color: rgb(74,124,174);}

#footer {background-color: rgb(74,124,174);}


/* ###### Border Colors ###### */

q {border-color: #999999;}

acronym {border-bottom-color: #999999;}

#bodyText a {border-bottom-color: #0066cc;}

#headerSearch .text {border-color: #003399;}

#headerSearch .submit {border-color: white;}

.sideTextBox a {border-bottom-color: #0066cc;}

#footer a {border-bottom-color: white;}