html, body
{
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #333333;
	background-color: #fff;
	background-repeat: repeat-x;
	height: 100%;
	margin: 0 0 0 0;

}

#Container
{
	min-height:100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 950px;
	background-color: #FFFFFF;
}

/* hack para IE6 que trata height como min-height */
* html #Container {
	height: 100%;
}

    /*
    Alpha PNG support for IE
    ------------------------------
    Aviso, este código abaixo funciona apenas para visualização na tela. Quando este documento for impresso, o bug voltará.
    O Hack Abaixo faz o código rodar apenas no IE. Sendo que os outros browsers como, Firefox, Opera e Safari já tem a transparencia de PNG nativo.
    \*/
/*    
    * html img/**//* {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="blank.png").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
    }
*/    
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Top <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#Top
{
	width: 950px;
	height: 80px;
	float:left;
	background-color:  #fff /*#3485b7*/;
}
#TopLogo
{
	width: 200px;
	height:80px;
	float: left;
}
#TopNav
{
	width: 735px;
	height:50px;
	padding-top:30px;
	padding-right:15px;
	float: left;
	text-align:right;
}

#TopNav a:link, #TopNav a:active, #TopNav a:visited
{
	text-decoration:none;
	font-size: 11px;
	color: #57B3E1;
	padding-right: 10px;
}
img.LinkNav
{
	padding-right: 5px;
}

#TopNav a:hover
{
	font-size: 11px;
	color: #666;
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Menu <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#Menu
{
	width:920px;
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	float:left;
	clear:both;
	background-image: url(../Images/DsgNavBar.png);
	background-repeat:no-repeat;
}

.MenuEstatico 
{
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 15px 0px 15px;
	height:30px;
}
.MenuEstaticoHover
{
	color: #27343C;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	height:30px;
}

.MenuDinamico 
{
	color: #27343C;
	background-color: #D3E3EB;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	height:30px;
}
.MenuDinamicoHover
{
	color: #27343C;
	background-color: #C2D4DD;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	height:30px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Main <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

#Main
{
	width: 950px;
	float:left;
	clear:both;
	padding-bottom: 60px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Footer <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

#Footer
{
	position:absolute;
	bottom:0;
	width: 950px;
	float: left;
	clear: both;
	background-color: #27343c;
}
.Footer 
{
	color: #FFFFFF;
	font-size: 10px;
	text-align:center;
	padding-top:10px;
	padding-bottom:20px;
	font-weight:bold;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Estilos <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.clear 
{
	clear: both;    
}

h1 
{
	color: #1594CB;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 0px 0px 15px 10px;
	line-height: 16px;
	text-align: left;
}


h1.line
{
	border-bottom:1px solid #E1E1E1;
	padding: 0px 0px 10px 10px;
	margin-bottom: 0px;
 
}
h1.secao
{
	border-bottom:1px dotted #CCCCCC;
	border-top:1px dotted #CCCCCC;
	margin-bottom:25px;
	color: #005689;
	padding: 5px 0px 5px 10px;
}


h2
{
	font-size: 12px;
	color: #094D77;
	margin: 0 0 0 0;
	padding: 0px 0 15px 10px;
	line-height: 14px;
}

h2.destaque {
	font-size: 11px;
	padding: 0;
	line-height: 12px;
	font-weight:normal;
}

h2.h2Interno
{
	border-bottom:1px dotted #CCCCCC;
	margin-bottom: 15px;
	padding: 5px 0px 5px 10px;
}

p {
	line-height: 14px;
	color: #333333;
	margin: 0 0 15px 10px;
}

img.imgInterna
{
	float:left;
	margin: 10px;
	padding: 10px;
	border:1px solid #CCCCCC;
}

.divSidecontent
{
	float:left;
	width:178px;
	padding: 10px;
	border: solid 1px #1c618a;
	margin-bottom: 20px;
}
