body {
	margin-top: 25px;
	margin-left: 10%;
	margin-right: 10%;
	font: small sans-serif;
}

div.header {
	text-align: center;
}

div.techlist {
	clear: both;
	margin-top: 40px;
}

hr {
	clear: both;
	background-color: #324a7a;
}

img {
	border: none;
}

img.instructions {
	text-align: center;
	display: block;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

h1 {
	font-size: medium;
}
	
img.techlist {
	float: right;
	margin-bottom: 40px;
	margin-left: 10px;
}

p.navbar {
	width: 100%;
	background: #89c5e1;
	border-style: solid;
	/* IE renders border-width thin wider than Moz */
	border-width: 1px;
	border-color: #324a7a;
	word-spacing: 15px;
	text-align: center;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	clear: both;
}

p.navtitle {
	width: 100%;
	background: #89c5e1;
	border-style: solid;
	/* IE renders border-width thin wider than Moz */
	border-width: 1px;
	border-color: #324a7a;
	text-align: center;
	color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	clear: both;
	font-size: medium;
	font-weight: bold;
}


a:link {
	color: #324a7a;
	text-decoration: none;
}
	
a:visited{
	color: #89c5e1;
	text-decoration: none;
} 
	
a:visited.navbar {
	color: #324a7a;
}

a:hover {
	text-decoration: underline;
}


hr {
	/* IE and Moz use color or background... */
	color: #324a7a;
	background: #324a7a;
	height: 1px;
}

