/* CSS Document */

* {
margin: 0px;
padding: 0px;
}
#navigation_panels {
	width: 170px;
	background-image: url(../images/left_nav_base.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-bottom: 8px;
	background-color: #CED3E4;	
}
#navigation_panels dt {
	background-repeat: no-repeat;
	background-position: top;
	font-size: 1.1em;
	color: #fff;
	line-height: 100%;
	padding-top: 5px;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/left_nav_top.gif);
	height: 40px;
	padding-bottom: 0px;
	font-weight: bold;
}
#navigation_panels dd {
	color:#0C2576;
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
}
#navigation_panels a:link {
	text-decoration: underline;
}

#navigation_panels img {
	border: 0px;
	padding-left: 150px;
	margin-top: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#navigation_panels a:visited {
	text-decoration: underline;
	color: #666666;
}
#navigation_panels a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#navigation_panels a:active {
	text-decoration: underline;
}
