#conteinerPrincipal #conteinerBgMid {
	width:100%;
	height:auto;
	min-height:200px;
	background:url(../images/bg.conteiner.mid.gif) repeat-y;
}

/* Div Principal */

#mainDiv {
	width:689px;
	height:auto;
	float:right;
	display:inline; /* IE Fix para margem duplicada em div com float */
	margin:30px 10px 0 10px;
}

/* Wrapper de conteúdo do meio 

#mainDiv #midContent{
	width:492px;
	height:auto;
	float:left;
	display:inline; /* IE Fix para margem duplicada em div com float 
}
*/
/* Box Mid - Box Mediano para conteudos diversos 75% manDiv width */

#mainDiv .boxMid {
	float:left;
	width:492px;
	height:auto;
	margin:0;
}

#mainDiv .boxMid .boxMidBgTop {
	width:inherit;
	height:25px;
	/*background:url(../images/boxmid.top.jpg) no-repeat;*/
	background:url(../images/boxmid.top.under.jpg) no-repeat bottom;
}

#mainDiv .boxMid .boxMidBgTop h1 {
	margin:0;
	padding:4px 0 0 4px;
	color:#000000;
	font-size:14px;
}

#mainDiv .boxMid .boxMidBgMid {
	width:483px;
	height:auto;
	padding:5px;
	/*background:url(../images/boxmid.mid.jpg) repeat-y;*/
}

#mainDiv .boxMid .boxMidBgMid form{
	margin:0;
	padding:0;
}

#mainDiv .boxMid .boxMidBgMid ul{
	list-style:none;
	margin:0;
	padding:2px;
}

#mainDiv .boxMid .boxMidBgMid ul li {
	list-style:none;
	width:inherit;
}

#mainDiv .boxMid .boxMidBgMid ul li .linkAzul {
	list-style:none;
	color:#0099CC;
	font-weight:bold;
}

#mainDiv .boxMid .boxMidBgMid h1{
	margin:10px 0;
	font-size:16px;
}

#mainDiv .boxMid .boxMidBgMid a{
	color:#000000;
	text-decoration:none;
}

#mainDiv .boxMid .boxMidBgMid a:hover{
	text-decoration:underline;
}

#mainDiv .boxMid .boxMidBgMid hr{
	width:470px;
}

#mainDiv .boxMid .boxMidBgMid dl {
	margin:5px 0 0 0;
	padding:0;
}

#mainDiv .boxMid .boxMidBgMid dl dt {
	float:left;
	width:100px;
	margin:3px 2px 0 0;
	text-align:right;
}

#mainDiv .boxMid .boxMidBgMid dl dt label {
	width:inherit;
}

#mainDiv .boxMid .boxMidBgMid dl dd {
	margin-bottom:3px;
}

#mainDiv .boxMid .boxMidBgMid dl dd input {
	font-size:12px;
	height:15px;
	border:solid 1px #CCCCCC;
}

#mainDiv .boxMid .boxMidBgMid dl dd select {
	font-size:12px;
	border:solid 1px;
}

#mainDiv .boxMid .boxMidBgMid dl dd textarea {
	font-size:12px;
	border:solid 1px;
}

#mainDiv .boxMid .boxMidBgBottom {
	width:inherit;
	height:9px;
	overflow:hidden; /* IE hack para manter o div com a altura certa (tamanhos pequenos) */
	/*background:url(../images/boxmid.bottom.jpg) no-repeat;*/
}

/* Menu Esquerdo */

#menuEsq {
	width:182px;
	height:auto;
	float:left;
	display:inline; /* IE Fix para margem duplicada em div com float */
	margin:205px 0 0 10px;
}

#menuEsq #menuEsqBgTop {
	width:inherit;
	height:55px;
	padding:2px 0 0 5px;
	background:url(../images/menu.esq.top.jpg) no-repeat;
	font-weight:bold;
	color:#FFFFFF;
}

#menuEsq #menuEsqBgTop form{
	padding:0;
	margin:0;
}

#menuEsq #menuEsqBgTop form .input{
	padding:0;
	margin:0;
	border:none;
	font-size:10px;
	width:140px;
}
#menuEsq #menuEsqBgTop form .button{
	padding:0;
	margin:0;
	border:none;
	font-size:10px;
}

#menuEsq #menuEsqBgMid {
	width:inherit;
	height:auto;
	padding:10px 3px 0 3px;
	background:url(../images/menu.esq.mid.jpg) repeat-y;
}

#menuEsq #menuEsqBgMid .titulobg {
	width:169px;
	height:22px;
	margin:0 0 0 3px;
	background:url(../images/menu.esq.bg.jpg) no-repeat;
}

#menuEsq #menuEsqBgMid .titulo {
	font-weight:bold;
	font-size:11px;
	padding:4px 2px 0 20px;
}

#menuEsq #menuEsqBgMid ul {
	font-size:13px;
	list-style:none;
	padding:0;
	margin:2px 0 0 2px;
}

#menuEsq #menuEsqBgMid ul li {
	margin: 10px 0 0 0;
}

#menuEsq #menuEsqBgMid ul li a{
	color:#000000;
	text-decoration:none;
}

#menuEsq #menuEsqBgMid ul li a:hover{
	color:#000000;
	text-decoration:underline;
}

#menuEsq #menuEsqBgBottom {
	width:inherit;
	height:16px;
	background:url(../images/menu.esq.bottom.jpg) no-repeat;
}

/* MenuDir - Menu direito para fins genéricos */

#mainDiv #menuDir {
	float:right;
	width:187px;
	height:auto;
}

#mainDiv #menuDir #menuDirBgTop {
	width:inherit;
	height:11px;
	overflow:hidden;
	background:url(../images/menu.dir.top.jpg) no-repeat;
}

#mainDiv #menuDir #menuDirBgMid {
	width:inherit;
	height:auto;
	padding:3px;
	background:url(../images/menu.dir.mid.jpg) repeat-y;
	text-align:center;
}

#mainDiv #menuDir #menuDirBgBottom {
	width:inherit;
	height:9px;
	overflow:hidden; /* IE hack para manter o div com a altura certa (tamanhos pequenos) */
	background:url(../images/menu.dir.bottom.jpg) no-repeat;
}

.noticia {
	padding: 5px 0px 5px 0px;		
}

.sessao{
	background-color: #4E4E4E;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
