@charset "utf-8";
body {
	background-color: #68a69b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.bannerborder {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #ffffff;
	width: 986px;

}
.lgheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: bold;
	color: #000000;
	position: relative;
	top: -30px;
}
.medheading {
	font-size: 18px;
	font-weight: bold;
	color: #006666;
}

.footer {
	border: thick solid #000000;
	width: 986px;
	background-color: #FFFFFF;
	font-weight: bold;
}
.content {
	width: 986px;
	background-color: #FFFFFF;
	text-align: left;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}


ul#list-nav {
list-style:none;
margin:20px;
padding:0;
width:790px;

}
ul#list-nav li {
display:inline;
}

ul#list-nav li a {
	text-decoration:none;
	font-variant:small-caps;
	font-weight:bold;
	font-size:12px;
	padding:4px 0;
	width:90px;
	
	background:#68a69b;
color:#ffffff;
	float:right;
	text-align:center;
	vertical-align: middle;
	border-top-width: 4px;
	border-left-width: 4px;
	border-top-style: groove;
	border-left-style: groove;
	border-top-color: #006655;
	border-left-color: #006655;
}

ul#list-nav li a:hover {
background:#ffffff;
	color:#006655;
}

a:link {
	
	color: #006666;
	text-decoration: none;
}
a:hover {
	color: #68a69b;
	text-decoration: underline;
}
a:visited {
	
	color: #4400cc;
	text-decoration: none;
}
.pixpadding {
	border: thick double #000000;
	margin: 10px;
}

html {
  overflow-y: scroll;
}