body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 	background-image: url('pix/bg_fade_3.jpg');
 	background-repeat: repeat-y;
	background-position: left;
}
body.popup {
	background-image: none;
	background-color: #EEF6FF;
}
a {
	color: #0F4375;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
}
.PopupPanelScroll {
	height: 480px;
	width: 640px;
	overflow: auto;
	padding-right: 8px;
	text-align: justify;
}
.PopupPanelScroll li {
	margin-bottom: 8px;
}
.CurrentPage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #97A2AD;
}
.DottedBg {
	background-image: url(pix/dotted_background_plain.jpg);
}
.SectionHeader {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.LinkSeparator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0F4375;
}
.LeftColumn {
	width: 120px;
	vertical-align: bottom;
}
.BodyText {
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.BodyText2 {
	font-family: Times New Roman, Times, serif;
	font-size: 21px;
	text-align: justify;
	font-style: italic;
	color: #0F4275;
	line-height: 47px;
}
.LinksBg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(pix/links_dotted_background.jpg);
	background-repeat: no-repeat;
}
.LinksRow {
	border-style: solid;
	border-width: 2px 0px 2px 0px;
	border-color: black;
	border-style: groove;
	height: 27px;
}
.ContentBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	line-height: 21px;
}
.Title {
	font-family: "Times New Roman", Times, serif;
	font-size: 23px;
	color: #99CC00;
	text-align: left;
	font-weight: normal;
}
.Subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0F4275;
	font-weight: bold;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #c2d1e4;		/*lightyellow;*/
padding: 5px;
left: -1000px;
border: 1px ridge gray;
visibility: hidden;
color: navy;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 18px; /*position where enlarged image should offset horizontally */
}

