/* CSS Document */

#mainField {
	height: 100%;	/* fix the Win32 IE float bug */
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 90px;  /* padding set to accommodate page banner graphic */
	background-image: url(../images/header_04.png);
	background-repeat: no-repeat;
	background-position: inherit;
	valign: top;
	color: #000;
	width: 625px; /*body text width */
	min-height: 350px; /*Firefox hack to manage long page when shifting to the left */
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#nestArticle {
	float: left;
	width: 240px;
	padding-right: 5px;
	margin-left: 10px;
}
#nestArticle h2 {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #509492;
}
#nestArticle p {
	font-family: Trebuchet, Tahoma, sans-serif;
	margin-top: -6px;
	font-size: 10px;
	font-style: normal;
	color: #509492;
}
#nestArticleRight {
	float: left;
	width: 240px;
	padding-right: 5px;
	margin-left: 10px;
}
#nestArticleRight h2 {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #509492;
}
#nestArticleRight p {
	font-family: Trebuchet, Tahoma, sans-serif;
	margin-top: -6px;
	font-size: 10px;
	font-style: normal;
	color: #509492;
}
#nestDouble {
	float: left;
	width: 480px;
	margin-top: 5px;
	padding-right: 0px;
	margin-left: 10px;
}
#nestDouble h2 {
	font-family: Trebuchet, Tahoma, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #509492;
}
#nestDouble p {
	font-family: Trebuchet, Tahoma, sans-serif;
	margin-top: -6px;
	font-size: 10px;
	font-style: normal;
	color: #509492;
}
	
#Layer2 {
	position:absolute;
	width:125px;
	height:193px;
	z-index:1;
	left: 701px;
	top: 483px;
}
img.miniPhoto {
	padding-left: 6px;
	padding-right: 6px;
	height: 72px;
	width: 72px;
}
-->