#full{
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	z-index: 0;
	background-color: transparent;
}

#full img{
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	border: 0px;
	padding: 0px;
	z-index: 0;
}

#logoTable{
	width: 100%;
	height: 10%;
	position: absolute;
	left: 0%;
	top: 8%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	z-index: 1;
}

#logoTable table{
	width: 100%;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#logoTable td{
	width: 20%;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#logoTable img{
	width: 80px;
	height: 80px;
}

#logoTable a{
	color: black;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

#logoTable a:hover{
	color: black;
	background-color: #4c565f;
	padding: 5px;
	border: 2px solid white;
}

#logoTable a.blank{
	background-color: transparent;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#middleInfo{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 53%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	z-index: 1;
}

#middleInfo h3{
	color: black;
	font-size: 30px;
	padding: 0px;
	margin: 0px;
}

#bottomLinks table{
	width: 100%;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#bottomLinks td{
	width: 25%;
	height: auto;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#bottomLinks a{
	color: black;
	font-size: 15pt;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

#bottomLinks a:hover{
	color: #4c565f;
}

#contact{
	position: absolute;
	left: 0%;
	bottom: 1%;
	width: 100%;
	height: auto;
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#contact p{
	color: black;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
}

BODY{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: century gothic, sans-serif;
}
