/* Start of CMSMS style sheet '3columns' */
body { 
margin:10px 10px 0px 10px; 
padding:0px; 
} 


#maincontainer {
margin-top: 5 px;
width: 750px;
}


#leftcolumn {
width:200px; 
float:left;
min-height: 100%;
} 

#rightcolumn {
float: right; 
width: 160px;
margin-bottom: 5px; 
min-height: 100%;
} 

#thirdcolumn {
text-align: center;
float: center;
align-horizontal: center;
margin-left: 200px;
margin-right: 160px;
}

#rowoverthreecolumns{ 
float: right;
background-color: white;
margin-bottom:10px; 
text-align: left;
height:60px;
width: 745px;
background-color: #77b877;
} 

.contentdivs{ 
background-color:#fff; 
margin:0px; 
padding:0px; 
margin-bottom: 5px; 
} 

/* End of '3columns' */

