/*structural elements*/

#whiteBox {
	background:#ffffff;
	position:relative;
	width:760px !important; width:762px;
	border:#666666 1px solid;
	}
	
#container {
	width:710px;
	margin:25px 0 20px 0;
	}
	 
.topBanner { 
	width:710px;
	height:105px;
	background-color:#000000;
	margin-bottom:20px;
	}
	
.clearboth { clear: both; }	

.bottomBanner {
	width:708px !important; width:710px;
	height:22px !important; height:24px;
	border:black 1px solid;
	background-color:#000000;
	margin-bottom:10px;
	}

body {
	text-align:center;
	margin:20px;
	}

.thumbFloat {
	float:left;
	width:150px;
	height:112px;
	margin-right:12px;
}

/*display text elements*/

.titleWhite{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 53px;
	line-height:53px;
	letter-spacing:2px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.titlePink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 53px;
	line-height:53px;
	font-weight: bold;
	letter-spacing:2px;
	color:#FF6699;
	text-decoration:none;
	}

.titleWhiteBottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height:19px;
	letter-spacing:1px;
	color:#FFFFFF;
	text-decoration:none;
	}
	
.titlePinkBottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height:19px;
	font-weight: bold;
	letter-spacing:1px;
	color:#FF6699;
	text-decoration:none;
	}
	
.subTitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:10px;
	/*letter-spacing:1px;*/
	color:#666666;
	text-decoration:none;
	}

.textTitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height:25px;
	font-weight: bold;
	color:#454545;
	}

p.description {
	width:576px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 12px;
	line-height:130%;
	color:#666666;
}

/*linked text elements*/

a.joinLink:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:22px;
	font-weight: bold;
	color:#8D042A;
	text-decoration:none;
	border-bottom: solid #C68295 1px;
}

a.joinLink:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:22px;
	font-weight: bold;
	color:#8D042A;
	text-decoration:none;
	border-bottom: solid #C68295 1px;
}

a.joinLink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:22px;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#FF6699;
	text-decoration:underline;
	border-bottom: solid #FF6699 1px;
}

a.moreLink:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:130%;
	color:#8D042A;
	text-decoration:none;
	border-bottom: solid #C68295 1px;
}

a.moreLink:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:130%;
	color:#8D042A;
	text-decoration:none;
	border-bottom: solid #C68295 1px;
}

a.moreLink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:130%;
	color:#FFFFFF;
	background-color:#FF6699;
	text-decoration:underline;
	border-bottom: solid #FF6699 1px;
}

a.compLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #999999;
	text-decoration:none;
	border-bottom: solid #cccccc 1px;
}

a.compLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #999999;
	text-decoration:none;
	border-bottom: solid #cccccc 1px;
}

.andCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:11px;
	color:#999999;
}