@font-face {
  font-family: "mohannad";
  src: url(mohannad.ttf) format("truetype");
}

@font-face {
  font-family: "Calibri";
  src: url(CalibriLight.ttf) format("truetype");
}

@font-face {
  font-family: "HelveticaLight";
  src: url(HelveticaNeue.dfont) format("truetype");
}

body {
	font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
	background-color: white;
	text-align: center;
	margin: 0px;
	font-size: 9pt;
}

a {
	font-style: normal;
	font-weight: normal;
}

.menu {
	background-color: black;
	right: 0px;
	left: 0px;
	padding: 5pt;
/* 	top: 10px; */
	border-width: 1px;
	border-color: black;
	border-right-style: none;
	border-left-style: none;
	z-index: 2;
	border-top-style: solid;
	width: 100%;
	position: fixed;
	text-align: center;
	border-bottom-style: solid;
	opacity: .8;
	filter: alpha(opacity = 80);
}

.menu a {
	font-size: 13pt;
	color: white;
	text-decoration: none;
	font-weight: lighter;
/* 	padding: 10pt; */
	padding-top: 5pt;
	padding-right: 7pt;
	padding-left: 7pt;
	display: inline-block;
	height: 20pt;
/* 	background: gray; */
}
.menu a:hover {
	text-decoration: none;
	color: maroon;
/* 	padding-right: 15px; */
/* 	padding-left: 15px; */
}

.graybar {
	right: 0px;
	left: 0px;
	border-bottom-color: maroon;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	z-index: 1;
	top: 45px;
	position: fixed;
	height: 9px;
	width: 100%;
	background-color: white;
	visibility: hidden;
}

.main {
	display: inline-block;
	z-index: 2;
	min-height: 100%;
	border-color: #cccccc;
	border-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	color: #d5c9c9;
	padding-left: 10pt;
	padding-bottom: 10pt;
	padding-right: 10pt;
	padding-top: 50pt;
	text-align: center;
	width: 500pt;
}

.currentYear {
	text-align: center;
	position: absolute;
	right: 0px;
	left: 0px;
	font-family: Calibri, Helvetica, Arial, Verdana, sans-serif;
	top: -100px;
	font-weight: bold;
	color: rgba(234,234,234,1);
	z-index: -1;
	font-size: 300px;
	opacity:.5;
	filter:alpha(opacity=50);
}