@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans'), local('JosefinSans'), url(JosefinSans-LatinExt.woff2.html) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Josefin Sans'), local('JosefinSans'), url(JosefinSans-Latin.woff2.html) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
	background-color: #36406c;
	background-image: url(../images/Main-top_banner-background.gif);
	background-repeat: repeat-x;
	border: none;
	font-family:'Josefin Sans',sans-serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 0.035em #f0e040;
	left: 100px;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	height: 144px;
	width: 1640px;
}

img { border: none; }

mpanel {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 114px;
	left: 0px;
	width: 1640px;
	height: 30px;
}

mp {
	float: left;
	height: 30px;
}

mp a {
	color: #f0e040;
	font-size: 15px;
	text-decoration: none;
	text-shadow: #000000 1px 1px 2px;
	line-height: 11px;
	position: relative;
	top: 9px;
}

mp a:hover {
	color: #fdf7ba;
	-webkit-text-stroke: 0.035em #fdf7ba;
}

mp a:active {
	color: #ffbbee;
	-webkit-text-stroke: 0.035em #ffbbee;
}

.bannerMenu {
	width: 220px;
	background-image: url(../images/Main-tab_lo.gif);
	background-repeat: repeat-x;
	text-align: center;
}

.tabCap {
	font-size: 19px;
}

.construction {
	position: fixed;
	top: 53px;
	right: 6px;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
	z-index: 20;
}
