@charset "utf-8";
@font-face {
	font-family: VIVALDII;
	src: url(/fonts/VIVALDII.TTF);
}
@font-face {
	font-family: mvboli;
	src: url(/fonts/mvboli.ttf);
}
.center {text-align:center;} 
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
p.title {
	font-weight: bolder;
	text-align: center;
	font-size: 36px;
	text-decoration: underline;
}
p.heading {
	font-family: VIVALDII; /* no .ttf */
	font-size: 60px;
	color: #FFF;
	text-shadow: 2px 2px 2px #ec5;
	text-align: center;
}
p.hd2 {
	text-shadow: 1px 1px black, -1px -1px #444;
	text-align: center;
	font-size: 36px;
	color: #FFF;
}
p.neonText {
	text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
	font-family: "mvboli";
	font-size: 36px;
	text-align: center;
	color: #fff;
	top: 40px;
	position: absolute;
	left: 215px;
}
#container {
	padding-top: 10px;
	min-height:100%;
	position:relative;
	height: 100%;
	background: rgb(30,87,153); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#headerbox {
	height: 0px;
	width: 800px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
	top: -140px;
	display: table;
}
#headerboxcell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 4px;
	padding-bottom: -8px;
}
#mainbox {
	height: 550px;
	width: 800px;

	padding-bottom 50px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -140px;
	display: table;
	box-shadow:5px 5px 2px #333333, 7px 7px 2px #ffffff;
}
#mainboxcell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#mainboxcellmenu {
	position: absolute;
	top: 40px;
	left: 110px;
}
#mainboxcellmenu2 {
	position: absolute;
	top: 90px;
	left: 110px;
}
#mainboxcelltext {
	text-align: justify;
	padding-right: 50px;
	padding-left: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 160px;
}
#mainboxcelldesctext {
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	padding-top: 50px;
	margin-bottom: 20px;
	margin-top: 25px;
	text-shadow: 3px 3px 3px #777;
}
#cheader {

}
#cbody {
	padding:10px;
	padding-bottom:60px;   /* Height of the footer */ 
}
#cfooter {
	position: relative;
	bottom:0;
	width:100%;
	height:50px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: 3px 3px 3px #777;
	font-size: 14px;
	color: #000;
}
#boxshadow {
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}
#imagelogobox {
	height: 260px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	position: relative;
}
.left {
	position: absolute;
	left: 0px;
}
p.contacttxt {
	margin-left: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-shadow: 3px 3px 3px #777;
}
#contacttxtdiv {
	margin-top: 100px;
}
th {
	text-align: left;
	font-weight: bold;
	vertical-align: baseline;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 20px;
	padding-left: 10px;
}
td {
	vertical-align: middle;
	font-family: Tahoma, Geneva, sans-serif;
	padding-bottom: 5px;
	padding-left: 10px;
}
table   {
	border-collapse: collapse;
	margin: auto;
}
#referencetxtdiv {
}
caption {
	padding-bottom: 25px;
	padding-top: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	text-shadow: 3px 3px 3px #777;
}
img.ietitletxt {
	padding-left: 50px;
}
