/*
    SUNY Downstate Medical Center
	Custom Stylesheet
	
	This is the secondary stylesheet for the SUNY Downstate web site. 
	It may be used to customize the color scheme of your web site.		
*/

/* NAVIGATION BAR STYLES */

#navigation li a:hover {
	background-color: #C7C7DD;
	color: white;
}
#site-home-button li a {
	background-color: #9090C2;
	color: black;
}
#section1 li a {
	background-color: #BBBCD8;
	color: black;
}
#section2 li a {
	background-color: #F9E17E;
	color: black;
}
#section3 li a {
	background-color: #ADAECA;
	color: black;
}


/* HEADING STYLES */
h2 {
	background-color: #666666;
	color: white;
	padding: 2px 0 3px 4px;
}
h4 {
	line-height: normal;
}
.text_box75 {
	width: 75%;
	margin: 0 0 0 20px;
	padding: 0;
}

