body { 
	margin:0px;
	padding:0px;
	font-family: tahoma, arial, verdana; 	
}

h2 {
    color: blue;
    font-size:18px;
}

div.banner {
    position: absolute;
    top: .5em;
    height: 160px;        
    width: 900px;
}

span.logo {
    float: left;
    width: 20%;
}

span.byline {
    float: left;
    text-align: right;
    width: 70%;
    min-height: 39px;
    margin-top: 30px;
    margin-right: 45px;
    font-size: 14px;
    color: #003366;
}

#menuContainer {
    position: absolute;   
}


#desktopMenubar {
    position:absolute;
    width: auto;
    left: 21.5em;
    z-index:3;
    height: auto;
    min-height: 2.5em;
    max-height: 8em;
    padding: .5em;
    font-size: 14px;
    min-width: 60em;
}

div.desktopMenu {
    position: absolute;
    top: 130px;
    height: 35px;
    width: 100%;
    background-color: #00FFCC;
}

#contentRegion {
    position: absolute;
    top: 175px;
    height: auto;
    width: 100%;
    min-height: 500px;
}
#leftSidebar {
    position: absolute;
    padding: .5em;
    margin: .5em;
    width: 13em;
}
#desktopWorkspace {
    position: absolute;
    width: 48em;
    left:21em;
    padding: .5em;
    margin: .5em;
    font-size: 12px;
    overflow: hidden;
}

#rightSidebar {
    position: absolute;
    left: 54em;
    padding: .25em;
    margin: .25em;
    width: 13em;
}

#footerRegion {
    position: absolute;
    min-height: 25px;
    width: 100%;
    margin: 5px;
    font-size: 10px;
    text-align: center;
    color: red;
    top: 800px;
}
