@charset "utf-8";

#logo {
	margin: 7px 0 0 10px;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 175px;
	border: 0;
}
#wings {
	width: 165px;
	border: 0;
	padding: 0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}
#address {
	margin: 7px 0 0 10px;
	width: 175px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	border: 0;
	padding-bottom: 0;
}
.titles {
	margin: 7px 0 0 10px;
	width: 175px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	border: 0;
	padding-bottom: 0;
}
.titles a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	padding-top: 0;
	margin: 0;
}
.titles a:hover {
	cursor: pointer;
	text-decoration: none;
	color: yellow;
}
.titles a:focus {
	text-decoration: none;
	white-space: nowrap;
	outline-style: none;
}
.titles a:visited {
	text-decoration: none;
	white-space: nowrap;
}
.email a {
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
	padding-top: 0;
	margin: 0;
}
.email a:hover {
	cursor: pointer;
	text-decoration: none;
	color: yellow;
}
.email a:focus {
	text-decoration: none;
	white-space: nowrap;
	outline-style: none;
}
.email a:visited {
	text-decoration: none;
	white-space: nowrap;
}

#menubar {
	margin: 10px 0 0 10px;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: 175px;
	border: 0;
}
#menubar ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menubar li {
	margin-bottom: 3px;
	padding: 0;
	list-style-type: none;
	font-size: 0.71em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: default;
	color: #FFFFFF;
	background-color: #003366;
}
#menubar li a {
	color: #000000;
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #003366;
	padding: 4px 0;
	margin: 0;
}
#menubar li a:hover {
	color: #000000;
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}
#menubar li a:visited {
	text-decoration: none;
	white-space: nowrap;
}
#menubar li a:focus {
	text-decoration: none;
	white-space: nowrap;
	outline-style: none;
}
#menubar p {
	margin: 0;
	padding: 4px 0;
}
#menubar li.email a {
	color: #FFFFFF;
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #003366;
	padding: 4px 0;
	margin: 0;
}
#menubar li.email a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
}
#menubar li.email a:visited {
	text-decoration: none;
	white-space: nowrap;
}
#menubar li.email a:focus {
	text-decoration: none;
	white-space: nowrap;
	outline-style: none;
}

