	body {
		text-align:center;
		background:#FFFF00;
		font-family:verdana;
		font-size:12px;
		}
	
	#frame {
		width:999px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		background:#eee;
		}
		
	#contentleft {
		width:199px;
		padding:0px;
		float:left;
		background:#eee;
		}
	
	#contentcenter {
		width:800px;
		padding:0px;
		float:left;
		background:#eee;
		}
	

	#contentheader {
		background:#eee
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}

	.menu1{
		cursor:pointer;
		background:#333399;
		margin-left:25px;
		padding-left:20px;
		padding-top:2px;
		padding-bottom: 2px;
		display:block;
		text-decoration: none;
		color: #FFFFFF;
		height: 20px;
		margin: 2px 0;
		border: 1px solid #2586d7;
		text-align: left;
		font-weight: bold;
		}	

	.submenu{
		background:#333399;
		display: block;
		height: 19px;
		margin-left: 38px;
		padding-top: 2px;
		padding-left: 7px;
		color: #FFFFFF;
		}

	.submenu1{
		background:#333399;
		display: block;
		height: 19px;
		margin-left: 20px;
		padding-top: 2px 0;
		padding-left: 7px;
		color: #FFFF00;
		}

	.hide{
		display: none;
		}


	.show{
		display: block;
		}


			#sec2,#sec3,#sec4,#sec5,#sec6,#sec7,#sec8,#sec9{ 
		Position:absolute;
		visibility:hidden;
		width:800px;
		padding:0px;
		float:left;
		background:#eee;
		}
	#sec1{ 
		Position:absolute;
		visibility:shown;
		width:800px;
		padding:0px;
		float:left;
		background:#eee;
		}
	#lower{
		Position:inherit;
		visibility:shown;
		width:999px;
		padding:0px;
		background:#eee;
		}	
		
	
