<!--
body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#tel {
	width: 800px;
	height: 20px;
	margin: auto;
	margin-bottom: 0px;
	padding: 0px;
	text-align: right;
}

#tel p {
	margin: 0px 5px;
	font-size: 13px;
	font-weight: bold;
	color: #1DA3D8;
}

#top {
	width: 800px;
	height: 102px;
	margin: auto;
	margin-top: 0px;
	padding: 0px;
	background-image:  url(../imagesMisc/GPSStop.gif);
	background-repeat: repeat-x;
	text-align: right;
}

#top p {
	margin: 0px 40px;
	padding-top: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#top a:link { color: #FFFFFF; text-decoration: none}
#top a:visited { color: #FFFFFF; text-decoration: none}
#top a:hover { color: #FFFFFF; text-decoration: underline}
#top a:active { color: #FFFFFF; text-decoration: underline}

#menu {
	width: 750px;
	height: 20px;
	margin: auto;
	padding: 0px;
	border: #18489F solid;
	border-width: 0px 0px 2px 0px;
	text-align: right;
}

#designOutHome {
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

#designHome {
	width: 800px;
	height: 150px;
	margin: auto;
	padding: 0px;
}

#designOutInternal {
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}

#designInternal {
	width: 800px;
	height: 70px;
	margin: auto;
	padding: 0px;
	background-image:  url(../imagesMisc/GPSSinternalDesign.jpg);
	background-repeat: no-repeat;
	text-align: left;
}

#designInternal p {
	margin-left: 25px;
	padding-top: 35px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#designInternal .smaller {
	font-size: 14px;
}

#topLink {
	width: 800px;
	margin: auto;
	padding: 0px;
	clear: right;
	text-align: right;
	font-size: 11px;
	color: #717171;
}
#topLink a:link { color: #717171; text-decoration: none}
#topLink a:visited { color: #717171; text-decoration: none}
#topLink a:hover { color: #18489F; text-decoration: none; font-weight: bold}
#topLink a:active { color: #18489F; text-decoration: none; font-weight: bold}

#toolbar {
	width: 800px;
	height: 25px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 2px 0px 0px 0px;
	background-color: #9CD6E8;
	border: #E6E9EC 1px solid;
	font-size: 12px;
	font-weight: bold;
	color: #18489F;
	text-align: center;
}
#toolbar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#toolbar li{
	display: inline;
	margin: 0px 35px;
}
#toolbar img{
	margin-right: 5px;
	border: 0px;
	vertical-align: middle;
}
#toolbar a:link { color: #18489F; text-decoration: none}
#toolbar a:visited { color: #18489F; text-decoration: none}
#toolbar a:hover { color: #FFFFFF; text-decoration: none; font-weight: bold}
#toolbar a:active { color: #FFFFFF; text-decoration: none; font-weight: bold}

#foot {
	width: 800px;
	height: 70px;
	margin: auto;
	padding: 0px;
 	font-size: 12px;
 	text-align: center;
 	color: #717171;
}
#foot p{
	margin-left: 0px;
}
#foot a:link { color: #18489F; text-decoration: none}
#foot a:visited { color: #18489F; text-decoration: none}
#foot a:hover { color: #18489F; text-decoration: underline}
#foot a:active { color: #18489F; text-decoration: underline}
-->