@charset "utf-8";
/* CSS Document */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
	#frame {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
		width:856px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
	#footer {
		width:856px;
		margin-right:auto;
		margin-left:auto;
		margin-top:5px;
		padding:0px;
		text-align:left;
		}
		
	#menuleft {
		width:150px;
		padding:3px;
		float:left;
		background:#fff;
		border-right:1px #d4d4d4 solid;
		height:330px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
	}
	
	#menuleft ul{
		margin:0;
		padding:0;
		list-style:none;
		
	}
	
	#menuleft li{
		margin:7px 0;
		border-bottom:#d4d4d4 1px solid;
		padding-bottom:3px;
		padding-left:4px;
		color:#000000;
	}
	

	
	#menuleft a:link {
		color: #000;
		text-decoration:none;
	}     /* unvisited link */
	#menuleft a:visited {
		color: #000;
		text-decoration:none;
	}  /* visited link */
	#menuleft a:hover {
		color: #F00;
		font-weight:bold;
		text-decoration:none;
	}   /* mouse over link */
	#menuleft a:active {
		color: #000;
		text-decoration:none;
	} 
	
	
	#contentcenter {
		width:500px;
		padding:4px;
		text-align:justify;
		float:left;
		background:#fff;
		
		
		font:Arial, Helvetica, sans-serif;
	font-size:11px;
		}
	
	#contentright {
		width:182px;
		padding:3px;
		float:left;
		background:#fff;
border-left:1px #d4d4d4 solid;
height:330px;
		}
	
	#contentheader {
		background:#fff;
		}
	#menusuperior {
		background:#d4d4d4;
		border-bottom:1px #c0c0c0 solid;
		border-top:1px #c0c0c0 solid;
		padding-top:4px;
		text-align:center;
		height:25px;
		}
	#menusuperior ul{
		margin:0;
		padding:0;
		list-style:none;
		}
	#menusuperior li{
		float:left;
		cursor:pointer;
		width:120px;
		color:#000000;
		border-right:2px #000000 solid;
		height:20px;
		font-size:13px;
		font-weight:bold;
		text-align:center;
	}	
	#menusuperior a:link {
		color: #000;
		text-decoration:none
	}     /* unvisited link */
	#menusuperior a:visited {
		color: #000;
		text-decoration:none;
	}  /* visited link */
	
	#menusuperior a:hover {
		color: #F00;
		text-decoration:none;
	}   /* mouse over link */

	#menusuperior a:active {
		color: #000;
		text-decoration:none;
	} 

	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}