/* Start of CMSMS style sheet 'library' */
html {
overflow: auto;
}

.centerContent
{
	width: 917px;
	margin-left: auto;
	margin-right: auto;
}

.column
{
	display: inline;
	float: left;
}

.selfClear { 
     display: inline-block; 
} 
 
* html .selfClear { 
     height: 1%; 
} 
 
.selfClear { 
    // display: block; 
} 
/* End of 'library' */

