html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#FFFFFF;
} 
 
#pagewidth{ 
 width:990px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 background-color:#FFFFFF;
 background:  url(fondomenu.gif);
 border:solid;
 border-color:#000000;
} 
 
#header{
 position:relative; 
 height:120px; 
  background-color:#000099; 
 width:100%;
 background-image:url(aadpc.gif);
 background-repeat:no-repeat;
 background-position:center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:18px;
} 
 

#maincol{
 background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:790px;
 min-height: 384px;
 height: auto !important;
 height: 384px;
 font-size:14px;
 }
 
#menu9 { 
 width:200px;
 height:100%;
 float:left; 
 position:relative; 
 background:  url(fondomenu.gif);
 margin: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 }
	
#menu9 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu9 li a:link, #menu9 li a:visited {
	color: #FFF;
	display: block;
	background:  url(menu9.gif);
	padding: 8px 0 0 35px;
	}
	
#menu9 li a:hover {
	color: #FFF;
	background:  url(menu9.gif) 0 -32px;
	padding: 8px 0 0 35px;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


table {
	border-collapse: collapse;
	margin: 24px;
	font-size: 1.1em;
}
th {
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size:18px;
	padding: 2px 11px;
	text-align: center;
	border: 1px solid #333;
	line-height: 1.2;
}
td {
	font-size:14px;
	padding: 6px 3px;
	border: 1px solid #000;
	vertical-align: top;
}
td * {
	padding: 6px 3px;
}
tr.alt td {
	background: #E1E1E1;
}
tr.over td, tr:hover td {
	background: #CCCCCC;
}
