/* *********** Left Col NAV *********** */

.bordLR  {
    border-left: 1px solid #49166D;
    border-right: 1px solid #49166D;
}

.leftColLev1  {
    margin-left: 5px;
    line-height: 20px;
}

.leftColLev2  {
    margin-left: 15px;
    line-height: 20px;
}

.leftColLev3  {
    margin-left: 30px;
    line-height: 20px;
}
        
.leftColCurrent  {
    padding: 2px 0px 2px 30px;
    margin: 0px 0px 0px 0px;
    line-height: 20px;
    background: transparent url('/images/health/currentArrow.gif') no-repeat;
    background-position: left center;
}

.leftColCurrent2  {
    padding: 2px 0px 2px 15px;
    margin: 0px 0px 0px 0px;
    line-height: 20px;
    background: transparent url('/images/health/currentArrow.gif') no-repeat;
    background-position: left center;
}
        
.leftColNav  {
    display: block;
    width: 180px;
    background-color: white;
    text-decoration: none;
}
        

.leftColBot {
    width: 180px;
    background: White url('/images/health/sponsBoxBottom2.gif') no-repeat;
}

/* *********** Right Col Partner Box *********** */
        
.partnerBox {
    background-color: #CFD7E7;
    border: 1px solid #CFD7E7;
}

a.external { 
    display:inline;
    color: #3366bb; 
    background: url('/images/health/externalLite.gif') center right no-repeat;
    padding-right: 13px;
}

a.externalBR { 
    display:inline;
    color: #3366bb; 
    background: url('/images/health/externalLite.gif') center right no-repeat;
    padding-right: 13px;
    margin-left: -17px; 
}


ul.regBox {
	list-style-type: none; 
	padding: 5px 5px 0px 2px;
	margin-top: 0px;
	margin-left: 5px;
}

ul.regBox li {
	padding-left: 10px;
	margin-left: 0px;
	background-image: url('/images/health/bullet.gif'); 
	background-repeat: no-repeat; 
	background-position: 0 .5em; /*horizontal,vertical alignment */ 
}


