.microsdom {
	background-attachment: scroll;
	background-image: url(../images/container_bg_down.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 2px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
}
.upanddown {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
}
.toshortinfo {
	padding: 5px 6px;
	border: 1px dotted #CCCCCC;
}

            div.yui-b p {
            
                margin: 0 0 .5em 0;
                color: #999;
            
            }
            
            div.yui-b p strong {
            
                font-weight: bold;
                color: #000;
            
            }
            
            div.yui-b p em {

                color: #000;
            
            }            
            
            

            #productsandservices {

                margin: 0 0 10px 0;
            
            }

        .tomenus {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 5px 1px 1px;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: right;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}