body {
   width:100%;
   font-family: Calibri, Arial, Tahoma;
}



#header {
   width: 100%;
   height:15%;
   margin: 0px auto 0px auto;
    background-image:url(images/background.png);
	background-repeat:repeat-x;
   border: 1px solid #000;
   clear: both;
}

#logo {
   width: 200px;
   height: 75px;
   float left;
  background-image:url(images/logo.jpg);
   border: 1px solid #000;
}



#container {
   width:  100%;
   margin: 0px auto 0px auto;
   border: 1px solid #000;
   clear: both;
}


nav {
	margin: 0px 0;
	background-color: #3AA2FD;
}

nav ul {
	padding: 0;
        margin: 0;
	list-style: none;
 	position: relative;
	}	
nav ul li {
	display:inline-block;
	background-color:#3AA2FD ;
	}
nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:20px;
	line-height: 60px;
	text-decoration:none;
}
nav a:hover { 
	background-color: #053A69; 
}
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; 
}	
nav ul li:hover > ul {
	display:inherit;
}	
nav ul ul li {
	width:175px;
	float:none;
	display:list-item;
	position: relative;
}
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:230px;
}
nav ul ul li {
	border: 1px solid white;
}
	
li > a:after { content:  ' '; }
li > a:only-child:after { content: ''; }

#content {
   width: 100%;
   margin: 0px auto 0px auto;
   clear: both;
}

.btn {
  border: 2px solid black;
  background-color: white;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
}

/* Blue */
.print {
  background: lightblue;
  border-color: solid black;
  color: black
}

.print:hover {
  background: #2196F3;
  color: black;
}

#footer {
  width: 100%;
   margin: 0px auto 0px auto;
   clear: both;
}
