@charset "utf-8";
/* Open House section of the site */

/* Header graphic */
#header {
background:url(../Images/Header/header_DA.jpg) top left no-repeat;
}

/* Bold link in the header */
#headermenu li a#toplink04 {
font-weight:bold;
color:#0198d1;
background-color:#ffffff;
}
#headermenu a:hover {
color:#0198d1;
background-color:#0075a3;
color:#ffffff;
}

/* NavBar background graphic */
#navbar {
background:#0080b1;
}

/* Links in body of page */
#col1 a, #col2 a {
color:#706d65;
}
#col1 a:hover, #col2 a:hover {
color:#605e57;
text-decoration:none;
}

/* h1 headings at tops of page body */
#col1 h1 {
color:#6d6960;
}
/* Other h1 attributes set by global stylesheet */

