@charset "utf-8";
body {
	background: #0055A6;
	margin: auto;
}
	a:link {text-decoration: none; color: #FFFFFF;}
	a:visited {text-decoration: none; color: #FFFFFF;}
	a:active {text-decoration: none; color: #FFFFFF;}
	a:hover {text-decoration: none; color: #CCCCCC;}
.logo {
	z-index: 5;
	margin: auto;
	position: relative;
	top: 0px;
	width: 514px;
}
.container {
	z-index: 10;
	position: absolute;
	top: 240px;
	left: 0px;
	width: 100%;
	height: 205px;
	background-color: #FFFFFF;
}
.container2 {
	z-index: 10;
	position: absolute;
	top: 115px;
	left: 0px;
	width: 100%;
	height: 400px;
	background-color: #FFFFFF;
}
.bottom {
	z-index: 10;
	position: absolute;
	top: 577px;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
}
.tiles {
	margin-left: auto;
	margin-right: auto;
}
.contacttitle {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0055A6;
}
.temptext {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.contacttext {
	font-family: sans-serif;
	font-size: 16px;
}
.feed {
	z-index: 10;
	margin: auto;
	width: 572px;
	height: 94px;
	padding: 5px;
	overflow-y: scroll;
	background-color: #ffffff;
	font-family: serif;
	font-size: 14px;
}
.feedtitle {
	font-weight: bold;
	font-family: sans-serif; 
	color: #0055a6;
}
.feed A:link {text-decoration: none; font-weight: bold; font-family: sans-serif; color: #0055a6;}
.feed A:visited {text-decoration: none; font-weight: bold; font-family: sans-serif; color: #0055a6;}
.feed A:active {text-decoration: none; font-weight: bold; font-family: sans-serif; color: #0055a6;}
.feed A:hover {text-decoration: none; font-weight: bold; font-family: sans-serif; color: #999999;}

.avnav {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 18px;
	width: 100%;
	background-color: #666666;
	padding: 2px;
	text-align: left;
	z-index: 25;
	font-family: sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	border-width: 1px;
	border-color: #ffffff;
	border-style: solid;
}
.avnav A:link {text-decoration: none; color: #ffffff;}
.avnav A:visited {text-decoration: none; color: #ffffff;}
.avnav A:active {text-decoration: none; color: #ffffff;}
.avnav A:hover {text-decoration: none; color: #999999;}

.temptext A:link {text-decoration: none; color: #000000;}
.temptext A:visited {text-decoration: none; color: #000000;}
.temptext A:active {text-decoration: none; color: #000000;}
.temptext A:hover {text-decoration: none; color: #999999;}
