@charset "utf-8";
/* Open House section of the site */

/* Header graphic */
#header {
background:url(../Images/HeaderOC/header_OpenCity.jpg) top left no-repeat;
}

/* Bold link in the header */
#headermenu li a#toplink01 {
font-weight:bold;
color:#d52731;
background-color:#ffffff;
}
#headermenu a:hover {
background-color:#9b222c;
color:#ffffff;
}

/* NavBar background graphic */
#navbar {
background-color:#b12731;
}

/* Links in body of page */
/* Now in global.css */
/*#col1 a, #col2 a {
color:#000000;
text-decoration:none;
}
#col1 a:hover, #col2 a:hover {
color:#000000;
text-decoration:underline;
}*/

/* h1 headings at tops of page body */
#col1 h1 {
color:#6d6960;
}
/* Other h1 attributes set by global stylesheet */


