			body {
				margin:10px 10px 0px 10px;
				padding:0px;
				background-image:url("images/bg_orange.jpg");
				background-repeat:repeat;
				
				font-size: 12pt;
				color: #ffffff;
				font-family: arial;
				
				background-color: #F68625;
			}
	
			#centercontent {
				position: absolute;
			}
			
			#centercontent_layer1 {
				background-image:url("images/bg_blue.jpg");
				background-repeat:repeat;
				width: 800px;
			}
			
			#centercontent_layer2 {
				background-image:url("images/new_frame/middle_repeat.gif");
				background-repeat:repeat-y;
				/*height: 462px;*/
				width: 800px;
			}
			
			#centercontent_layer3 {
				/*height: 150px;*/
			}

			#centercontent_footer {
				background-image:url("images/new_frame/footer.gif");
				background-repeat:no-repeat;
				height:277px;
				text-align:center;
			}
			
			#overlay_content_1 {
				position: absolute;
				left: 350px;
				top: 220px;
			}
			
			#menu {
				position: absolute;
				left: 50px;
				width: 250px;
				background-image:url("images/menu_bg.png");
				background-repeat:repeat;
			}
			
			#content {
				position: relative;
				left: 275px;
				width: 450px;
				
				font-size: 11pt;
			}
				
			h1 {
				color: #ffff00;
				font-size: 20pt;
			}
			
			h2 {
				color: #ffffff;
				font-size: 18pt;
			}
			
			a {
				color: #ffffff;
				text-decoration: none;
			}
			
			a:hover {
				text-decoration: underline;
			}
			
			span.rootMenuItem {
				color: #FFFF00;
			}
			
			span.childMenuItem {
				color: #AAD34F;
			}
			
			td.copy {
				color: #00589f;
			}
