@charset "utf-8";
/* Open House section of the site */

/* Header graphic */
#header {
background:url(../Images/Header/header_EP.jpg) top left no-repeat;
}

/* Bold link in the header */
#headermenu li a#toplink03 {
font-weight:bold;
color:#9f248e;
background-color:#ffffff;
}
#headermenu a:hover {
color:#9f248e;
background-color:#691561;
color:#ffffff;
}


/* NavBar background graphic */
#navbar {
background:#78196e;
}

/* Links in body of page */
#col1 a, #col2 a {
color:#9b0057;
}
#col1 a:hover, #col2 a:hover {
color:#790043;
text-decoration:none;
}

/* h1 headings at tops of page body */
#col1 h1 {
color:#6d6960;
}
/* Other h1 attributes set by global stylesheet */

