@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../resources/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	color: #0066FF;
	font-size: 0.9em;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
}
#head {
	height: 141px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	padding-bottom: 0.6em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}
#head img {
	float: left;
}
#headright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0066FF;
}
#nav {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../resources/navbg.gif);
	background-repeat: repeat-x;
	height: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
	text-align: center;
}
#navlist ul {
	margin: 1ems;
	padding: 0px;
	list-style-type: none;
}
#navlist  ul li {
	display: inline;
}
#navlist  ul  li  a {
	list-style-type: none;
	padding-top: 0.2em;
	padding-right: 1em;
}
#navlist ul li a:hover {
	color: #0099FF;
}
#copy {
	font-size: 1em;
	width: 800px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
#prcopy {
	width: 800px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
#phead {
	width: 800px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}
#product img {
	float: left;
}
#copy img {
	float: right;
}
#product p {
	text-align: center;
}
#product {
	width: 800px;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
}
#nav1 {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#map {
	float: right;
	height: 400px;
	width: 550px;
}
#copyleft {
	float: left;
	width: 250px;
}
