/* css controlling layout defaults modify these in overrides or local */
html, body {
	width:100%;
	height:100%;
}

#container {
margin:20px;
margin-left:auto;
margin-right:auto;
width:890px;
}
#containerTop {
width:860px;
height:15px;
}

#containerTopLeft {
width:15px;
height:15px;
}

#containerTopRight {
width:15px;
height:15px;
}

#containerMiddle {

}

#containerLeft {
width:15px;
height:15px;
}

#containerRight {
width:15px;
height:15px;
}

#containerBottom {
width:860px;
height:15px;
}

#containerBottomLink {
float:right;
margin-right:15px;
}
#containerBottomLeft {
width:15px;
height:15px;
}

#containerBottomRight {
width:15px;
height:15px;
}

#branding {
width:860px;
height:175px;
}

#brandingContent {

}

#hNav {
width:690px;
}

#bodyContent {
width:690px;
height:300px;
}
#sidebarLeft {
width:170px;
height:300px;
}

#sidebarRight {
width:185px;
height:300px;
}

#footer {
width:860px;
}
#includedContent {
}
#bodyContentTop_TXT {
}
#sidebarLeftTop_TXT {
}
#sidebarRightTop_TXT {
}
#sidebarRightBottom_TXT {
}
#sidebarLeftBottom_TXT {
}


