	body 	{
		background-image: url("../images/backgr.gif");
		background-repeat: repeat;
		}
	
	#toplayer {
		position:relative;
		top: 10px;
		width: 80%;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		background: #fff;
		}
		
	#bannerlayer {
		position: relative;
		height: 50px;
		width: 100%;
		text-align: left;
		padding: 0px 0px 0px 0px;
		background: #fff url('../images/spacer.gif') repeat-x;
		}
		
	#bottomlayer {
		position: relative;
		top: 50px;
		height: 50px;
		width: 100%;
		text-align: left;
		padding: 0px 0px 0px 0px;
		background: #fff;
		}
		
	#menulayer {
		position: absolute;
		left: 0px;
		top: 50px;
		width: 150px;
		text-align: center;
		padding: 15px 0px 0px 0px;
		background: #fff;
		}

	#centercontentlayer {
		top: 50px;
		margin-left: 150px;
		text-align: justify;
		margin-right: 6px;
		padding: 15px 0px 0px 0px;
		background: #ffffff;
		text-justify: auto; 
		font-family:verdana;
		font-size:9pt;
		font-weight:normal;
		text-decoration:none;
		color:#000000;
		line-height: 1.4em;
		}
	
	#centercontentlayer h1{
		font-family:verdana;
		font-size:18pt;
		font-weight:bold;
		text-decoration:none;
		color:#336699;
		}
		
	#centercontentlayer h2{
		font-family:verdana;
		font-size:14pt;
		font-weight:normal;
		text-decoration:none;
		color:#336699;
		}
	
	.imgleft {
		float:left;
		padding: 10px 10px 10px 0px;
		}
		
	.imgright {
		float:right;
		padding: 10px 0px 10px 10px;
		}
		
	.imgright_small {
		float:right;
		padding: 2px 0px 0px 0px;
		margin: 0px;
		valign: middle;
		}
	
	.imgright_nopad {
		float:right;
		padding: 0px 0px 0px 0px;
		}
		
	#rightlayer {
		position: absolute;
		right: 5px;
		top: 50px;
		width: 1px;
		text-align: left;
		padding: 15px 0px 0px 0px;
		background: #ffffff;
		}	
	
	#bannerlayer img {
		}
	
	#bannertable {
		border: 1;
		cellspacing: 0;
		cellpadding: 0;
		width: 100%;
		height:50px;
		}
	
	#menutable {
		border: 0;
		cellspacing: 4;
		cellpadding: 0;
		width: 126px;
		}
	
	#menutable tr{
		
		}
		
	#menutable td{
		width:118px;
		height:14px;
		valign: middle;
		text-align: left;
		}
	
	.menudown {
		font-family:verdana;
		font-size:8pt;
		font-weight:bold;
		text-decoration:none;
		color:#0000FF;
		background:#EAEDE5;
		cursor:hand; 
		width:118px;
		height:14px;
		border:0;
		align: left;
		}
	
	.menuout {
		font-family:verdana;
		font-size:8pt;
		font-weight:normal;
		text-decoration:none;
		color:#0000FF;
		background:#EAEDE5;
		cursor:hand; 
		width:118px;
		height:14px;
		border:0;
		align: left;
		}	
		
	.menuover {
		font-family:verdana;
		font-size:8pt;
		font-weight:bold;
		text-decoration:none;
		color:#0000FF;
		background:#EAEDE5;
		cursor:hand; 
		width:118px;
		height:14px;
		border:0;
		align: left;
		}
	
	.menuactive {
		font-family:verdana;
		font-size:8pt;
		font-weight:bold;
		text-decoration:none;
		color:#0000FF;
		background:#FFFFFF;
		cursor:hand; 
		width:118px;
		height:14px;
		border:0;
		align: left;
		}	
		
	A:hover
		{
    		COLOR: #cc0000
		}
	A:visited
		{
    		COLOR: #003399
		}
	
