@charset "utf-8";
html {
overflow-y: scroll;
}
body {
	background-color: #003d5e;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.Content {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 0px;
}
.Menu {
	width: 750px;
	position: absolute;
	top: 119px;
	left: 9px;
}
.Heading {
	height: 151px;
	width: 970px;
}
.ContentWell {
	width: 940px;
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 15px;
	font-size: 10pt;
}
.Footer {
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 8pt;
}
.Footer a {
	color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 16pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}


.ContentWell p {
	line-height: 16pt;
}
.ContentWell a {
	color: #003D5E;
}
.ImgBorder {
	border: 1px ridge #CCCCCC;
	padding: 1px;
	margin-left: 5px;
}
.SearchFor {
	font-size: 10px;
	width: 160px;
	top: 120px;
	position: absolute;
	right: 8px;
	text-align: right;
}
.SearchGo {
	font-size: 9pt;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#srchResult iframe {
	width: 940px;
} 
.ThumbTable {
	text-align: center;
}
.ThumbTable img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.ImgTable a{
	text-decoration: none;
}
