@charset "utf-8";
/* CSS Document */
.PageFrame{
	position: relative;
	background-color: #FFF;
	width: 1200px;
	margin-left:auto;
	margin-right: auto;
	z-index: 2;
	height: 1520px;
}
.TextBox{
	Position: absolute;
	top: 440px;
	left: 150px;	
	width: 900px;
	z-index: 10;
	}
.Text{
	font-family: "MS Serif", "New York", serif;
	font-size:14px;
	line-height: 25px;
	color: #000;	
}
Table{
	position:absolute;
	top: 650px;
	left: 250px;
	border-style:solid;
	border-width: medium;
	border-color: #069;
	font-family:"MS Serif", "New York", serif;
	font-size: 16px;
	background-color: #F9F9F9;
	border-radius: 8px;
	width: 700px;
	}
.Row1{
	font-size:20px;
	line-height: 28px;
	text-align: center;
	background-color: #9CC;
}
td{
	border-style:solid;
	border-width: thin;
	border-color:#069;
	background-color:#FFF;
	vertical-align: top;

}
.tdright{
	position: relative;
	
}
.DoublePhotoFrame{
	position: absolute;
	top: 1480px;
	width: 815px;
	left: 170px;
	height: 425px;
	border-style:solid;
	border-width: medium;
	border-color:#069;
	padding: 5px;
	background-color:#F9F9F9;
	border-radius: 8px;
}
.Img1{
	width: 400px;
	height:425px;
	float: left;
}
.Img2{
	width: 400px;
	height:425px;
	float: right;
}
.SinglePhotoFrame{
	position: absolute;
	top: 1965px;
	width: 425px;
	left: 365px;
	height: 350px;
	border-style:solid;
	border-width: medium;
	border-color:#069;
	padding: 5px;
	background-color:#F9F9F9;
	border-radius: 8px;
}
.Img3{
	width: 425px;
	height: 350px;
	text-align:center;
}
.trisquarerepeated{	
}
.GrayTriSquareFrame{
	position: absolute;
	top: 205px;
	left: 0px;
}
.YourStratFrame{
	position: absolute;
	top: 250px;
	left: 100px;
}
.MenuButtonsTwoFrame{
	Position: absolute;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 1400px;	
	border-top-style:dotted;
	border-top-width: thin;
	border-top-color: #999;
}
.SpecificMenuButtonTwo{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #36F;
	}
.ContactInfoFrame{
	width: 400px;
	position: absolute;
	top: 1425px;
	left: 400px;
	}
.ContactInfoFrameLeft{
	float: left;
}
.ContactInfoFrameRight{
	float: right;
}
.ContactText{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 22px;
	color: #000;}
.Copy{
	Position: absolute;
	top: 1500px;	
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size:12px;
}
.List{
	padding-top: 15px;
}
.LinkFrame{
	position: relative;
	padding-left: 5px;
}
.Link{
	position: relative;
	line-height:14px;
	left: 15px;
	top: -12px;
	font-family: "MS Serif", "New York", serif;
	font-size:15px;
	color: #000;
	}
.ActualLink{
	font-family: "MS Serif", "New York", serif;
	font-size:15px;
	color: #069;
	text-decoration: underline;
	}

.Bullet{
	position:relative;
	height: 6px;
	width: 6px;
	border: 1px groove #069;
	border-radius: 12px;
	background-color:#000;
}