* {
	padding:0;
	margin:0;
	list-style:none;
	text-decoration:none;}

table {
	border:0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
	
	.container {
	width: 100%; /*Set the width of the entire website here */
	min-height:100%;
	text-align:center;
	}
	
	html, body {
	font-family:Verdana, Segoe, sans-serif;
	background-color:#e0e0e0;
	padding:0;
	margin:0;
	height:100%;}
	
	img {
	padding:0px;
	margin: 0px;
	border-radius:3px;}
	
	/* row-a is the header class */
	.row-a {
	width:100%;
	clear: both; /* Clear creates new styles for the next row */
	padding:0px;
	margin: 0px;
	height:70px;
	text-align:center;
	background-color:blue;
	position: fixed; /* Code for fixed header effect */
	box-shadow: 0 2px 10px #000033;
	top:0px;
	left:0px;
}	

	.five {
	width: 90%; /* This div spans five columns */
	height:auto;
	display: block;
	float: left;
	clear: both;
	margin-left: 2%;}

	.three {
	width: 40%;
	height:auto;
	padding-left: 15px;
	display: block;
	float:left; }
	
	nav{	
	width:70%;
	background-color:blue;
	height:65px;
	text-align:left;
	display:inline-block;}
	
	#navmenu{
	float:center;
	margin-top:40px;}
	
	ul#navmenu, ul.subnav1 {
	list-style-type:none;
	font-size:12pt;}
	
	ul#navmenu li {
	width:125px;
	text-align:center;
	position:relative;
	float:left;
	margin-right:4px;}
	
	ul#navmenu a {
	color:white;
	display:block;
	width:125px;
	height:25px;
	line-height:25px;
	background-color:blue;}
	
	ul#navmenu .subnav1 a {
	margin-top:0px;}
	
	ul#navmenu li:hover > a {
	background-color:#64b5f6;}
	
	ul#navmenu li:hover a:hover {
	background-color:#1565c0;
	border:1px solid #CCC;
	transition-property:.5s;
	-moz-transition-property:.5s;
	-webkit-transition-property:.5s;}
	
	ul#navmenu ul.subnav1 {
	display:none;
	position:absolute;
	top:25px;
	left:0px;}
	
	ul#navmenu li:hover .subnav1 {
	display:block;
	z-index:1px;}
	
	.search {
	float:right;
	border:1px solid #CCC;
	text-align:left;
	font-size:12pt;
	font-family:Verdana, Segoe, sans-serif;
	width:125px;
	height:25px;
	border-radius:5px;
	margin-right:20px;
	margin-top:20px;
	line-height:25px;}

	.search a {
	color:white;
	display:block;
	padding-left:3px;
	text-align:left;}

	.search a:hover {
	background-color:#1565c0;}
	
.main-page-content {
	width: 80%; /* This div spans five columns */
	display:inline-block;
	text-align:left;
	font-family:Tahoma, Verdana, Segoe, sans-serif;
	margin-top: 54px;
	overflow:auto;
	padding-bottom:100px;}
	
p {
	margin-top:10px;
	margin-bottom:10px;
}

p a:hover {
	text-decoration:underline;
}
	
#footer {
	width:100%;
	height:100px;
	position:relative;
	margin-top:-100px;
	clear:both;
	background-color:#d32f2f;
	font-family:Tahoma, Verdana, Segoe, sans-serif;
	font-size:10pt;
	color:white;}
	
	
.ftrwrapper {
	width80%;
	text-align:center;}
	
	.ftrcontent {
		margin-top:10px;
		display:inline-block;
		color:white;
		text-decoration:none;
	}
	
	footer a {
		color:white;
	}
	
	footer a:hover {
		text-decoration:underline;
	}