body{
	margin:0;
	background:#99b2c1;
	font-family:Arial, Helvetica, Sans-serif;
	font-size:12px;
}

.Wrapper{
	display:table;
	margin:0 auto;
	width:780px;
	background:transparent;
}

#Logo{
	width:100%;
	height:130px;
	background:#99b2c1;
}

#Logo .showlogo{
	margin:14px;
	float:left;
	width:336px;
	height:100px;
	background:url('../imagens/logo.png') no-repeat;
}

#MenuTop{
	width:100%;
	height:35px;
	line-height:35px;
	background:#325573;
	border-bottom:3px solid #638eb4;
	border-radius:3px;
}

#MenuTop ul,
#MenuTop ul li{
	margin:0px;
	padding:0px;
	list-style:none;	
}

#MenuTop ul{
	display:block;
	height:35px;
	line-height:35px;
}

#MenuTop ul li{
	float:left;
	padding:0px 7px;
}

#MenuTop ul li.active{
	background:#223f58;	
}

#MenuTop ul li.liActive ul li.active{
	background:#436582;	
}

#MenuTop ul li.liActive{
	background:#436582;
}

#MenuTop ul li a{
	color:#d6e5f2;
	text-decoration:none;
	text-shadow:#1f384d 0px 1px 1px;
}

#MenuTop ul li.active a{
	color:#fff;
}

#MenuTop ul li.liActive ul{
	background:#436582;
}

#MenuTop ul li ul{
	position:absolute;
	display:none;
	float:none;
	background:#223f58;
	width:auto;
	min-width:150px;
	height:auto;
	margin-left:-7px;
	padding:0px 8px;
	border-bottom:3px solid #638eb4;
	box-shadow:rgba(0,0,0,.3) 0px 2px 3px;
	-moz-box-shadow:rgba(0,0,0,.3) 0px 2px 3px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}

#MenuTop ul li ul li{
	float:none;
	display:block;
	clear:both;
}

#MenuLeft{
	float:left;
	width:240px;
	background:#f3f9fc;
	min-height:416px;
}

#MenuLeft h3{
	padding:10px 6px;
	margin:14px 0px 0px;
}

#MenuLeft a{
	color:#369;
	text-decoration:none;
}

#MenuLeft .menucell{
	padding:4px 0px 4px 26px;
	background:#e9f2f7;
	line-height:22px;
	border-bottom:1px solid #ddd;
}

#MenuLeft .menucell:hover{
	background:#e9f2f7;
}
#Content{
	padding:15px 65px;
	width:650px;
	background:#f3f7f9;
	text-align:justify;
	overflow:auto;
	box-shadow:#ccdee8 0px 0px 100px inset;
	-moz-box-shadow:#ccdee8 0px 0px 100px inset;
}

#Content-home{
	float:left;
	width:780px;
	height:416px;
	background:#fff;
	overflow:auto;
	text-align:justify;
}

#Content h1{
	color:#2c495b;
	letter-spacing:-1.5px;
	font-weight:normal;
	font-style:italic;
}

#Content h2{
	margin-bottom:-11px;
	font-size:17px;
	color:#51778e;
}

#Content p{
	padding:5px;
	color:#333;
}

#Content p,
#Content ul li{
	font-size:16px;
	font-family:Arial, sans-serif;
	line-height:27px;
}

#Content .block{
	margin-top:5px;
	padding:4px;
	background:rgba(255,255,255,.3);
	border-bottom:1px solid #dde1e4;
}





.inside a{
	color:navy;
}

.lblue{
	margin-left:8px;
}

#Footer{
	margin:0 auto;
	margin-bottom:25px;
	padding:5px;
	width:770px;
	background:#809dae;
	border-top:3px solid #325573;
	text-align:right;
	color:#fff;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
}
