﻿.searchword {
	background-color: #FFFF00;
}
.thumbnail {
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span {
	/*CSS for enlarged image*/
position: absolute;
	visibility: hidden;
	left: -1000px;
}
.thumbnail:hover span {
	/*CSS for enlarged image on hover*/
visibility: visible;
	top: 320px;
	left: 100px; /*position where enlarged image should offset horizontally */;
	position: fixed;
}
div.footer {
	margin: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
div.footer a {
	color: #000000;
}
div.footer a:active {
	color: #0000FF;
}
div.footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}
div.columnbar {
	border: thin none #99CCFF;
	font-size: small;
	font-weight: bold;
	vertical-align: middle;
}
div.columnbar a {
	color: #000000;
	text-decoration: none;
}
div.columnbar a:hover {
	color: #0000FF;
	text-decoration: underline;
}
div.important {
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
div.important a {
	color: #CC3300;
}
div.important a:hover {
	color: #0000FF;
}
.columnborder {
	border: thin solid #99CCFF;
}
.centre {
	text-align: center;
}
.right {
	text-align: right;
}
img {
	border-style: none;
}
img a {
	border-style: none;
}
li {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	margin-bottom: .5em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color: #000000;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
h1 {
	font-size: xx-large;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
}
h2 {
	font-size: large;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
}
h3 {
	font-size: medium;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
h4 {
	font-size: medium;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
h5 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	vertical-align: middle;
	line-height: 20px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
.noindentcircle {
	list-style-type: circle;
	margin-left: 15px;
	padding-left: 5px;
}
.noindentdot {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 15px;
}
.noindentnumber {
	list-style-type: decimal;
	margin-left: 15px;
	padding-left: 15px;
}
.imgborder {
	margin: 3px;
	border: medium solid #6699FF;
	width: inherit;
	height: inherit;
}
.imgborder100 {
	margin: 3px;
	border: medium solid #6699FF;
	height: 100px;
	width: auto;
}
.imgborder250 {
	margin: 3px;
	border: medium solid #6699FF;
	height: 250px;
	width: auto;
}
.imgnoborder {
	margin: 3px;
	border-style: none;
	width: inherit;
	height: inherit;
}
.blubgrddwt {
	background-color: #99CCFF;
}
.dblubgrddwt {
	background-color: #6699FF;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-size: small;
	font-weight: bold;
}
.footer {
	color: #000000;
}
.plightcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #000000;
	font-weight: bold;
}
.important {
	font-weight: bold;
	color: #CC3300;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.important a {
	color: #CC3300;
}
.important a:hover {
	color: #000000;
}
pwithbluebackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
}
.bluetext {
	text-align: center;
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.whtbgrddwt {
	background-color: #FFFFFF;
}



#navcontainer {
}
#navlist {
	background-color: #FFFFFF;
	list-style-type: decimal;
	margin-left: 15px;
	padding-left: 15px;
	color: #000000;
}
#navlist a {
	color: #0000FF;
}
#subnavlist {
	padding: 5px 15px 5px 15px;
	margin: 5px 15px 5px 0px;
	color: #000000;
	background-color: #99CCFF;
	list-style-type: none;
}
#subnavlist a {
	color: #0000FF;
	background-color: #99CCFF;
}

