body{

font-family: LatoWeb, "Lato Extended", Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
border: 0;
overflow: scroll;
height: 100%; 
max-height: 100%; 
line-height: 1.3;
/*margin: 0;
padding-top: 5px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;
border: 0;
overflow: scroll;
height: 100%; 
max-height: 100%; 
*/	
}

header{
	background-color: #333;
	letter-spacing: 8px;
	text-align: right;
	padding-right: 10%;
	/*Added code*/
	position: fixed;
	top: 0px;
	width: 100%;
}

/* Begin navigation */

/* Style the links inside the navigation bar */

.topnav {
  overflow: hidden;
  background-color: #333;
	/*Added code*/
	position: fixed; /* Set the navbar to fixed position */
	top: 70px; /* Position the navbar at the top of the page */
	width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #0066CC;
  color: white;
}
.topnav .icon {
  display: none;
}

/* End navigation */

/*Start Responsive Navigation*/
@media screen and (max-width: 1080px) {
  .topnav a/*:not(:first-child)*/ {
display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1080px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/*Rnd Responsive Navigation*/

main {
margin-top: 140px; /* Add a top margin to avoid content overlay on header and navigation menu*/
/*New: Set up formatting for everything but header and navigation elements*/
padding-top: 5px;
padding-right: 30px;
padding-bottom: 30px;
padding-left: 30px;
border: 0;
height: 100%; 
max-height: 100%; 
}

footer{
background-color: #333;
color: #fff;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}


h1 {
	color: #FFB400;
	font-size: 29px;
	clear: both;
	}
	
h2 {
	color: #636463;
	font-size: 20px;
	margin: 1em 0 1em 0;
/*	clear: both;*/
	}	
h3 {
	color: #636463;
	font-size: 18px;
	margin: 1em 0 1em 0;
/*	clear: both;*/
	}	

	
	p.left{
	text-align: left;
	margin-bottom: 25px
	}
	
	p.center {
	text-align: center;
	}
	p.right {
	text-align: right;
	}



img.rhs{
	float: right; 
	padding: 5px;
	margin: 10px 10px 10px 10px;
	}


	img.lhs{
	float: left; 
	padding: 5px;
	margin: 10px 10px 10px 10px;
	}
	img.mid{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	}


	
	
.keyword{
	font-weight: bold;
	color: #0066CC;
}
	em{
	font-weight: bold;
	font-style: normal;
	}
	
.bold {
/*color: #6699CC;*/
	color: #00F;
	font-weight: bold;
}

.bold_red {
	color: #F00;
	font-weight: bold;
}
.bold_blue {
	color: #00F;
	font-weight: bold;
}.bold_green {
	color: #009900;
	font-weight: bold;
}

/* Start style simple left table*/
#simple_left {
/*font-family: Arial, Helvetica, sans-serif;*/
text-align: left;
border-collapse: collapse;
width: auto;
float: left;
/*margin-left: 20px;*/
margin-right: 20px;
}

#simple_left td, #simple_left th {
border: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 10px;
}

#simple_left tr:nth-child(even){background-color: #f2f2f2;}

#simple_left tr:hover {background-color: #ddd;}

#simple_left th {
padding-top: 8px;
padding-bottom: 8px;

background-color: #333;
color: white;
}
/* End style simple left table*/

/* Start style simple right table*/
#simple_right {
/*font-family: Arial, Helvetica, sans-serif;*/
text-align: center;
border-collapse: collapse;
width: auto;
float: right;
/*margin-left: 20px;*/
margin-left: 20px;
}

#simple_right td, #simple_right th {
/*border: 1px solid #ddd;*/
border-bottom: 1px solid #ddd;
padding: 10px;
}

#simple_right tr:nth-child(even){background-color: #f2f2f2;}

#simple_right tr:hover {background-color: #ddd;}

#simple_right th {
padding-top: 8px;
padding-bottom: 8px;

background-color: #333;
color: white;
}
/* End style simple right table*/
/* Start style simple centered table*/
#simple_center {
/*font-family: Arial, Helvetica, sans-serif;*/
text-align: center;
border-collapse: collapse;
width: auto;
/*margin-left: 20px;*/
margin-left: auto;
margin-right:auto;
}

#simple_center td{
/*border: 1px solid #ddd;*/
text-align:left;
border-bottom: 1px solid #ddd;
padding: 10px;
}
#simple_center th {
/*border: 1px solid #ddd;*/
border-bottom: 1px solid #ddd;
padding: 10px;
}
*/

#simple_center tr:nth-child(even){background-color: #f2f2f2;}

#simple_center tr:hover {background-color: #ddd;}

#simple_center th {
padding-top: 8px;
padding-bottom: 8px;

background-color: #333;
color: white;
}
/* End style simple right table*/


.title{
	font-size: medium;
	font-weight: bold;
	/*font-style: italic;*/
	color: #666666;
	}
	
.title2{
	font-size:large;
	font-weight: bold;
	/*font-style: italic;*/
	color: #6699CC;
	}
	
	strong{
	
	font-style: normal;
	font-size:1em;
	color: #000;
	text-transform:uppercase;
	}
	
/* Start list formatting code */
ul {list-style: none}
li::before {
content: "\2022"; color: #0066CC;
font-size: 24px;
display: inline-block; width: 1em;
margin-left: -1em}

.center {
display: block;
margin-left: auto;
margin-right: auto;

}

a:link {color: #6699CC}
a:visited {color: #6699CC}
a:hover {color: #000000}
a:active {color: #6699CC}
