body	{	margin-top:10px;
			margin-left:10px;
			font-family:arial, tahoma;
		}
table	{	font-family:tahoma;
		}
#headerDiv	{	
position:absolute;
				top:4px;
				left:4px;
				background-image: url("/images/bgRibs.gif");
				width:800px;
				height:100px;
				border-bottom-color:blue;
				border-bottom-width:4px;
				border-bottom-style:solid;
				
			}


#suBtn	{	background-color:#aaffaa;
			color:blue;
		}
		
#contentDiv	{	position:absolute;
				top:114px;
				left:220px;
				height:634px;
				/* border-style:solid;  	*/
				/* border-color:#fd6b02; 	*/
				/* border-width:2px; 		*/
				width:590px;
				/* text-align:center;  		*/
				Z-index:1;
				padding-left:10px;
			}
			
#footerDiv	{	margin-top:25px;
				text-align:center;
				font-size:12px;
				text-decoration:none;
				z-index:-2;
				
			}
			
			
			