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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		body {
			margin: 0px;
			padding: 0px;
			font-size: 12px;
			font-family: Georgia, Verdana, Times;
			line-height: 2em;
			color: #000000;
			background: url(images/site-BG.gif);
		}
		
		.siteContainer {
			margin-left: auto;
			margin-right: auto;
			width: 754px;
		}
		
		.contentContainer {
			width: 754px;
			background: url(images/content-BG.gif) repeat-y;
		}
		
		.contentBottom {
			width: 754px;
			height: 12px !important;
			height: 8px;
			margin-top: -10px !important;
			margin-top: 0px;
			background: url(images/page-Bottom.gif) no-repeat;
		}
		
		.contentSection {
			margin-left: auto;
			margin-right: auto;
			width: 710px;
		}

		.contentSection a {
			color: #940000;
			text-decoration: none;
		}

		.contentSection a:hover {
			color: #ff0000;
			text-decoration: none;
		}

		.contentSection p {
			margin-left: 20px;
			margin-right: 20px;
		}
		
		.bottomLinks {
			font-family: Tahoma, Arial, Sans-serif;
			font-size: 16px;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		.pageLogo {
			display: block;
			width: 754px;
			height: 225px;
			background: url(images/page-Logo.jpg) no-repeat;
		}
		
		.pageLogo span {
			display: none;
		}

		.gap {
			width: 754px;
			height: 9px;
			font-size: 1px;
			background: url(images/top-gap.gif) no-repeat;
		}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		.navigation {
			height: 35px;
			color: #ffffff;
			font-weight: bold;
			font-size: 14px;
			margin-left: 20px;
			margin-right: 8px;
			text-align: center;
			background: url(images/nav-BG.gif) repeat-x;
		}

		.leftTab {
			display: block;
			float: left;
			width: 35px;
			height: 35px;
			background: url(images/nav-LeftTab2.gif) no-repeat;
		}
		
		.tab {
			display: block;
			float: left;
			height: 35px;
			padding-left: 8px;
			padding-right: 8px;
			background: url(images/nav-CenterTab.gif) repeat-x;
		}
		
		.navtab a {
			color: #ffffff;
			text-decoration: none;
		}

		.navtab a:hover {
			color: #000000;
		}
		
		.rightTab {
			display: block;
			float: left;
			width: 35px;
			height: 35px;
			background: url(images/nav-RightTab2.gif) no-repeat;
		}
		
		.navtab {
		display: block;
		width: 115px;
		float: left;
		clear: none;
			height: 35px;
	
			background: url(images/nav-tab.gif) no-repeat;
		
		}
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		.footer {
			text-align: center;
			color: #929292;
			font-size: 12px;
		}
		
		.footer a {
			color: #ab0e14;
		}

		.footer a:hover {
			text-decoration: none;
		}
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		p.pageHeading {
			margin-left: 5px;
			font-size: 24px;
			color: #b71117;
		}
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// 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 */
		
		.galleryTable
		{
			border: 1px solid #000000;
		}
		.galleryHeader
		{
			background: #4a0000;
		}
		.galleryCell1
		{
			background: #FFFFFF;
		}
		.galleryCell2
		{
			background: #909090;
		}
		.galleryCell1 a img
		{
			border: 1px solid #000000;
			margin: 4px;
		}
		.galleryCell2 a img
		{
			border: 1px solid #FFFFFF;
			margin: 4px;
		}
		.galleryHeader a {
			color: #ffffff;
		}
		.galleryHeader a:hover {
			color: #ff0000;
		}
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/