/* css controlling layout defaults modify these in overrides or local */
/* wide_fullU_none_none */
html, body {
	width:100%;
	height:100%;
	background-color:#CCCCCC;
}

#container {
margin-left:auto;
margin-right:auto;
width:885px;
}

#containerTop {
width:875px;
}

#containerTopLeft {
width:5px;
height:1px;
}

#containerTopRight {
width:5px;
}

#containerMiddle {

}

#containerLeft {
}

#containerRight {
}

#containerBottom {
}

#containerBottomLeft {
height:15px;
}

#containerBottomRight {
}

#branding {
width:875px;
height:195px;
background-color:transparent;
background-image:url(/images/branding/branding.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
}

#brandingContent {

}

#hNav {
width:875px;
background-color:#999999;
border-top:2px solid #8b888d;
border-bottom:2px solid #000000;
height:40px;
vertical-align:top;
}

#bodyContent {
width:875px;
height:300px;
}

#sidebarLeft {

}

#sidebarRight {

}

#footer {
}