@charset "utf-8";
	p {
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 12px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	line-height: 150%;
	text-align: left;
		}
.pic {
	padding-right: 5px;
}


	H1 {
	FONT-SIZE: 20px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 8px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	font-weight: normal;
	color: #00467F;
	text-align: left;
	}

	H2 {
	FONT-SIZE: 18px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 8px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	font-weight: bold;
	color: #B52682;
	text-align: left;
	}

	H3 {
	FONT-SIZE: 16px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 6px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	font-weight: bold;
	color: #94B304;
	text-align: left;
	}

	H4 {
	FONT-SIZE: 14px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 4px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	font-weight: normal;
	font-style: italic;
	color: #00929F;
	text-align: left;
	}

	H5 {
	FONT-SIZE: 13px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 3px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	font-weight: bold;
	color: #00929F;
	text-align: left;
	}

	H6 {
	FONT-SIZE: 12px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 3px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: left;
	}

	a {
		TEXT-DECORATION: none;
		color:#000000;
	}

	a:link,
	a:active,
	a:visited {
	TEXT-DECORATION: underline;
	color:#ED6A00;
	text-transform: none;
		}

	a:hover {
	TEXT-DECORATION: underline;
	color:#B75200;
	text-transform: none;
	}

	Input, Select, Textarea {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		mso-fareast-font-family: Arial, Helvetica, Verdana, sans-serif;
		color: 000000;
		text-decoration: none;
		font-size: 12px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;}

	input.submit {
		font-family : Arial, Helvetica, Verdana, sans-serif;
		font-size : 10px;
		text-decoration: none;
		cursor: hand;
		border: 2px solid CACAE2;
		background-color : 00467F;
		color : FFFFFF;
	}

	.title {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		text-decoration : none;}

	.subtitle {
		font-size: 14px;
		font-weight: bold;
		color: 00467F;
		text-decoration : none;}

	BODY {
	MARGIN: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12px;
	}

	BODY, TD {
		COLOR: #000000;
		FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
		FONT-SIZE: 12px;
	}

	.bodysmall {
		font-size: 10px;}

	.bodymedium {
		font-size: 14px;}

	.bodybig {
		font-size: 16px;}

 hr {
  border: 1px solid #eeeeee;
  width: 100%;
}


	#content_area {
		padding-top:0px;
		padding-right:0px;
		padding-left:0px;
		padding-bottom:10px;
	}

	#first_content_item {
		height: 10px;
	}

	#headergraphic {
		padding-top: 0px;
		padding-bottom: 5px;
	}

	#breadcrumbs {
		padding-top:0px;
		padding-bottom:5px;
		padding-left:0px;
		font-size:75%;
	}

	#breadcrumbs a {
		text-decoration:none;
	}
.thumbnail,thumbnail:visited{
	z-index: 0;
	color: #FF6600;
	position: relative;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
	color: ED6A00;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
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: 60px; /*position where enlarged image should offset horizontally */

}
