body {
	color: #000;
	background-image: none;
	background-color: #fff;
}
#container {
	width: auto;
}
#banner {
	height: 88px;
	background-color: #333;
	width: auto;
	overflow: hidden;
	margin-bottom: 12px;
}
#banner #masthead {
	margin-left: 24px;
}
#search {
	display: none;
}
#globalnav {
	display: none;
}
#breadcrumbs { 
	display: none;
}
ul {
	list-style-image: none;
	padding-left: auto;
	margin-left: 2em;
}
ul ul, ol ul {
	list-style-image: none;
	padding-left: auto;
	margin-left: 0;
}
#maincontent {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	height: 1%; /* To fix IE6 display bug */
}
#highlights li {
	padding-left: 0;
}
#highlights li#enterprisearchitecture, #highlights li#securityawareness, #highlights li#datacenter, #highlights li#nihportal, #highlights li#webdev, #highlights li#cmm {
	background-image: none;
}
.leftnav ul, ul.mainlisting {
	list-style-type: square;
	padding-left: auto;
	margin-left: 0;
}
.leftnav li, ul.mainlisting li {
	background-image: none;
	padding-left: 0;
	margin-left: 2em;
}
#leftnarrowcolumn {
	float: left;
	width: 170px;
}


#centercolumn { /* All browsers */
	position: relative;
	top: -24px;
	width: 276px;
}
html>body #centercolumn { /* All browsers except IE6 and older */
	top: 0;
	width: auto;
	margin-right: 194px;
}


#rightnarrowcolumn {
	float: right;
	width: 170px;
	height: 1%; /* To fix IE6 display bug */
}


#leftwidecolumn { /* All browsers */
	position: relative;
	top: -24px;
	width: 475px;
	height: 1%; /* To fix IE6 display bug */
}
html>body #leftwidecolumn { /* All browsers except IE6 and older */
	top: 0;
	width: auto;
	margin-right: 194px;
}


#rightwidecolumn { /* All browsers */
	position: relative;
	top: -24px;
	width: 475px;
}
html>body #rightwidecolumn { /* All browsers except IE6 and older */
	position: auto;
	top: 0px;
	width: auto;
}



#nestedleftcolumn { /* All browsers */
	width: 230px;
}
html>body #nestedleftcolumn { /* All browsers except IE6 and older */
	width: 244px;
}



#nestedrightcolumn { /* All browsers */
	width: 230px;
	margin-left: 241px;
}
html>body #nestedrightcolumn { /* All browsers except IE6 and older */
	width: 244px;
	margin-left: 266px;
}



.uptotop {
	display: none;
}
#lastreviewed {
	width: 100%;
}
#footer {
	background-image: none;
	margin-bottom: 18px;
	width: 100%;
	margin-bottom: 0;
}
#footer p#footerlinks {
	display: none;
}