﻿@charset "UTF-8";
/* CSS Document */

/* global section links */
a, h2, h3, h4 {color:#a00019;}

/* headlines */
h1,
#pageContent .content .rightColumn #news h2, 
#pageContent .content .rightColumn #faq h2 {font-size:25px;color:#a00019;border-bottom:0;margin-bottom:5px;}

/* faq */
#pageContent .content .rightColumn #faq p {color:#a00019;}


/* view all button (news and events) */
#pageContent .content .rightColumn #news a:hover {color:#a00019;}
#pageContent .content .rightColumn #news a.viewAll:hover {color:#fff;}




/* mezzanine level */
#mezzanine {background:url(/PublishingImages/bg/mezzanine_red.jpg) #a00019 no-repeat top center;}
#mezzanine .content a:hover  {color:#fab735;}

/* sitemap bg */
#sitemap {background:url(/PublishingImages/bg/sitemap_bg_red.jpg) #a00019 no-repeat top center;}
#sitemap .content table ul li.siteMapSectionTitle a {color:#ff9900;}

/* news and events */
/*
#pageContent .content .rightColumn #news {width:670px;}
*/

/* Webparts */
.ms-standardheader{color:#a00019;}

.ms-WPBody a:link, .ms-WPBody a:visited {
	color:#a00019;
}