/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:999px;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

A { color: #000000; }
#outer{
	height:100%;
	min-height:100%;
	width:999px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
	background-image: url(images/navBg.jpg);
	background-repeat: repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:999px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:999px;
	height:144px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background-image: url(images/top.jpg);
}
#left {
	position:relative;/*ie needs this to show float */
	width:186px;
	float:left;
	padding-top:150px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p {padding-left:8px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:171px;
	float:right;
	padding-top:150px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:999px;
	clear:both;
	height:30px;
	color: #000000;
	text-align:left;
	left:0;
	bottom:0;
	position: absolute;
	vertical-align: bottom;
	background-image: url(images/footerBg.jpg);
	background-repeat:no-repeat;
	

}
#footer p { 
			padding-top: 9px;
			padding-left: 210px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			
			
			 }

* html #footer {/*only ie gets this style*/
	\height:22px;/* for ie5 */
	he\ight:20px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:800px;
	float:right;
	padding-top:150px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent p {padding-left:3px}

#clearfooter {width:100%;height:30px;clear:both} /* to clear footer */

/* Page Styles */
.boxRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.BoxRightTop {
	background-image:url(images/topBox.jpg);
	background-repeat:no-repeat;
	width: 171px;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	}
#LoginStatusHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 400px;
	margin-left: 590px;
	margin-top: 125px;
	vertical-align: right;
	font-weight: bold;
}

.NoticiasItem
{
  font-size: 8pt;
  color: navy;
  font-family: Verdana, Arial;
  height: 10px;
  cursor: hand;
}


.ComunicadosItem
{
  font-size: 8pt;
  color: navy;
  font-family: Verdana, Arial;
  height: 10px;
  cursor: hand;
}