p,div,h1,h2,h3,h4,h5,h6,body { padding:0;margin:0; }
body {
        background-color: white;
        color: black;
}

/* style common to sidebar, whether placed or unplaced */
div.sidebar{
        border: 1px solid #ADDCAD;
        background: #CCFFCC;
        padding: 1em;
}
/* the sidebar, unplaced */
#sidebar {
        background: #99FF99;
}
/* the sidebar in position */
#sidebarinplace {
        margin: 0.25em 0 1em 1em;
        float: right;
        width: 43%;
        
}
#emptyinplace {
        margin: 0.25em 0 1em 1em;
        float: right;
        width: 43%;
}
#sbarontop {
	position:absolute;
	top:0px;
	right:0px;
	width:43%;
	height:auto;
}

p {
        line-height: 165%;
        padding: 0.75em 0 0.75em 0;
}
#desc {
        background: #FFFFCC;
        text-align: center;
        padding: 0.5em;
        border-bottom: 1px solid #999999;
        font-size: 78%;
}

.hidden { display: none; }

#maintext{
        margin: 2em 4em 0 4em;
}

#footer {
        clear:both; /* in case the sidebar is longer than the content */
        padding: 1em;
        margin-top: 1em;
        background: #CCCCCC;
        border-top: 1px solid #999999;
        text-align: center;
}
