/* css controlling layout defaults modify these in overrides or local */
/* partR_fullO_part_part */
html, body {
	width:100%;
	height:100%;
	background-color:#ffffff;
}

#container {
margin-left:auto;
margin-right:auto;
width:966px;
}

#containerTop {
width:960px;
}

#containerTopLeft {
width:5px;
height:1px;
}

#containerTopRight {
width:1px;
}

#containerMiddle {

}

#containerLeft {
}

#containerRight {
}

#containerBottom {
}

#containerBottomLeft {
height:1px;
}

#containerBottomRight {
}
/* brand area with logo and util nav */
#hNav {
width:960px;
height:90px;
}
#logo {
background-image:url(/images/brand/logo.jpg);
background-position:0px 0px;
background-repeat:no-repeat;
margin:10px 0px 0px 120px;
width:833px;
height:72px;
}
/* banner area */
#branding {
width:822px;
background-color:transparent;
}
#brandingColorbar {
width:18px;
height:145px;
}
#brandingContent {
}
#marginColorbar {
height:25px;
width:18px;
}
#marginContentTop {
height:25px;
}
#bodyContentColorbar {
width:18px;
height:145px;
background-color:#000000;
}

#bodyContent {
width:554px;
background-color:#ffffff;
}
#sidebarLeft {
width:120px;
background-color:#ffffff;
padding:117px 0px 30px 0px;
}
#sidebarRight {
width:268px;
height:300px;
background-color:#ffffff;
}

#footer {

}