html {overflow-y: scroll;}
body{
	margin:0px;
	padding:0px;
	background-color:#2b3147;
	font-family:'Calibri';
	background-image: url('../images/aazw_bg.png');
	
}
#top_bg{
	background-image: url("/images/navgradient.png");
    background-repeat: repeat-x;
	height: 42px;
    margin: 0px;
    padding: 0px;
}
#wrap{
	margin:auto;
	width:1280px;
	height:100%;
}
#logo{
	float:left;
	background-image:url(../images/logo.png);
	height:32px;
    margin-top: 5px;
	width:121px;
}
#content{
	background-color:#FFFFFF;
	width:1238px;
}
#bottom{
	background-image:url('../images/bottom_shadow.png');
	height:40px;
	width:1280px;
	float:left;
}
#ads{
	width:1280px;
	height:90px;
	background-color:#CCCCCC;
	float:left;
	border-radius:0px 0px 5px 5px;
	behavior: url('PIE.htc');
}
#ads h1{
	text-align:center;
	cursor:default;
}
.text{
	magrin:0px;
	color:#000000;
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
	padding:5px 21px 5px 21px;
	text-align:justify;
	float:left;
}

.map {
	width: 1280px !important;
}

.moduletable_menu h3:first-child{
	display:none;
}
.h3{
	padding:10px 0px 0px 0px;
	margin:0px;
	opacity:1;
}
.article{
	padding-left:8px;
}
.hidden{
	display:none;
}
img{
	float:right;
	padding:13px;
}
td{
	border-bottom:1px solid black;
	border-right:1 solid black;
	border-left:0px;
	border-top:0px;
}
table{
	border-top:1px solid black;
	border-right:0px;
	border-bottom:0px;
	border-left:1px solid black;
}
tr, th{
	border:0px;
}
/*Menu from homepage*/
#nav{
	margin:0px 0px 4px 0px;
	width:1278px;

}
#nav ul{
	margin: 0 0 6px;
	padding:8px 0px 0px 700px;

}
#nav ul li{
	display:inline;
	color:#ffffff;
	font-size:20px;
	text-transform:uppercase;
	margin:0px;
}
#nav a:link{
	text-decoration:none;
	padding:8px 19px;
	color:#ffffff;
}

#nav a:visited{
	color:#ffffff;
}
#nav a:hover{
	background-image:url('../images/hovertop.png');
	background-repeat:repeat-x;
}
/*End menu from homepage*/
.dossier_table{
	border-collapse: collapse;
} 
.dossier_table td{
	padding: 2px 4px;
	border: #000 solid 1px;
}