@charset "UTF-8";
/* CSS Document */

/**
	This will hold the two cells which will have the
	the page's copy and video
*/

.Current_MainTable {
	width:835px;
}

.VideoCell {
	width:340px;
	float:left;
	margin-top:55px;
	margin-right:10px;
	margin-left:35px;
	margin-bottom:25px;
	}

.CenterDivisionCell {
	width:15px;
}

.ImageTextVerticalDivisionCell{
	height:15px;
	width:835px;
	padding-top: 15px;

}

.DescriptionCell {
	width:420px;
	margin-top: 40px;
	float:left;
	margin-left:26px;
}

.Copy {
	text-decoration:none;
	font-style:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #636363;
	letter-spacing:0.06em;
	word-spacing:0.06em;
	text-align:left;
	margin-top:17px;
	line-height: 1.2em;
}

.LargeDescriptionCell {
	width:795px;
	margin-top: 25px;
	float:left;
	margin-left:25px;
    margin-right:15px;
}

.StateName {
	text-decoration:none;
	font-style:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#ff173d;
	letter-spacing:0.06em;
	word-spacing:0.06em;
	text-align:left;
	margin-top:17px;
	line-height: 1.2em;
}

	