@charset "UTF-8";

* {
	padding: 0;
	border: 0;
}

.containerBox {
	height: 665px;
	width: 780px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
}
.titleBox {
	float: left;
	height: 665px;
	width: 250px;
	margin-right: 30px;
}
.contentBox {
	float: right;
	height: 665px;
	width: 500px;
}
.navigationBox {
	height: 26px;
	width: 471px;
	margin-top: 34px;
}
.subNavigationBox {
	height: 95px;
	width: 293px;
	margin-left: 87px;
	vertical-align: top;	
}
.copyBox {
	float: none;
	height: 418px;
	width: 470px;
	margin-top: 35px;
	overflow: auto;
}
.termscopyBox {
	float: none;
	height: 243px;
	width: 470px;
	margin-top: 35px;
	overflow: auto;
	margin-bottom: 20px;	
}
.leftFooterBox {
	height: 20px;
	width: 308px;
	float: left;
}
.rightFooterBox {
	height: 20px;
	width: 163px;
	float: left;
}
#headingCopy {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 17.5px;
	color: #000000;
	padding-bottom: 8px;
}

#bodyCopy {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: 17.5px;
	color: #000000;
}
#bodyCopy a:link {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: 17.5px;
	color: #000000;
	text-decoration: none;
}
#bodyCopy a:visited {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: 17.5px;
	color: #000000;
	text-decoration: none;
}
#bodyCopy a:hover {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: 17.5px;
	color: #oooooo;
	text-decoration: underline;
}
#bodyCopy a:active {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: 17.5px;
	color: #000000;
	text-decoration: underline;
}
#footerCopy {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	color: #666666;
}
#footerCopy a:link {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	color: #666666;
	text-decoration: none;
}
#footerCopy a:visited {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	color: #666666;
	text-decoration: none;
}
#footerCopy a:hover {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	color: #666666;
	text-decoration: underline;
}
#footerCopy a:active {
	font-family: arial;
	font-size: 10px;
	font-style: normal;
	font-weight: 100;
	color: #666666;
	text-decoration: underline;
}
.containerBox .contentBox .subNavigationBox img {
	display: block;
	vertical-align: bottom;
}
#indentedText {
	margin-left: 25px;
	margin-bottom: 3px;
}

