@charset "utf-8";
/* CSS Document */

body { background: #9fb2ca; }
#wrap {
	font-family: Arial;
	font-size: 14px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#topbar {
	background-image: url(mountains.gif);
	height: 160px;
	width: 760px;
}
#addressbar {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	background-color: #000;
	height: 20px;
	width: 760px;
}
.title {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	margin-left: 10px;
}
.subtitle {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #030;
	text-decoration: underline;
}
a {
	font-size: 14px;
	color: #069;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #300;
}
a:hover {
	text-decoration: underline;
	color: #06F;
}
a:active {
	text-decoration: none;
}
.maillink a {
	font-family: Arial;
	font-size: 14px;
	color: #FFC;
	text-decoration: none;
}
.maillink a:hover {
	color: #FFF;
	text-decoration: underline;
}
