#header .header-component h2 {
color: #00447C;
}


h3 {
    color: #005695;
}

.href-list-component .ua-nav-top {
    	background: -moz-linear-gradient(top,  rgba(255,205,0,0.6) 0%, rgba(255,249,209,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,205,0,0.6)), color-stop(100%,rgba(255,249,209,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,205,0,0.6) 0%,rgba(255,249,209,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,205,0,0.6) 0%,rgba(255,249,209,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,205,0,0.6) 0%,rgba(255,249,209,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,205,0,0.6) 0%,rgba(255,249,209,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffcd00', endColorstr='#fff9d1',GradientType=0 ); /* IE6-9 */
}


div.title-box, div.title-box-center {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #333333;
}

.shadow-box, div.rss-component {
    background-color: #E5EDF3;
}


li.divider_0 span, li.divider_1 span, li.divider_2 span, li.divider_3 span {
    background: none repeat scroll 0 0 #E5EDF3;
}