﻿@media screen {
	
	body { background-color: #9cbdec; background: -webkit-linear-gradient(left, #00467a, #9cbdec); background: -moz-linear-gradient(right,  #00467a,  #9cbdec); background: linear-gradient(to right, #00467a, #9cbdec); font-family: Trebuchet MS, Helvetica, Sans-Serif; font-size: small; }

	#headerWrapper { background-color: #004da5; }
	#headerWrapper, #headerWrapper a { color: white; }
    #copyrightWrapper, #copyrightWrapper a { color: white; }
}

.cems-sectionheader-main, .ui-widget-header, .sectionHeader { background-color: #004da5; color: white; }
.cems-sectionheader-main a, .ui-widget-header a, .sectionHeader a { color: white; }
.cems-sectionheader-alt, .sectionHeaderHighlighted { background-color: #ffe788; color: black; }
.cems-sectionheader-alt a, .sectionHeaderHighlighted a { color: black; }
.ui-widget-content, .ui-widget-content a { color: #333333; }
