body {
	background: #666;
}
.contentCaption   {
	display: block;
	padding-left: 43px;
	padding-right: 15px;
}

a:link, a:visited {
	color: #2d73b7;
}

#top_grad {
	background: #666 repeat-x;
	height: 337px;
}

#container { 
	border-right: 3px solid #23272d;
	border-bottom: 3px solid #23272d;
	border-left: 3px solid #23272d;
}



#sidebarContainer #sidebar {
	color: #333;
}

#sidebarContainer .sideHeader { color: #f93; font-weight: bold; background: repeat-x left top; }

#footer { 
	color: #9baabb;
}

#footer a:link, #footer a:visited {
	color: #9baabb;
}

#footer a:hover, #footer a:active {
	color: #9baabb;
}

#breadcrumbcontainer {
	color: #c6c6c6;
}

#navcontainer {
	border-top-color: #b3b3b3;
}

#navcontainer #current {
	color: maroon;
	background: #fc3;
}

#navcontainer #current:hover {
	background: #fc3;
	color: #2d73b7;
}

#navcontainer .currentAncestor {
	color: #ffffff;
	background: #fc3;
}

/* Parent - Level 0 */

#navcontainer ul
{
	list-style: none;
}

#navcontainer li {
}

#navcontainer a{
	display: block;
	background: #ffc;
	color: #1a4169;
	text-decoration: none;
	border-bottom: 1px solid #ececec;
}

#navcontainer a:hover {
	background: #fc3;
	color: maroon;
}

#navcontainer ul ul a {
	background: #fafafa;
}

#navcontainer ul ul #current{
	background: transparent;
}

#navcontainer ul ul .currentAncestor {
	background: transparent;
}

#navcontainer ul ul ul #current{
	background: #fc3;
	color: #3c90ca;
}

h1 {
	font-size: 1.6em;
	margin: 0 0 3px;
}

h2 {
	font-size: 1.4em;
	margin: 0 0 3px;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
}

h4 {
	font-size: 1em;
	margin: 0 0 3px;
}
