/*

	Frameset-like layout and initial settings

*/
/*
* { margin:0;padding:0; }

P { margin:0 0 1em 0; }

HTML,BODY { margin:0;padding:0 }

BODY { height:100%;margin:0;}

#sitemgrContainer
{
float: left;
position: relative;
width: 100%;
}

#sitemgrHeader{

	position:relative;
	left:0;
	right:0;
	top:0;
	height:5em;
    padding:0px 10px 0px 0;
	overflow:hidden;
}

#sitemgrMenuContainer{

	position:absolute;
	top:5em;
	bottom:0.5em;
	left:0;
	width:250px;
z-index: 9999;
}

#sitemgrContent {

	padding:10px;
}

#sitemgrMenu {

	padding:5px;
}

#sitemgrContentContainer{
width: 100%;
float: left;
	overflow:auto;
	position:relative;
	left:00px;
	right:0;
	top:5em;
	bottom:0.5em;
}

#sitemgrContent{
margin: 0px 0px 0px 200px;
}

*/
#sitemgrContainer
{

}

#sitemgrMenuContainer
{

}

#sitemgrMenu
{

}

#sitemgrContentContainer
{

}

#sitemgrContent
{

}

html {
    overflow: auto;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

}

body.popup,body.print {
	background:0;
}

#sitemgrHeader{

	position:relative;
	left:0;
	right:0;
	top:0;
	height:5em;
    padding:0px 10px 0px 0;
	overflow:hidden;
}

#sitemgrHeader DIV.stretch IMG#mlogo
{
float:left; 
margin: 14px 0px 0px 20px;
}

#sitemgrHeader DIV.stretch IMG#mlogoRight
{
float: right; 
margin: 7px 0px 0px -5px;
}

#sitemgrHeader DIV.stretch P
{
margin:8px 0px 0px 0px;
font-size: 12px;
line-height: 16px;
}

#sitemgrHeader DIV.stretch P strong
{
color: #3099d5;
}




#sitemgrMenuContainer {
    width: 230px;
    padding: 5px 0px 5px 0px;
    float: left;
    overflow: auto;
}

#sitemgrContentContainer {
    margin-left: 245px;
    padding: 5px;
}
