@import "/site/designs/shared/css/baseNew.css";


/* Content area */

DIV#container {
	background-image: url(/site/designs/contentNew/images/backgrounds/container.gif);
}

DIV#containerInner {
	background-image: url(/site/designs/contentNew/images/backgrounds/containerInner.gif);
}

/* Supplemental content sidebar */

TD#sidebar {
	background: white;
}

DIV#sidebarInner {
	padding: 0;
	background: url(/site/designs/shared/images/backgrounds/sidebarTop.gif) top left no-repeat;
}

DIV#sidebarInner H2 {
	padding: 0 0 0 10px;
	margin: 0;
}

DIV#sidebarInner H3 {
	margin: 10px 10px 0 10px;
	padding: 0;
	
	color: rgb(154, 44, 32);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

DIV#sidebarInner P {
	margin: 0 14px 10px 10px;
	color: black;
	font-size: 11px;
}

DIV#sidebarInner A {
	color: rgb(154, 44, 32);
	text-decoration: none;
}

DIV#sidebarInner A:hover {
	text-decoration: underline;
}

DIV#sidebarInner A.drill3 {
	font-size: 12px;
	color: rgb(36, 45, 73);
	text-decoration: underline;
}
