div.background_paper{
color: #000000;
font-family: Verdana, Tahoma, Arial;
font-size: 12px;
position: relative; /* Says which positioning we are using */
left: 0px; /* 17% from the left side of the screen */
width: 936px; /* This is the width */
top: 5px; /* 80 pixels from the top */  
height: 898px; 
z-index:1; 
background-image:url(/html/images/background_paper.gif);
/*background-color:#666699;   CCCCFF  666699*/
} 

div.body_bottom {
	color:#000000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	position: absolute;
	left: 253px;
	width: 665px;
	top: 275px;
	border-width: 5px;
	border-color:#CCCCFF;
	border-style:solid;
	height: 605px;
	z-index:3;
	overflow-x: hidden;
	overflow-y: auto;
	background-color:#FFFFFF; 
}
div.body_lt_bottom {
	color:#000000;
	font-family: Verdana, Tahoma, Arial;
	font-size:12px;
	position:absolute;
	left:8px;
	width:228px;
	top:667px;
	border-width:5px;
	border-color:#CCCCFF;
	border-style:solid;
	height:212px;
	z-index:3;
	background-color:#FFFFFF; 	
} 

div.footer_menu {
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	position: absolute;
	left: 8px;
	width: 920px;
	top: 902px;
	height: 28px;
	z-index:2;
}

div.footer_background {
	color: #000000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	position: absolute;
	left: 8px;
	width: 920px;
	top: 936px;
	height: 35px;
	z-index:2; 
	
}

div.topfooter{
	color: #535348;
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 10px;
	position: absolute;
	left: 514px;
	width: 395px;
	top: 0px;
	height: 14px;
	padding:5px;	
	border-top-style: dashed;
	border-left-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-width: 1px;
	border-color: #CCCCFF;
} 

div.bottomfooter {
	color: #535348;
	font-family: verdana, Times New Roman, Times, serif;
	font-size: 10px;
	position: absolute;
	left: 0px;
	width: 220px;
	top: 0px;
	height: 14px;
	padding:4px;
} 
