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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		body {
			background:url(images/bg.jpg) repeat-x #7a4500;
			}
		
		#container {
			background:#ffffff;
			}
	
		.siteBody {
			background: #ffffff;
			margin: 0px;
			padding: 0px;
		}
		
		.topBorder {
			background: url(images/top-border.gif) repeat-x;
			height: 12px;
		}
		
		.header {
			background: url(images/header-bg.gif) repeat-x;
			height: 168px;
			padding-left: 75px;
		}
		
		.subHeaderBG {
			background: url(images/subheader-bg.gif) top repeat-x;
			height: 193px;
			padding-left: 75px;
		}
		
		.subHeaderBG img {
			padding-top: 10px;
			margin-bottom: 0px !important;
			margin-bottom: -10px;
		}
		
		.contentBG {
			background: url(images/content-bg.gif) repeat-x #4b2a00;
			padding-left: 75px;
		}
		
		.contentContainer {
			color: white;
			font-size: 10pt;
			font-family: trebuchet ms, arial, verdana;
			margin-top: 35px;
			margin-right: 35px;
		}
		
		.contentContainer2 {
			color: white;
			font-size: 10pt;
			font-family: trebuchet ms, arial, verdana;
			margin-top: 15px;
			margin-right: 35px;
		}
		
		.contentContainer h1 {
			font-size: 14pt;
		}
		
		.footer {
			background: url(images/bv-logo.gif) 55px 32px no-repeat #b2753d;
			font-size: 8pt;
			font-family: trebuchet ms, verdana, arial;
			color: #ffffff;
			padding-left: 75px;
		}
		
		.newsbox-Shell {
			margin: 2px;
			border: 1px solid #000000;
			background-color: #ffffff;
			float: right;
			width: 200px;
		}
		
		.newsbox {
			text-align: center;
			margin: 2px;
			padding: 4px;
			background-color: #5a3300;
			color: white;
			font-size: 9pt;
			font-family: trebuchet ms, arial, verdana;
		}
		
		.newsbox a {
			color: #c0c0c0;
		}
		
		.newsbox a:hover {
			color: #ffffff;
			text-decoration: none;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		.navTop {
			height: 193px;
			background: url(images/nav-main-bg.gif) repeat-y;
		}
		.navItem {
			background: url(images/nav-bg.gif) repeat-y;
		}
		.navItem a {
			display: block;
			height: 28px;
			width: 217px;
			font-family: Trebuchet MS, Arial;
			font-size: 12pt;
			padding-left: 10px;
			padding-top: 7px;
			margin-bottom: 0px !important;
			margin-bottom: -14px;
			text-align: left;
			background: #ffffff;
			color: #454545;
			text-decoration: none;
		}
		
		.navItem a:hover {
			background: url(images/nav-hilite.gif) repeat-x;
			color: #794400;
			text-decoration: none;
		}
		
		.navIndent {
			margin-left: 35px;
		}
		
		.navLeftBG {
			background: url(images/nav-left-border-bg.gif) repeat-y;
		}
		
		.navRightBG {
			background: url(images/nav-right-border-bg.gif) repeat-y;
		}
		
	/*//---------------------------------------------*/
	/*// 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
	{
		color: #ffffff;
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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