@charset "UTF-8";

/*html5 display rule*/

columnL, columnR, fpBA, summary {display: block;}

#FPmore{
	width:98%;
	max-width:1280px;
	margin:auto;
	background-color:#FFF;
}

#columnL{
	text-align:left;
	float:left;
	width:45%;
	background-color:#FFF;
	padding:10px;
	margin-right:1%;
	margin-bottom:1%;
	
	display:block;
	border-right:solid #999;
	border-bottom:solid #999;
}



#columnR{
	display:block;
	float:right;
	width:45%;
	padding:10px;
	background-color:#FFF;
	border-right:solid #999;
	border-bottom:solid #999;
}
	
	#columnR p{
		text-align:left;
	}
.columnL, .columnR{
	float:left;
	display:block;
	border-right:solid thick #CCC;
	
	color:#333;
}

.columnL{
	background-color: #C4FFE1;
}

.columnR{
	background-color:#B5EBFB;
}
	
.columnL ul, .columnR ul{
	list-style-type:none;
	
}

.columnL li{
	display:block;
	magin-left:0;
}


.columnR li{

margin-left:0;	
background-image:url(../images/Dot_Red_10pix.GIF)
background-repeat:no-repeat;
background-position:0px 5px;
padding-left: 14px;
padding-right:5px;
text-align:left;
font-weight:bold;

}


	
	.columnL a:link, .columnL a:visited, .columnR a:link, .columnR a:visited{
		color:#06F;
		text-align:left;

	}
	
.columnL a:hover, .columnL a:active, .columnR a:hover, .columnR a:active{
	text-decoration:underline;
	color:#09F;
}


.columnL h3, .columnR h3{
	display:block;
	width:100%;
	color:#FFF;
	background-color:#3C9;
	text-align:center;
	margin-left:-1%;
	margin-right:-2%;
}

.columnL h4, .columnR h4{
	display:block;
	width:94%;
	color:#FFF;
	background-color:#3CC;
	text-align:center;
}

.columnR h5{
	display:block;
	width:auto;
	color:#000;
	background-color:#D5D5AA;
	text-align:center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius:20px;
}

.columnR h6{
	text-align:left;
}


#fpBA{
	width:100%;
	margin:0;
	clear:"both";
	}
	
.fpBA ul{
	width:100%;
	list-style-type:none;	
	margin:0;

}

.fpBA	li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:45%;
	margin:1% 0 1% 0;
	vertical-align:top;
	text-align:center;
		
}

.fpBA h5{
	margin-top:0;
	margin-bottom:0;
} 

	