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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		a {
			text-decoration: none;
		}

		body {
			margin: 0px;
			padding: 0px;
			font-family: Arial, Verdana, Sans-serif;
			background: url(images/body-BG.gif) repeat-x #0b0c28;
		}

		.bodyBlock {
			margin-left: auto;
			margin-right: auto;
			width: 738px;
		}

		.topBlock {
			width: 738px;
		}

		.bodyLogo span {
			display: none;
		}

		.midBand {
			clear: both;
			width: 738px;
			height: 31px;
			background: url(images/spacer-top.gif) no-repeat;
		}

		.bodyContent {
			color: #161857;
			background: #ffffff;
			padding: 0px 10px 10px 10px;
			font-family: Verdana, Arial, Sans-serif;
			font-size: 11px;
			line-height: 2em;
		}
		
		.subNav  {
			color:#fff;
			font-size:12px;
			z-index:20;
			margin-bottom:-20px;
		}
		
		a.subNavLink  {
			color:#fff;
		}
		
		a.subNavLink:hover  {
			color:#86000D;
		}
		
		
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		.bodyLogo {
			display: block;
			float: left;
			height: 228px;
			width: 370px;
			background: url(images/site-logo.jpg) no-repeat;
		}

	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		.navBlockA {
			float: left;
			padding-top: 22px;
			width: 184px;
		}

		.navBlockB {
			float: right;
			padding-top: 22px;
			width: 184px;
		}

		.navBottom {
			float: left;
			width: 368px;
			height: 40px;
			background: url(images/nav-BG.jpg) bottom #edeef2 repeat-x;
		}

		a .topNavItem {
			display: block;
			color: #161857;
			font-weight: bold;
			font-size: 12px;
			padding-top: 13px;
			padding-left: 32px;
			margin-bottom: -13px;
			margin-right: 0px !important
			margin-right: -32px;
			width: 184px;
			height: 40px;
			background: url(images/nav-top-up.gif) no-repeat;
		}
		
		a:hover .topNavItem {
			display: block;
			color: #a50010;
			background: url(images/nav-top-over.gif) no-repeat;
		}

		a .navItem {
			display: block;
			color: #161857;
			font-weight: bold;
			font-size: 12px;
			padding-top: 13px;
			padding-left: 32px;
			margin-bottom: -13px;
			margin-right: 0px !important
			margin-right: -32px;
			width: 184px;
			height: 40px;
			background: url(images/nav-mid-up.gif) no-repeat;
		}
		
		a:hover .navItem {
			display: block;
			color: #a50010;
			background: url(images/nav-mid-over.gif) no-repeat;
		}

		a .btmNavItem {
			display: block;
			color: #161857;
			font-weight: bold;
			font-size: 12px;
			padding-top: 13px;
			padding-left: 32px;
			margin-bottom: -13px;
			margin-right: 0px !important
			margin-right: -32px;
			width: 184px;
			height: 46px;
			background: url(images/nav-bottom-up.gif) no-repeat;
		}
		
		a:hover .btmNavItem {
			display: block;
			color: #a50010;
			background: url(images/nav-bottom-over.gif) no-repeat;
		}

		a .staffButton {
			display: block;
			text-align: left;
			width: 340px;
			height: 138px;
			color: #ffffff;
			background: url(images/meetStaff-btn-up.jpg) no-repeat;
		}

		a:hover .staffButton {
			background: url(images/meetStaff-btn-over.jpg) no-repeat;			
		}
		
		a {
			color: #a50010;
			font-weight: bold;
		}
		
		a:hover {
			color: #161857;
		}
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		.footerContainer {
			margin-left: auto;
			margin-right: auto;
			font-family: Verdana, Arial, Sans-serif;
			font-size: 11px;
			color: #ffffff;
			width: 738px;
		}
		
		.footerLeft {
			float: left;
			
			margin-top: 1em;
			margin-left: 18px;
			width: 319px;
		}
		
		.footerRight {
			float: left;
			margin-top: 2em;
			width: 399px;
			font-family:verdana,'Trebuchet MS',arial;
			font-size:10px;
		}
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		.headerLineOne {
			font-family: Charcoal, Impact, sans-serif;
			font-size: 22px;
			color: #161857;
			text-align: center;
		}
		
		.headerLineTwo {
			font-family: Charcoal, Impact, sans-serif;
			font-size: 22px;
			color: #a50010;
			text-align: center;
			background: url(images/mid-line.gif) 0px 6px repeat-x;
		}
		
		.headerLineTwoWhiteBG {
			background: #ffffff;
			padding-left: 12px;
			padding-right: 12px;
		}
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		.letterHead-top {
			width: 637px;
			height: 198px;
			background: url(../images/letterHead-top.gif) no-repeat;
		}
		
		.letterHead-bottom {
			width: 637px;
			height: 39px;
			background: url(../images/letterHead-bottom.gif) no-repeat;
		}
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
		font-weight: bold;
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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