@charset "utf-8";
/* CSS Document */
#sidebarTp {
	background-image:url(../images/general/sidebarTp.jpg);
	background-repeat:no-repeat;
	width:143px;
	height:8px;
	overflow:hidden;
}
#sidebarShdLft {
	width:143px;
	background-image: url(../images/general/sidebarShdLft.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position: left;
	float:left;
	
}
#sidebarShdRgt {
	width:140px;
	background-image: url(../images/general/shadRgt.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-position: right;
	float:right;
}
#sidebarContent {
	background-image: url(../images/general/sidebarBg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	min-height:529px;
	float:left;
	width:136px;
}
#sidebarContent h1{
	padding:0;
	padding-top:20px;
	margin:0;
	text-align:center;
	padding-bottom:10px;
}
#sidebarContent h2{
	padding:0;
	margin:0;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#16328a;
	text-align:center;
}
#sidebarContent p {
	font-size:18px;
	text-align:center;
}
#sidebarContent p.clear {
	clear:both;
}
#sidebarContent p.white {
	color:#FFFFFF;
}
#sidebarContent img {
	padding:0;
	margin:0;
	padding-bottom:2px;
}
#sidebarContent ul {
	font-size:13px;
}
#sidebarBtm {
	clear:both;
	background-image: url(../images/general/sidebarBtm.jpg);
	background-repeat:no-repeat;
	width:143px;
	height:7px;
}

#sidebarContent dl { 
	margin: 0; 
	padding: 0;
}
#sidebarContent dt {
	margin: 0; 
	padding: 0;
	float:left;

}
#sidebarContent dt a {
	display: block;
	height: 0px !important;
	height /**/:40px; /* IE 5/Win hack */ 
	padding-top: 40px;
	overflow: hidden;
	background-repeat: no-repeat;
}
#sidebarContent dt a:hover {
	background-position: 0 -40px;
}
#sidebarContent dt#moreInfo,
#sidebarContent dt#moreInfo a { 
	width: 136px; 
	background-image: url(../images/nav/more-info.png);
}
