/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
	.mainTable{
		width: 740px;
		margin: 0 auto;
	}
	
	.rightContent{
		width: 207px;
		border-left: 1px solid #d6d6d6;
		background: #f0f0f0;
		vertical-align: top;
		font-size: 12px;
		color: #000000;
		font-family: Arial;
	}
	
	.contentCell{
		vertical-align: top;
		width: 533px;
	}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
	.title{
		width: 100%;
		height: 54px;
		background: url(images/title-bg.jpg) repeat-x;
	}
	.titleText{
		font-family: Arial;
		font-size: 18pt;
		font-weight: bold;
		color: #000000;
		padding: 8px;
	}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
	.footerCell{
		width: 740px;
		height: 63px;
		background: url(images/footer-bg.jpg) repeat-x;
		border-top: 1px solid #d6d6d6;
	}
	
	.footerTable{
		margin-left: 10px;
		color: #6e6e6e;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	.footerText{
		padding-left: 5px;
	}
	
	.footerText a{
		color: #5a0508;
	}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
	.contentPadding{
		padding: 15px;
	}
		
	.featuredVideo{
		width: 100%;
		height: 77px;
		margin: 10px 0;
		font-family: Arial;
	}
	
	.featuredVideo a{
		color: #6699CC;
	}
	
	.featuredVideo-thumbnail{
		width: 105px;
		padding: 3px;
	}
	
	.featuredVideo-title{
		color: #6699cc;
		font-size: 16px;
		font-weight: bold;
		vertical-align:top;
		height: 50px;
	}
	
	.featuredVideo-time{
		color: #606060;
		font-size: 12px;
	}
	
	.featuredVideo-time strong{
		color: #000000;
		font-size: 12px;
		font-weight: bold;
	}
	
	.featuredVideo-posted{
		color: #606060;
		font-size: 12px;
	}
	
	.featuredVideo-posted strong{
		color: #000000;
		font-size: 12px;
		font-weight: bold;
	}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
	a{
		color: #5a0508;
	}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
	.contenthr{
		height: 2px;
		width: 100%;
		background: url(images/content-hr.jpg) no-repeat;
	}
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/