#contentArea #header {
	top: 1.75em;
	left: 18.25em;
	width: 22em;
	z-index:100px;
}

#leftSide {
	width: 23em;
	margin-right: 1em;
	padding-left: 1.5em;
	float: right;
	border-left: 1px solid #999;
}


#leftSide ul {
	margin-top: 1em;

}

#leftSide li {
	margin: 0em 0em 0em 3em;
}

#rightSide {
	float: right;
	width: 12em;
	margin-left: 0em;
	margin-right: 2.25em;
	background-color: #FFFFFF;
}

#rightSide h2 {
	margin-top: 1em;
	margin-bottom: .5em;
	border-bottom: 1px solid #8f55b4;
}

#rightSide p {
	color: #333;
	margin-top: 1em;
}

#footer {
	margin-top: 2em;
}

#linLogin {
	margin-top: 2em;
	margin-bottom: 2em;
}

#linLogin p {
	text-align: right;
	margin-right: 1.5em;
}

