/********************************************************************** 
Filename: style10.css   
created by:  e. hust
created: 6 June 2005
last modified: 13 June 2005
last modified by: e. hust
Purose: controls colors and changes things to match styles
	ex. h1, h2 size
location: /css/EAD/style10
Comments: 


colors are as follows:
7b0100, red
ffefd6, cream (accent1)
c6d4be, mint green

 ********************************************************************/

#topBanner
{
	background-color: #c6d4be;
	/*mint green */
}

#navbar ul li { background-color: #c6d4be; }

#navbar ul li.last
{
	background-color: #FFFFFF;
	background-image: url(/graphics/EAD/style10/navCurl-10.gif);
}

#navbar a
{
	color: #7b0100;
	/*red*/
}

h1 { color: #7b0100; }
h2 { color: #000000; }

hr
{
	color: #7b0100;
	background-color: #7b0100;
}

a:link { color: #7b0100; }
a:visited { color: #7b0100; }
a:active { color: #7b0100; }
a:hover { color: #000000; }

.bgAccentOne
{
	background-color: #ffefd6;
	/*cream*/
}

div.srchWiMenLink
{
	background-color: #ffefd6;
	/*cream*/
	color: #7b0100;
}

.redBorder { border-left: 1px solid #7b0100; }
ul li { list-style-image: url(/graphics/EAD/style10/bullet.gif); }

div.bbheaderbox
{
	background-color: #ffefd6;
	/*cream*/
	color: #7b0100;
}

#bookImage
{
	background-image: url(/graphics/EAD/style10/bookImage-10.png);
	background-repeat: no-repeat;
}

#uwdccImage
{
	background-image: url(/graphics/EAD/style10/UWDCLogo-10.png);
	background-repeat: no-repeat;
}

#sideImage
{
	background-image: url(/graphics/EAD/style10/Sidebar-10.gif);
	background-repeat: no-repeat;
}
