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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		body {
			color: #ffffff;
			font-family: Georgia, Times, 'Times New Roman';
			font-size: 14px;
			line-height: 1.5em;
			background-color: #646f73;
		}
		
		.siteContainer {
			margin-left: auto;
			margin-right: auto;
			width: 740px;
		}

		.siteHeader {
			width: 740px;
			height: 356px;
			background: url(images/header-bg.jpg) #ffffff no-repeat;
			margin-bottom: 6px;
		}
		
		.headerFlash {
			float:right;
		}
		
		.siteContent {
			width: 696px;
			padding: 22px;
			background-color: #061137;
		}
		
		.siteFooter {
			width: 724px;
			line-height: 1em;
			padding: 8px;
			color: #011847;
			font-family: Arial, Verdana, Helvetica;
			font-size: 9px;
			background-color: #ffffff;
		}
		
		.siteFooter a {
			color: #061137;
			text-decoration: none;
		}

		.siteFooter a:hover {
			color: #778286;
			text-decoration: none;
		}
		
		a {
			color: #778286;
		}
		
		a:hover {
			color: #ffffff;
		}
		
		.talkBox {
			height: 179px;
			width: 275px;
			color: #061137;
			border: 1px solid #4f4f4f;
			background-color: #ffffff;
		}

		.talkBox i {
			font-size: 18px;
			color: #646f73;
		}
		
		.talkBox a {
			font-size: 9px;
			color: #061137;
			text-decoration: none;
		}

		.talkBox a:hover {
			text-decoration: underline;
		}

		a.darkLink {
			color: #061137;
			text-decoration: none;
		}

		a:hover.darkLink {
			text-decoration: underline;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		.pageHeading {
			font-size: 22px;
			color: #778286;
			padding-bottom: 6px;
			border-bottom: 4px solid #ffffff;
		}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		.navBlock {
			position: relative;
			top: 115px;
			left: 22px;
			padding-top: 14px;
			width: 308px;
			background: url(images/nav-bg.gif) #ffffff repeat-x;
			float:left;
		}
 
		.navBlock a .navItem {
			width: 275px;
			border: 1px solid #646f73;
			color: #011847;
			text-align: center;
			background-color: #ffffff;
			margin: 0px auto 10px auto;
		}

		.navBlock a:hover .navItem {
			color: #ffffff;
			background-color: #061137;
		}
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// 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
	{
		font-size: 12px;
		color: #ffffff;
		background-color: #162147;
		border: 1px solid #c0c0c0;
	}
	.tableRow1 {
		background-color: #263157;
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
		font-weight: bold;
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		

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