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

body {
	background-color: #E4ECF7;
	font-family: Garamond;
}
a {
	font-family: Garamond;
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CC0000;
}
#footer a:link {
	font-family: Garamond;
	font-size: 16px;
	color: #666666;
}
#footer a:hover {
	font-family: Garamond;
	font-size: 16px;
	color: #CC0000;
}
#footer a:visited {
	font-family: Garamond;
	font-size: 16px;
}
#header a:link {
	font-size: 20px;
	color: #666666;
	font-family: Garamond;
	padding-left: 10px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#header a:hover {
	font-size: 20px;
	color: #CC0000;
	font-family: Garamond;
	padding-left: 10px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#header a:visited {
	font-size: 20px;
	font-family: Garamond;
	padding-left: 10px;
	padding-right: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.bodyText {
	font-family: Garamond;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
}
.pageTitle {
	font-family: Garamond;
	font-size: 20px;
	color: #0F0777;
	font-weight: bold;
}
#body a:link{
	font-size: 24px;
	color: #666666;
	font-family: Garamond;
	padding-right: 10px;
}
#body a:hover {
	font-size: 24px;
	color: #CC0000;
	font-family: Garamond;
	padding-right: 10px;
}
#body a:visited{
	font-size: 24px;
	font-family: Garamond;
}
.headerTable {
	background-image: url(images/findhornbay.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mouseOver {
	font-family: Garamond;
	font-size: 14px;
	color: #0F0777;
}

#mainnav {
	width: 800px;
	font-family: 
}

#mainnav td {
	width: 33%;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

#mainnav td.last {
	width: 34%;
}

#mainnav td a:link, #mainnav td a:visited {
	color: #777;
	display: block;
	text-decoration: none;
	font-size: 1.4em;
	line-height: 1em;
	border-right: 1px solid #777;
}

#mainnav td.last a:link, #mainnav td.last a:visited {
	border-right: 0px;
}

#mainnav td:hover {
	background: #fff;
}
