@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* CSS Document */
body{margin:0; background-color: #ffffff;}

.header
{
	width: 1300px;
	height: 350px;
	border: 0;
	background-color: none;
	background-image:url("images/header_bg.jpg");
	background-position: center;
	text-align: left;
}
.inheader_top
{
	width: 1200px;
	height: 275px;
	border: 0;
	background-color: none;
	background-image: none;
	text-align: left;
}
.inheader_nav
{
	width: 1200px;
	height: 75px;
	border: 0;
	background-color:none;
	background-image:url("images/nav_bg");
	text-align: center;
}
.center
{
	width: 1300px;
	height: auto;
	border: 0;
	background-color: none;
	text-align: left;
}
.incenter
{
	width: 1300px;
	height: auto;
	border: 0;
	background-color: none;
	text-align: left;
}
.bottom
{
	width: 1300px;
	height: 200px;
	border-top: 1px solid #BABABA;
	background-color: none;
	text-align: left;
}
.inbottom
{
	width: 1300px;
	height: 200px;
	border: 0;
	background-color: none;
	text-align: left;
}

span.font_nav
{
	font-family: 'Raleway';
	font-size: 18pt;
	line-height: 28pt;
	font-weight: normal;
	color:#FFFFFF;
}
span.font_title
{
	font-family: 'Raleway';
	font-size: 38pt;
	line-height: 48pt;
	font-weight: 800;
	color: #000000;
}
span.font_article
{
	font-family: 'Raleway';
	font-size: 14pt;
	line-height: 24pt;
	font-weight: normal;
	color: #5E5E5E;
}
span.font_bottom
{
	font-family: 'Raleway';
	font-size: 14pt;
	line-height: 24pt;
	font-weight: normal;
	color: #B9B9B9;
}


a.navigation:link{color: #ffffff; text-decoration:underline;}
a.navigation:visited{color: #ffffff; text-decoration:underline;}
a.navigation:hover{color: #ffffff; text-decoration:none;}
a.navigation:active{color: #ffffff; text-decoration:none;}


