@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Gill Sans MT, Arial, sans-serif;
	font-size: medium;
	color: #FFFFFF;
}
#container {
	width: 780px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
#navBar {
	background-color: #71cbff;
	text-align: center;
	padding: 10px;
}
#navBar ul {
	margin: 0px;
	padding: 0px;
}
#navBar li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#navBar a {
	font-size: 90%;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#navBar a:hover {
	font-size: 90%;
	font-weight: bold;
	color: #006690;
	text-decoration: none;
}
#footer {
	text-align: center;
	clear: both;
	background-color: #71CBFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contact  {
	font-size: 90%;
	color: #FFFFFF;
	background-color: #00425E;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#contact  p  {
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#contact  a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
#contact  a  {
	color: #FFFFFF;
}

body {
	background-color: #006690;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(BGtile09.jpg);
	background-repeat: repeat;
}
#footer ul {
	padding: 0px;
	margin: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#footer a {
	font-size: 90%;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#footer a:hover {
	font-size: 90%;
	font-weight: bold;
	color: #006690;
	text-decoration: none;
}
#content {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 10px;
}
a {
	text-decoration: none;
	color: #71CBFF;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:hover {
	color: #71CBFF;
	text-decoration: underline;
}
.imageRight {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.imageLeft {
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
}

