@charset "UTF-8";
/*bm02b*/
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #87cefa;
	font-size: 100%;
	margin: 0;
	padding: 0;
}
.container {
	width: 96%;
	height: auto;
	font-family: Georgia, "Times New Roman", serif, Times;
	font-size: 0.95em;
	line-height: 1.45;
	text-align: justify;
	color: #000066;
	margin: 0 auto;
	overflow: hidden;
	background-color: #B1E1FE;
	background: radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%, #87CEFA 100%);
	background: -webkit-gradient(radial, center top, 0, center top, 428, color-stop(0, #FFFFFF), color-stop(1, #87CEFA));
	background: -webkit-radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%, #87CEFA 100%);
	background: -moz-radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%, #87CEFA 100%);
	background: -o-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -ms-radial-gradient(center top, ellipse farthest-side, #FFFFFF 0%, #87CEFA 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#B1E1FE, endColorstr=#87CEFA)";
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0px 0px 25px 6px rgba(102,102,102,0.7);
	-moz-box-shadow: 0px 0px 25px 6px rgba(102,102,102,0.7);
	-webkit-box-shadow: 0px 0px 25px 6px rgba(102,102,102,0.7);
}
#topmenu {
	width: 94%;
	height: auto;
	position: fixed;
	top: 0;
	padding: 0 1%;
	margin: auto;
	z-index: 100000;
	background-color: #B1E1FE;
	background-image: -ms-radial-gradient(center, circle farthest-corner, #EDF7FE 0%, #78C3F8 100%);
	background-image: -moz-radial-gradient(center, circle farthest-corner, #EDF7FE 0%, #78C3F8 100%);
	background-image: -o-radial-gradient(center, circle farthest-corner, #EDF7FE 0%, #78C3F8 100%);
	background-image: -webkit-gradient(radial, center center, 0, center center, 483, color-stop(0, #EDF7FE), color-stop(1, #78C3F8));
	background-image: -webkit-radial-gradient(center, circle farthest-corner, #EDF7FE 0%, #78C3F8 100%);
	background-image: radial-gradient(circle farthest-corner at center, #EDF7FE 0%, #78C3F8 100%);
	opacity: 0.97;
	border-radius: 2px 2px 19px 19px;
	-moz-border-radius: 2px 2px 19px 19px;
	-webkit-border-radius: 2px 2px 19px 19px;
	box-shadow: 0px 0px 25px 6px rgba(102,102,102,0.7);
	-moz-box-shadow: 0px 0px 25px 6px rgba(102,102,102,0.7);
	-webkit-box-shadow: 0px 0px 25px 6px rgba(102,102,102,0.7);
}
#topmenu-r {
	width: 47%;
	height: auto;
	float: right;
	margin-right: 7px;
}
#topmenu-l {
	width: 47%;
	height: auto;
	float: left;
	margin-left: 7px;
}
#topmenu-r li img, #topmenu-l li img {
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 0px;
	border: none;
}
#topmenu-l li, #topmenu-r li {
	list-style-type: none;
	display: block;
}
#topmenu-l li {
	float: left;
	margin-right: 2%;
}
#topmenu-r li {
	float: right;
	margin-left: 2%;
}
#topmenu-l li:hover, #topmenu-r li:hover {
	background-color: #F0F9FF;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-transition: background 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease-in-out 0s;
	box-shadow: 0px 0px 11px 11px #F0F9FF;
	-moz-box-shadow: 0px 0px 11px 11px #F0F9FF;
	-webkit-box-shadow: 0px 0px 11px 11px #F0F9FF;
	-moz-transition: box-shadow 0.2s ease-in-out 0s;
	-webkit-transition: box-shadow 0.2s ease-in-out 0s;
}
header {
	width: 90%;
	float: left;
	margin: 6.5% 5% 1% 5%;
}
header a {
	text-decoration: none;
	color: #000066;
}
header h1 {
	color: #000066;
	font-size: 2.5em;
	font-style: italic;
	letter-spacing: 1.5px;
	text-align: center;
}
header h1 sup {
	color: #000066;
	font-size: 0.27em;
	margin-left: -3px;
	font-weight: 100;
}
header h2 {
	color: #000066;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px -3px 3px #eff;
}
header h3 {
	color: #000066;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
	margin-top: 1.5%;
}
.content h2 {
	color: #990000;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	text-align: center;
}
.content h3 {
	color: #990000;
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}
.content h4 {
	color: #000066;
	font-style: italic;
	text-align: center;
	font-weight: bold;
}
.content p {
	margin: 1.5% 0;
}
#box-pge2 h3, #box-pge3 h3, #box-pge4 h3, #box-pge5 h3 {
	color: #000066;
	font-style: italic;
	font-weight: bold;
}
#box-pge2 p, #box-pge3 p, #box-pge4 p, #box-pge5 p {
	margin-top: 1.5%;
}
.content {
	width: 90%;
	height: auto;
	float: left;
	margin: 3% 5% 3% 5%;
}

