.MainColumn{float:left;}
.RightContent{float:right;}
a[name=MainContent] + div:not([class]) {
    float: left;
    /*max-width: 640px;*/
}
#ux-header div.TocNavigation .toclevel2 a.active:link {
    color: #fff;
}

/*testing*/
body, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI","Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    color: #2a2a2a;
}
body {
    font-size: 75%;
    line-height: 1.35;
    padding: 0 0 48px;
}
html, body {
    height: 100%;
    margin: 0 0 1px;
}
#BodyBackground {
    padding: 0;
    border-top: solid 20px transparent;
}
#JelloSizer {
    max-width: 980px;
    padding: 0 3px 0 4px;
    width: 980px;
    margin: 0 auto;
}
#JelloExpander {
    min-width: inherit;
    margin: 0;
    position: relative;
}
#JelloWrapper {
    margin: 0 auto;
    position: relative;
	width:100%;
}
.ClearBottom, .Clear {
    clear: both;
    height: 0px;
}
.skipnav a {
    position: absolute;
    text-indent: -10000px;
    overflow: hidden;
}
.TechNetPageBody #ux-header {
    margin-top: -20px;
}
#ux-header {
    background: none;
    height: auto;
    clear: both;
    font-family: "Segoe UI",Verdana,Arial;
    font-size: 0.75em;
    color: #000;
    font-style: normal;
    margin: 0;
    padding: 0;
}
.inner {
    padding: 13px 0 0;
}
.MainColumn, .maincolumn {
    width: 640px;
}

/*end testing*/