﻿body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	font-size: small;
}
h1 {
	width: 100%;
	text-align: center;
	color: #007165;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}
.style1 {
	font-size : large;
	color: #ffffff;
	padding: 10px 4px 10px 4px;
}
.menu {
	color: black;
	text-decoration: none;
}
.menu:hover {
	color: #007165;
}
a {
	color: #007165;
	text-decoration: underline;
}
.header {
	height: 141px;
	background-image: url('images/header.jpg');
	width: 100%;
	position: absolute;
	left: 0px;
	top: -20px;
	background-repeat: no-repeat;
}
.swallow {
	position: absolute;
	left: 30px;
	top: 25px;
}
.swalename {
	right: 50px;
	position: absolute;
	top: 90px;
	font-size: xx-large;
}
.menubanner {
	position: absolute;
	top: 115px;
	left: 0px;
	width: 100%;
	background-color: black;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menubannerlink {
	color: white;
	text-decoration: none;
}
.menubannerblank {
	width: 10px;
	background-color: white;
}
.twocolumncell
{
	width: 50%;
	border:1px #FB5A24 solid;
	background-color:#EEEEEE;
}