#img-bk1 {
	width: 23%;
	max-width: 300px;
	height: auto;
	float: left;
	padding-right: 1%;
	margin: -1% 1% -2.5% 0%;
	border: none;
}
#img-bk1 img {
	width: 100%;
	height: auto;
	border: none;
}
#img-bk2 {
	width: 25%;
	max-width: 300px;
	height: auto;
	float: left;
	margin-bottom: -2.5%;
	margin-right: 2%;
	border: none;
}
#img-bk2 img {
	width: 100%;
	height: auto;
	border: none;
}
#img-bk3 {
	width: 25%;
	max-width: 300px;
	height: auto;
	float: right;
	margin: 1% -1% -2.5% 1%;
	border: none;
}
#img-bk3 img {
	width: 100%;
	height: auto;
	border: none;
}
#img-dna {
	width: 50%;
	max-width: 600px;
	height: auto;
	float: right;
	margin: 0.5% 0% -3.5% 1%;
	border: none;
}
#img-bel {
	width: 19%;
	max-width: 200px;
	height: auto;
	float: left;
	margin: 0.5% 1% -0.5% 0;
	border: none;
}
#img-yy {
	width: 21%;
	max-width: 200px;
	height: auto;
	float: right;
	margin: 0.5% 0 0 1%;
	border: none;
}
#img-para {
	width: 54%;
	height: auto;
	float: left;
	margin: 0.5% 1% 1% 0;
	border: none;
}
#img-dna img, #img-bel img, #img-yy img, #img-para img {
	width: 100%;
	height: auto;
	border: none;
}
#img-lem {
	width: 24%;
	max-width: 300px;
	height: auto;
	float: left;
	margin: 1% 1.5% 0 0;
	border: none;
}
#img-k3h2 {
	width: 17%;
	height: auto;
	float: left;
	margin: 1% 1.5% 0 0;
	border: none;
}
#img-lem img, #img-k3h2 img {
	width: 100%;
	height: auto;
	border: none;
	border-radius: 11px;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	box-shadow: 7px 7px 21px 3px rgba(102,102,102,0.5);
	-moz-box-shadow: 7px 7px 21px 3px rgba(102,102,102,0.5);
	-webkit-box-shadow: 7px 7px 21px 3px rgba(102,102,102,0.5);
}
/*#img-box4*/
#img-montr {
	width: 25%;
	max-width: 170px;
	height: auto;
	float: left;
	margin: 0 2% -0.5% -1%;
	border: none;
}
#img-montr-gr {
	width: 25%;
	height: auto;
	float: left;
	margin: 2% 2% -0.5% 0;
	border: none;
}
#img-hlm {
	width: 21%;
	height: auto;
	float: right;
	margin: -1% -1% -1% 1%;
	border: none;
}
/*#img-box5*/
#img-k3h1 {
	width: auto;
	height: auto;
	float: right;
	margin-left: 3%;
	margin-bottom: -1.5%;
	border: none;
}
#img-montr img, #img-montr-gr img, #img-hlm img, #img-k3h1 img {
	width: 100%;
	height: auto;
	border: none;
}
#line {
	width: 50%;
	height: 21px;
	display: block;
	float: left;
	opacity: 0.7;
	background-color: #87CEFA;
 background: linear-gradient(to bottom, # 0%, #87CEFA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DCF1FE), color-stop(1, #87CEFA));
	background: -webkit-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -moz-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -o-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -ms-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	border-radius: 21px 0px 21px 0px;
	-moz-border-radius: 21px 0px 21px 0px;
	-webkit-border-radius: 21px 0px 21px 0px;
	box-shadow: 0px 0px 111px 11px #E3F7FF;
	-moz-box-shadow: 0px 0px 111px 11px #E3F7FF;
	-webkit-box-shadow: 0px 0px 111px 11px #E3F7FF;
	padding: 0;
	margin: 2% 25% 2% 25%;
}
.content blockquote {
	width: 90%;
	height: auto;
	float: left;
	font-style: italic;
	margin: 0 5%;
	text-align: center;
}
#box-pge2, #box-pge3, #box-pge4, #box-pge5 {
	width: 88%;
	height: auto;
	float: left;
	padding: 3% 3% 1.5% 3%;
	margin: 0 3% 2% 3%;
	background-color: #B1E1FE;
	background: linear-gradient(to bottom, #DCF1FE 0%, #87CEFA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DCF1FE), color-stop(1, #87CEFA));
	background: -webkit-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -moz-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -o-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -ms-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	box-shadow: 0px 0px 33px 15px #F0F9FF;
	-moz-box-shadow: 0px 0px 33px 15px #F0F9FF;
	-webkit-box-shadow: 0px 0px 33px 15px #F0F9FF;
}
#link-box2, #link-box3, #link-box4, #link-box5 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 1%;
	margin-top: 1%;
	border-top: 2px solid rgba(131,197,238,0.6);
}
header h1 a, header a:link, header a:focus, header a:active, header a:visited {
	text-decoration: none !important;
	color: #000066;
	font-style: italic;
}
header a:hover, #img-bk2 a:hover, #img-bk3 a:hover, #img-box4 a:hover, #img-box5 a:hover, #img-montr-gr a:hover {
	background: none !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.content a, .content a:link, .content a:focus, .content a:active, .content a:visited {
	color: #990000;
	font-style: normal;
	text-decoration: underline;
}
#link-box2 a, #link-box2 a:link, #link-box2 a:focus, #link-box2 a:active, #link-box2 a:visited, #link-box3 a, #link-box3 a:link, #link-box3 a:focus, #link-box3 a:active, #link-box3 a:visited, #link-box4 a, #link-box4 a:link, #link-box4 a:focus, #link-box4 a:active, #link-box4 a:visited, #link-box5 a, #link-box5 a:link, #link-box5 a:focus, #link-box5 a:active, #link-box5 a:visited {
	color: #990000;
	font-style: italic;
	text-decoration: none;
}
#footermenu a {
	color: #990000;
	font-style: normal;
	text-decoration: none;
}
.content a:hover, #link-box2 a:hover, #link-box3 a:hover, #link-box4 a:hover, #link-box5 a:hover, #footermenu a:hover {
	color: #000066;
	text-decoration: none;
	-moz-transition: color 0.1s ease-in-out 0s;
	-webkit-transition: color 0.1s ease-in-out 0s;
	background-color: #F0F9FF;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-transition: background 0.1s ease-in-out 0s;
	-webkit-transition: background 0.1s ease-in-out 0s;
	box-shadow: 0px 0px 10px 12px #F0F9FF;
	-moz-box-shadow: 0px 0px 10px 12px #F0F9FF;
	-webkit-box-shadow: 0px 0px 10px 12px #F0F9FF;
	-moz-transition: box-shadow 0.2s ease-in-out 0s;
	-webkit-transition: box-shadow 0.2s ease-in-out 0s;
}
#footermenu {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	margin-top: 1%;
	background-color: #B1E1FE;
	background: linear-gradient(to bottom, #DCF1FE 0%, #87CEFA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DCF1FE), color-stop(1, #87CEFA));
	background: -webkit-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -moz-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -o-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -ms-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	border-radius: 19px 19px 2px 2px;
	-moz-border-radius: 19px 19px 2px 2px;
	-webkit-border-radius: 19px 19px 2px 2px;
	box-shadow: 0px -3px 11px 0px rgba(102,102,102,0.4);
	-moz-box-shadow: 0px -3px 11px 0px rgba(102,102,102,0.4);
	-webkit-box-shadow: 0px -3px 11px 0px rgba(102,102,102,0.4);
}
#footermenu-txt {
	width: 89%;
	height: auto;
	font-weight: bold;
	padding: 1.5% 0 1% 0;
	margin-left: 6%;
}
#footermenu li {
	list-style: none;
	color: #990000;
	line-height: 1.6;
}
#fm-box1 {
	width: 28%;
	float: left;
	margin: 0 1% 0 6%;
	border-right: 1px solid rgba(131,197,238,1);
}
#fm-box2 {
	width: 28%;
	float: left;
	margin: 0 1%;
	border-right: 1px solid rgba(131,197,238,1);
}
#fm-box3 {
	width: 27.5%;
	float: left;
	margin: 0 1%;
}
#fm-soc {
	width: 89%;
	height: auto;
	float: left;
	padding-left: 11%;
	margin-top: 1%;
	background-color: #B1E1FE;
	background: linear-gradient(to bottom, #DCF1FE 0%, #87CEFA 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DCF1FE), color-stop(1, #87CEFA));
	background: -webkit-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -moz-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -o-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	background: -ms-linear-gradient(top, #DCF1FE 0%, #87CEFA 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#B1E1FE, endColorstr=#87CEFA)";
}
#fm-soc li img {
	width: 34px;
	height: 34px;
	margin-top: 9px;
	margin-bottom: 1px;
	border: none;
}
#fm-soc li {
	float: left;
	margin-right: 6%;
	list-style-type: none;
	display: block;
}
#fm-soc li:hover {
	background-color: #F0F9FF;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-transition: background 0.1s ease-in-out 0s;
	-webkit-transition: background 0.1s ease-in-out 0s;
	box-shadow: 0px 0px 10px 12px #F0F9FF;
	-moz-box-shadow: 0px 0px 10px 12px #F0F9FF;
	-webkit-box-shadow: 0px 0px 10px 12px #F0F9FF;
	-moz-transition: box-shadow 0.2s ease-in-out 0s;
	-webkit-transition: box-shadow 0.2s ease-in-out 0s;
}
#fm-soc li img {
	border: none;
}
#print-txt {
	display: none !important
}
footer {
	width: 94%;
	height: auto;
	float: left;
	margin: 2% 0;
	padding: 0 3%;
}
footer p {
	font-size: 0.8em;
	color: #000066;
	text-align: center;
}
footer sup {
	font-size: 7px;
	font-weight: 100;
}
