#header{
	position:absolute;
	top:5px;
	left:5px;
	width:895px;
	z-index:5;
}

#menu{
	position:absolute;
	top:100px;
	left:5px;
	width:140px;
	height:500px;
	z-index:5;
}

#background-home, #background-home-noflash, #background {
	position:absolute;
	top:100px;
	left:160px;
	z-index:1;
	width:740px;
	height:500px;
}


#background-home{
	display:none;
}

#background-home-noflash{
	background:url(../images/background-white-noflash.jpg);
}

#background{
	background:url(../images/background-white.jpg);
}

#content{
	position:absolute;
	top:145px;
	left:225px;
	width:605px;
	height:410px;
	overflow:auto;
	z-index:10;
}
	
	
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.pmaheading{
	font-size:28px;
	font-weight:bold;
}

.pmasubheading{
	font-size:20px;
	font-weight:bold;
}

.pmasmall{
	font-size:10px;
}

.pmasmaller{
	font-size:9px;
}

.pmasmaller a, .pmasmaller a:visited{color:#0000FF; text-decoration:none;}
.pmasmaller a:hover{color:#FF0000;}