
#mainMenuLeft {
	position: absolute;
	width: 20%;
	top:  120px;
	left: 0px;
	height: 100%;
	padding: 10px 0 5px 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	background-color: #0000cc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	z-index: 3;

}

#contentArea {
	position: absolute;
	top: 292px;
	left: 9px;
	padding: 45px 45px 10px 5px;
	width: 548px;
	background-color: #DBDAAE;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 6;
	height: 492px;

}

p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
h2 {
		font-family : Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size : 16px;
		
}