
.sidebar
{
	position : absolute;
	top : 16em;
	left : 1%;
	width : 10em;
	z-index : 1;
	padding : 0em;
	
}

.menu
{
	padding : 0.5em;
	margin-bottom : 0.5em;
}

.menu a
{
	display : block;
	text-decoration:none;
	
}


.contentText
{
	margin-top : 15em;
	margin-left : 12em;
	padding : 1em;
	margin-right : 1em;
}

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color:#666666;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;

}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
