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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		html, body {
			margin: 0px;
			padding: 0px;
			font-family: Arial, Verdana, sans-serif;
			font-size: 12px;
			color: #000;
		}

		table * {
			font-family: Arial, Verdana, sans-serif;
			font-size: 12px;
			color: #000;
		}
		
		body {
			background: url(images/page-bg.gif) #d9d9d9;
		}
		
		#pageContainer {
			width: 901px;
			margin: 0 auto;
			background: url(images/page-background.gif) repeat-y #030b48;
		}
		
		.topbg
		{
			width: 901px;
			margin: 0 auto;
			height:100%;
			background: url(images/top-background.jpg) top no-repeat;
		}
		
		#headBlock {
			padding-top: 233px;
			background: url(images/top-background.jpg) top no-repeat transparent;
		}
		
		#navigation {
			float: left;
			width: 215px;
		}
		
		#navigation2 {
			width: 215px;
			line-height: 27px;
			float:left;
		}
		
		#navigation2 a {
			display: block;
			width: 215px;
			height: 27px;
			margin-bottom: 2px;
			font-size: 14px;
			padding-left: 18px;
			text-transform: uppercase;
			text-decoration: none;
			color: #97DDD3;
			/*color: #9dd4cf;*/
			background: url(images/nav-up.gif) no-repeat;
		}
		
		#navigation2 a:hover {
			background: url(images/nav-over.gif) no-repeat;
			color:#fff;
			
		}
		
		.navCell, .contentCell {
			vertical-align: top;
		}
		.contentCell
		{
			padding-left:10px;
			
		}
		.navCell {
			width: 215px;
		}
		
		
		
		
		#navigation a {
			display: block;
			width: 197px;
			height: 27px;
			margin: 0px 0px 2px 18px;
			font-size: 14px;
			line-height: 27px;
			padding-left: 18px;
			text-transform: uppercase;
			text-decoration: none;
			color: #97DDD3;
			/*color: #9dd4cf;*/
			background: url(images/nav-up.gif) no-repeat;
		}
		
		#navigation a:hover {
			background: url(images/nav-over.gif) no-repeat;
			color:#fff;
		}
		
		#flash {
			float: right;
		}

		#flash img {
			margin-right: 32px;
		}
		
		#content {
			padding: 0px 24px;
			
		}
		
		#footer {
			padding: 43px 24px 30px 24px;
			font-size: 10px;
			color: #680a18;
			font-family: Verdana, Helvetica, sans-serif;
			clear:both;
			background: url(images/bottom-background.jpg) bottom no-repeat transparent;
		}
		
		#footer a {
			color: #680a18;
		}

		#footer a:hover {
			text-decoration: none;
		}

		#footer img {
			vertical-align: middle;
		}
		
		.floatLeft {
			float: left;
			width: 50%;
		}
		
		.floatRight {
			float: right;
			text-align: right;
			width: 40%;
		}
		
		input, textarea {
			color: #000;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		h1 {
			font-size: 24px;
		}
		
		h2 {
			font-size: 20px;
		}
		h3 {
			font-size: 16px;
		}
	/*//---------------------------------------------*/
	/*// 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 */
		a {
			color: #000;
		}
		
		a:hover {
			color: #aa0;
		}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
		border: 1px solid #fff;
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
		font-weight: bold;
		color: #5c0c15;
	}
	.textSmallerFont
	{
		font-size: 9px;
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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