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: 50px; /* 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 */


main {
margin-top: 100px; /* 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: 19px;
	margin: 1em 0 1em 0;
	clear: both;
	}	
h3 {
	color: #636463;
	font-size: 19px;
	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;
}

.red_bold {
	color: #F00;
	font-weight: bold;
}
	
.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;
	}
	

a:link {color: #6699CC}
a:visited {color: #6699CC}
a:hover {color: #000000}
a:active {color: #6699CC}
