/* CSS Document */
/* Custom section colors */
.content a, .subnav a, .subnav a:hover {
	color: #660033;
}
.content a:visited, .content a:active, blockquote {
	color: #803159;
}
.content a:hover {
	color: #99627D;
}
.content h1, .content h3, .content h5, .headerList li {
	color: #660033 !important;
}
.content h2, .content h4, .content ul, .content ol, .content li {
	color: #99627D;
}


.header{
	border-top-color: #99627D;
	border-right-color: #99627D;
}
.headerImg {
	background-image: url(/images/border-red.gif);
}
.headerImgSubnav {
	background-image: url(/images/border-subnav-red.gif);
}
.subnav {
	background-color: #E6D8Df;
	background-image: url(/images/border-red.gif);
}
.subnav ul li {
	background-image: url(/images/bullet-red.gif);	
}
