/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		
		html {
			overflow-y: scroll;
		}
		
		body {
			margin: 0;
			padding: 0;
			background: #1f1f1f url(images/bodyBG.gif) repeat-y;
			background-position: top center;
			color: #111111;
			font-size: 12px;
			font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
			line-height: 24px;
		}
		
		#siteContainer {
			width: 901px;
			height: auto;
			margin: auto;
			background: #fff;
		}
		
		#contentContainer {
			width: 791px;
			background: url(images/contentBG.jpg) no-repeat;
			background-position: top;
			padding: 23px 55px 10px 55px;
			text-align:justify;
		}
			
		.redtext
		{
			color:#CB0101;
			font-weight:bold;
		}
		
		.contactTable {
			width: 100%;
			height: 400px;
		}
		
		.contactTable td.atBracket {
			width: 250px;
			color:#CB0101;
			font-size: 24px;
			font-weight:bold;
			text-align: center;
			background: url(../images/at-bracket.gif) center center no-repeat;
		}
		
		.contactTable td.formRegion {
			width: 540px;
			vertical-align: top;
			font-size: 16px;
			font-family: Times, 'Times New Roman', Serif;
		}

		.contactTable td.formRegion span {
			font-variant: small-caps;
		}

		.contactTable td.formRegion span.redTitle {
			color:#CB0101;
		}
		
		.contactInner {
			font-family: Georgia, Times, Serif;
			font-size: 14px;
			line-height: 1.2em;
		}

		.contactForm .majorField {
			width: 100%;
			margin: .5em 0px 0px 0px;
			padding: 0;
			
		}

		.hidden {
			display: none;
		}

		.contactButtons {
			text-align: right;
		}

		.contactButtons input {
			margin-left: 2em;
		}

		.rule {
			font-size: 1px;
			height: 2px;
			line-height: 1px;
			width: 100%;
			background: #005D95 url(images/footer.jpg) bottom no-repeat;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		#header {
			width: 901px;
			height: 180px;
			background: #000000;
		}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		#topNavContainer {
			width: 901px;
			margin: 0;
			padding: 0;
			height:47px;
			background: #000000;
		}
		
		
		table.topNav {
			height: 36px;
			padding: 0;
			border: none;
			margin: auto;
		}
		
		.topNav a, .topNav a:visited {
			display: block;
			height: 26px;
			padding: 10px 15px 10px 15px;
			color: #ffffff;
			font-family: 'Times New Roman', Times, serif;
			font-size: 12px;
			/*font-weight: bold;*/
			text-decoration: none;
			font-variant: small-caps;
			letter-spacing: 2px;
		}
		
		.topNav a:hover {
			color: #ffffff;
			background: url(images/topNavOver.gif) no-repeat;
			background-position: center center;
			text-decoration:underline;
		}
		
		.navDivider {
			width: 1px;
			background: url(images/navDivider.gif) no-repeat;
			font-size: 1px;
		}
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
		#footer {
			width: 901px;
			height: 54px;
			background: #005d95 url(images/footer.jpg) no-repeat;
		}
		
		.footerTable {
			color: #fff;
			font-size: 10px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			width: 100%;
		}
		
		.footerTable td {
			height: 54px;
		}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		h1 {
			font-size: 26px;
			color: #4e4e4e;
			margin: 0 0 21px 0;
			font-family: 'Times New Roman', Times, serif;
			text-align: right;
			font-weight: normal;
			font-variant: small-caps;
		}
		
		span.blackBoldText {
			color: #000000;
			font-weight: bold;
		}
		
		span.redText {
			color: #cc0000;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
.highlight
{
	font-size:120%;
	color:#CB0101;
	font-weight:bold;
}

/* Good ole ie clearfix */
.clear {
	clear: both;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	height: 1px;
	line-height: 1px;
}
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		
		a, a:visited {
			color: #cc0000;
			text-decoration: none;
		}
		
		a:hover {
			color: #000000;
			text-decoration: underline;
		}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
		
		.imgLink {
			border: none;
		}
		
		.imgBorder {
			border: #cc0000 solid 3px;
		}
		
	/*//---------------------------------------------*/
	/*// 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 */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/