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

.downloadTxt1{color: #666666; font-size: 9pt;}
a.downloadTxt1:link { color: #666666; text-decoration: underline;}
a.downloadTxt1:visited { color: #666666; text-decoration: underline;}
a.downloadTxt1:hover { color: #ff24a0; text-decoration: underline;}
a.downloadTxt1:active { color: #666666; text-decoration: underline;}

.downloadTxt2{color: #999999; font-size: 9pt;}

.downloadTxt3{color: #3c9ce6; font-size: 10pt; font-weight:bold;}

.downloadTxt4{color: #3c9ce6; font-size: 9pt; font-weight:bold;}

#freeStuffBg{
	width:500px;
	height:775px;
	background-image:url(../assets/images/freeStuffBg.gif);
}

#freeStuffHeader{
	width:500px;
	height:175px;
}

#freeStuffSplitColumns{
	width:500px;
	height:200px;
	float:left;
}

#freeStuffLeftColumn{
	width:235px;
	padding-left:10px;
	padding-top:10px;
	padding-right:5px;
	padding-bottom:10px;
	float:left;
	text-align:justify;
}

#freeStuffRightColumn{
	width:235px;
	padding-right:10px;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	float:left;
	text-align:justify;
}

#currentDownloads{
	width:500px;
	height:360px;
	background-image:url(../assets/images/areaBg500wide.gif);
	float:left;
}

#currentDownloadsFooter{
	width:500px;
	height:40px;
	background-image:url(../assets/images/subscribeBtnWide.jpg);
	float:left;
}

#currentDownloadsTitle{
	width:374px;
	padding-top:23px;
	text-align:center;
	margin-right:126px;
}

#currentDownloadList{
	width:440px;
	height:260px;
	padding:10px;
	background-image:url(../assets/images/areaBgDownloads2.gif);
	margin: 20px;
}

#currentDownloadTable{
	width:440px;
	height:260px;
	overflow:auto;
}

#downloadPic{
	width:100px;
	margin-right:10px;
	float:left;
}

#downloadTxt{
	width:280px;
	float:left;
	margin-right:10px;
	text-align:left;
}

#currentDownloadsFooterTxt a{
	width:500px;
	height:30px;
	padding-top:10px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	display:block;
}

#currentDownloadsFooterTxt a:hover{
	text-decoration: underline;
}
