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

.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%;}
	
/* 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:45px;
	text-align:center;
	background-color:blue;
	position: fixed; /* Code for fixed header effect */
	box-shadow: 0 2px 10px #000033;
	top:0px;
	left:0px;
}
	
nav{	
	width:80%;
	background-color:blue;
	height:45px;
	text-align:left;
	display:inline-block;}
	
img {margin-top:0px;
	padding:0px;
	padding-bottom: 30px;
	float:left;}

.persons {
	margin-top: 15px;
}
	
#navmenu{
	float:center;
	margin-top:15px;
	margin-left:150px;}
	
h3 {}

.smallfont {
	font-size:9pt;
	font-family:Verdana, Segoe, sans-serif;
	color:orange;
}

.two {
	width: 30%;
	display: block;
	float:left;
	margin-left: 2%;
}

.three {
	width: 45%;
	display: block;
	float:left;
	margin-left: 2%;
}

.four {
	width: 64%;
	display: block;
	float:left;
	margin-left: 2%;
}
	
.mpwrapper {
	display: block;
	height: auto;
	width: 500px;
}

#mwrap1 {
	display: block;
	height: auto;
	width: 45%;
	float: left;
}

#mwrap2{
	display: block;
	height: 250px;
	width: 250px;
	float: left;
}

#mwrap3 {
	display: block;
	height: 250px;
	width: 250px;
	float: left;
}

#mwrap4 {
	display: block;
	height: 250px;
	width: 250px;
	float: left;
}
	
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:5px;
	margin-top:9px;
	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;
	overflow:auto;
	padding-bottom:100px;
	margin-top:60px;}
	
p {
	margin-top:10px;
	margin-bottom:10px;
}
	
p a:hover {
	text-decoration:underline;}
	
#footer {
		width:100%;
		position:relative;
		margin-top:-100px;
		height:100px;
		
		text-align:center;
		background-color:#d32f2f;
		font-family:Tahoma, Verdana, Segoe, sans-serif;
		font-size:10pt;
		color:white;}
		
.ftrspex {
	display:inline-block;
}