.contentLeft
{
	font-family: Arial, Helvetica, sans-serif;
	width: 	170px;
	background-color: #E8E8E8;
	/*height: 100%;*/
	float: left;
	height: 412px;
	border: 0px solid blue;
}

.contentLeft .menu
{
	border: 0px solid red;
}

.contentLeft .menu a
{
	border: 0px solid pink;
	width: 149px;
}

.contentLeft li
{
	list-style: none;
}
.contentLeft .menu a 
{
	border: 0px solid pink;
}

.contentLeft a
{
   border: 0px solid green;
   font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	display: block;
}

.menu a
{
	padding: 8px; 
	border-bottom: 1px solid #F2F2F2;
}

.menu a:hover{
	background-color:#CDCDCD;
	color: #F2F2F2;
	color: black;
	border-right: 5px solid #034C5B;
}

.menu a.selected
{
	border:0px;
	border-right: 5px solid #034C5B;
}

.submenu a
{
	border:0px;
	color: black;
	padding: 8px;
	padding-left: 18px;
	border-right: 5px solid #F2F2F2;

	border: 0px solid red;
}

.submenu a:hover
{
	border:0px;
	color: black;
	background-color: #F2F2F2;
	border-right: 5px solid #98CB00;
}

.submenu li
{
	 background-color: white;
	 border-bottom: 1px solid #F2F2F2;
}

.submenu a.selected
{
	border-right: 3px solid #98CB00;
}
.submenu a.selected:hover
{
	border: 0px;
	border-right: 5px solid #98CB00;
}

.contentRight
{
	margin-top: 0px;
   padding-left: 24px;
	border: 0px solid red;
   width: 75%;
	background-color: white;
	float: left;
}

.contentRight h1
{
	border-bottom:1px solid #666666;
	
}

.contentRight .content
{
   border: 0px solid green;
	padding: 17px 40px 0px 20px;
	text-align: justify;
	/*float: left;*/
	height: 350px;
	overflow: auto;
	padding-bottom: 12px;
}

.fale 
{
	border: 0px solid red;
	text-align: center;
   color: black;
	font-size: 18px;
   padding: 20px 0px 20px 0px;
	/*float: left;*/
}

.conteudo
{
	float: left;
	background-color: white;
}