/* CSS Document */

/*------------------------------------------------------
L E F T S I D E
------------------------------------------------------*/
#cntr_hdr {
	position: absolute;
	top: 150px;
}

#cntr_left {
	position: absolute;
	top: 188px;
	left: 0;
	width: 154px;
	height: 361px;
	border-left: 1px solid #004777;
	background: #FFFFFF url("/pics/cntr_left.jpg");
	color: #000000;
}

#cntr_left_top {
	width: 140px;
	height: 185px;
	margin-top: 2px;
	padding-top: 2px;
}

#ctr_left_bottom {
	position: absolute;
	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;
}	

