@charset "utf-8";
/* Open House section of the site */

/* Header graphic */
#header {
background:url(../Images/Header/header_OHLW.jpg) top left no-repeat;
}

/* Bold link in the header */
#headermenu li a#toplink01 {
color:#c0d444;
background-color:#ffffff;
}
#headermenu a:hover {
background-color:#a6ba42;
color:#ffffff;
}

/* NavBar background graphic */
#navbar {
background-color:#a6ba42;
}

/* Links in body of page */
#col1 a, #col2 a {
color:#9aae26;
color:#93117e;
text-decoration:none;
}
#col1 a:hover, #col2 a:hover {
color:#77871d;
color:#93117e;
text-decoration:underline;
}

/* h1 headings at tops of page body */
#col1 h1 {
color:#6d6960;
}
/* Other h1 attributes set by global stylesheet */

/* Donate button */
a#donatebutton {
	display:block;
	width:192px;
	height:192px;
	text-indent:-9999px;
	background:url(../Images/Misc/Donate2012.gif) 0 0 no-repeat;
}
	a#donatebutton:hover {
		background:url(../Images/Misc/Donate2012.gif) 0 -200px no-repeat;
	}