@import url("breadcrumbs.css");
@import url("menu.css");
@import url("paginas.css");
@import url("login.css");

html, body{
	width:100%;	
	margin:0px;
	padding:0px;
	background:#f0f0f0 url('../img/bodyBG.jpg') repeat-x top left ;
	color:#002663;
	font-size:12px;
	font-family:verdana;	

}

body {
	margin:0;
	padding:0;
} 

html, body
{
  height: 100%;
  min-height: 100%;

}


#content a{
	color:#002663;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#content a:hover{
	color:#0099FF;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}

#content ul li{
	margin:0px;
	padding:5px;
}

h2{
	font-size:18px;
	font-weight:bold;
}

#containerB{
	text-align: center;	  

	height:100%;

}

#containerC{
	width:970px;
	margin:0px auto;	
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#f9f9f9 url('../img/contentBG.jpg') no-repeat top left;
}

#content{
position:relative;
	text-align:left;
	padding-left:20px;
	margin-top:15px;
	padding-bottom:150px;	
	float:left;	
	width:700px;

	line-height:18px;

}

#breadCrumbs{
	text-align:left;
	padding-top:70px;
	margin-left:240px;
	clear:both;
	color:#999999;	
}

#breadCrumbs a{
	color:#999999;
	text-decoration:none;
}

#breadCrumbs a:hover{
	color:#002663;
	text-decoration:none;
}


#footer{
	z-index:4;
	clear:both;
	position:fixed;
	bottom:0;
	width:100%;
	margin:0px auto;
	margin: -35px auto 0 auto;
}



* html #footer{
	position:relative;
}



#footerShadow{
	z-index:5;
	background:transparent url('../img/footerShadow.png') top left repeat-x;
	height:9px;
	width:100%;
	_display:none;
	_height:0;
}
#footerInfo{
	background-color:#012f6d;
	z-index:5;
	width: 100%;
	height:35px;
	text-align:center;
}

.contentWhite{
	color:#ffffff;
	padding:5px;
	font-size:11px;
	line-height:15px;
}

.contentWhite a{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

