/*//---------------------------------------------*/
/*// 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('/os/resources/media/bodybg.jpg') repeat-x #fff;
			vertical-align:top;
			color:#79808a;
		}
		
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		.headerDiv
		{
			background: url('/os/resources/media/header.jpg') no-repeat top center;
			margin: 0px auto 0px auto;
			width:100%;
			vertical-align:top;
			padding: 213px 0px 0px 0px;
		}
		.mainTable
		{
			margin: 0px auto 0px auto;
			width:830px;
			vertical-align:top;
		}
		.mainTable
		{
			font-size:18px;
			font-family: 'trebuchet ms', Arial, sans-serif;
			color:#79808a;
			vertical-align:top;
		}
		
		.mainTable tr td.form
		{
			font-size:14px;
			font-family: 'trebuchet ms', Arial, sans-serif;
			color:#79808a;
			vertical-align:top;
			padding-top:20px;
		}
		
		.otherside input, .otherside label, .otherside select
		{
			font-size:12px;
			color:#000;
		}
		.labelColumn
		{
			color:#45506F;
			font-weight:bold;
			padding-right:20px;
		}
		.thanks
		{
			font-size:120%;
			font-weight:Bold;
			color:#000;
		}
		
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
	/*//---------------------------------------------*/
	/*// 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 */
	
	
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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

.contactForms {
    margin-left: auto;
    margin-right: auto;
}

.contactForms .labelColumn {
    width: 100%;
}