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

