@charset "UTF-8";

body{
	color: #555;
	font-family: "Montserrat",sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.45;
	font-style: normal;
}

.content{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	
}

.main{
	margin: 0 auto;
	position: relative;
	border: solid 1px gray;
	border-radius: 5px;
	width: 1000px;
  	min-height: 1200px;
  	background-color: whitesmoke;
}

.header{
	height: 100px;
	border-bottom: solid 1px black;
	background-image: url("../images/PPPOA.jpg");
}

.about{
	position: relative;
	left: 10px;
	width: 97%;
	color: #0a3e53;
	font-size: 1em;
}

.datarow{
	position: relative;
	display: flex;
	width: 100%;
}

.block{
}

.block.sm{
	position: relative;
	left: 5px;
	width: 325px;
	min-height: 100px;
}

.block.lg{
	position: relative;
	left: 10px;
	width: 655px;
}

.block.ttl{
	position: relative;
	height: 125px;
	font-weight: bold;
}

.block.ttl.txt{
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	left: 0px;
	font-size: 1.5em;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.block.txt{
	padding: 5px;
	height: 100%;
	color: black;
}

.section.ttl{
	position: relative;
	left: 5px;
	height: 40px;
	line-height: 40px;
	vertical-align:middle;
	font-weight: bold;
	font-size: 1.8em;
}

.links{
	position: relative;
	border: solid 1px gray;
}

.link{
	position: relative;
	left: 5px;
	height: 25px;
}

.news_item{
	position: relative;
	font-weight: bold;
}

.news_item.ttl{
	
	display:flex;
	left: 5px;
	color: yellow;
	font-size: 1em;
}

.news_item.date{
	
	color: navy;
	width: 100px;
}
	
.news_item.txt{
	position: relative;
	left: 5px;
	font-weight: normal;
	font-size: 1em;
	top: 5px;
	color: white;
}

.dwnld_cntr{
	padding: 10px;
}












