*{
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
body{
  font-family: sans-serif;
  user-select: none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 190%;
}

strong {
}

a {
	color: #171717;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}

hr {
	display: none;
}


/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 2em;
		text-transform: uppercase;
	}

	.title h2
	{
		font-weight: 400;
		font-size: 2em;
		color: #16a085;
	}
	
	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #6F6F6F;
	}

/** WRAPPER */

#wrapper {
	background: #FFFFFF url(images/bg01.png) repeat;
}

#footer-wrapper
{
	background: #0F0F0F;
}

.container {
	width: 100%;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}


/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

#header-wrapper
{
	background: url(images/bg01.png) repeat;
	background-size: 100%;
	padding: 0em 0em 0em 0em;
	background: #7395AE;
}


/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header 
	{
		position: relative;
		text-align: center;
		
	}
	img{
		width: 15%;
		float: left;
	}
	
	/*********************************************************************************/
/* TEXT                                                                      */
/*********************************************************************************/

.text01 {
	background-color:#f8f8f8;
	opacity: 0.9;
	margin-right: 40px;
	margin-left: 40px;
	
}

.title{
	font-size:22px;
	line-height:62px;
	text-align: justify;
	text-justify: inter-word;
	margin-right: 40px;
	margin-left: 40px;
	font-family:sans-serif;
	opacity: 0.98;

}

.byline{
	font-size:25px;
	line-height:62px;
	text-align: justify;
	text-justify: inter-word;
	margin-right: 40px;
	margin-left: 40px;

}
.text{
	font-size:19px;
	text-align: justify;
	text-justify: inter-word;
	margin-right: 80px;
	margin-left: 40px;
	font-family:sans-serif;
	font-weight:100;
	animation: faedAndScale .3s ease-in;
}

	
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo 
	{
		width: 100%;
		height: 100px;
		margin: 0 auto;
		padding: 1em 0em;
		text-transform: uppercase;
		color:#FFF;
	}
	
	#logo h1
	{
		letter-spacing: 0.10em;
		font-size: 200%;
		text-align: center;
		z-index: -1;
	}
	
	#logo p 
	{
		letter-spacing: 0.10em;
		color: #FFF;
	}
	
	#logo a 
	{
		text-decoration: none;
		color: #FFF;
	}

/*********************************************************************************/
/* table                                                                   */
/*********************************************************************************/
.title p{
	font-family:roboto;
	font-weight:200;
`	font-size:40px;
}

#program {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width:auto;
  height:70%;
  margin-left:auto; 
  margin-right:auto;
}

#program td, #program th {
  border: 1px solid #ddd;
  padding: 8px;
}

#program th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #063247;
  color: white;
}
#table.center {
  margin-left:auto; 
  margin-right:auto;
}

td img{
	display:block;
	height:auto;
	width:auto;
	margin-left:auto;
	margin-right:auto;
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner 
	{
		background-image: url(images/hq.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

/** MENU */

nav .logo{
  color: white;
  font-size: 33px;
  font-weight: bold;
  line-height: 70px;
  padding-left: 110px;
}
nav{
  height: 70px;
  background: #063247;
  box-shadow: 0 3px 15px rgba(0,0,0,.4);
}
nav ul{
  float: right;
  margin-right: 30px;
}
nav ul li{
  display: inline-block;
}
nav ul li a{
  color: white;
  display: block;
  padding: 0 15px;
  line-height: 70px;
  font-size: 20px;
  background: #063247;
  transition: .5s;
  
}
nav ul li a:hover{
  color: #23dbdb;
}
nav ul ul{
  position: absolute;
  top: 85px;
  border-top: 3px solid #23dbdb;
  opacity: 0;
  z-index:1;
}
nav ul li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: .3s linear;
}
nav ul ul li{
  width: 180px;
  display: list-item;
  position: relative;
  border: 1px solid #042331;
  border-top: none;
}
nav ul ul li a{
  line-height: 30px;
}
nav ul ul ul{
  border-top: none;
}
nav ul ul ul li{
  position: relative;
  top: -70px;
  left: 150px;
}
nav ul ul li a i{
  margin-left: 45px;
}

/** PAGE */

#page
{
	position: relative;
	overflow: hidden;
	padding: 6em 0em 5em 0em;
}

/** CONTENT */

#content
{
	float: left;
	width: 790px;
}
















	