/* CSS Document */

/*------------------------------------------------------
L E F T S I D E
------------------------------------------------------*/
#cntr_hdr { 
	position:absolute;
	top:0px;
	margin-top: -30px;
}

#cntr_left {
	position: absolute;
	top:60px;
	float:left;
	width: 154px;
	background: #FFFFFF url("/pics/cntr_left.jpg") no-repeat;
	color: #000000;
/*	height: 100%;*/

}

#cntr_left_top {
	width: 140px;
	height: 185px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 45px;
}

#ctr_left_bottom {
	position: relative;
	bottom: 5px;
}

#cntr_left_top ul {
	margin-left: .25em;
	padding-left: .25em;
	padding-bottom: .10em;
 	list-style: none;
	/*list-style-image: url("../pics/bullet_sm.gif");*/
}

#cntr_left_top li {
	margin-left: 0em;
	padding-left: 0em;
	margin-bottom: .25em;
	padding-bottom: .25em;
}


#cntr_left_top a {
	color: #00457B;
	font-size: 9px;
}
#cntr_left_top a:hover {
	color: #63A2D6;
}	

