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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
	body 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #d7d7d7;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #224821;
	background-image: url(images/pageBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    }

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
	table.navTable td
	{
		text-align: center;
	}
	table.navTable
	{
		background-image: url(images/navBG.jpg) no-repeat;
	}	
			
	/*//---------------------------------------------*/
	/*// 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								 */
	/*//---------------------------------------------*/
		
		.content
		{		
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;			
		}
		
		.contentOrange{
			color: #f0a82b;
		}
		.contentGreen
		{		
			color: #3c7234;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;			
		}		
		.copyright
		{
			font-family: Verdana, Arial, Helvetica, sans-serif;
 			font-size: 10px;		
			color: #000000;
		}		
		a.copyright
		{	
			font-family: Verdana, Arial, Helvetica, sans-serif;
 			font-size: 10px;
			color: #f0a82b;
			text-decoration: underline;
		}
		a.copyright:hover
		{
 			font-size: 10px;
			color: #f0a82b;
			text-decoration: none;
		}	
		a.navLinks
		{
			color: #FFFFFF;
			text-decoration: none;
		}
		a.navLinks:HOVER
		{
			color: #f0a82b;
			text-decoration: underline;
		}				

		a.bodyLinks
		{
			color: #f0a82b;
			text-decoration: underline;
		}
		a.bodyLinks:HOVER
		{
			color: #CFCFCF;
			text-decoration: underline;
		}		
		.question
		{		
			color: #EFA82A;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;			
		}
		.answer
		{		
			color: #000000;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;			
		}
	    		
	/*//---------------------------------------------*/
	/*// 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
	{
	
	}
	.tableRowHeader
	{
	color: #D9D9D9;
	font-weight: Bold;
	font-size: 15px;
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	color: #FF0000;
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	input {
		border: #CFCFCF 1px solid;
		background-color: #141414;
		color: #f0a82b;
		padding: 1px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		
	}
	select {
		border: #CFCFCF 1px solid;
		background-color: #141414;
		color: #f0a82b;
		padding: 1px;
		font-family: Arial, Helvetica, sans-serif;		
	}		
	textarea {
		border: #CFCFCF 1px solid;
		background-color: #141414;
		color: #f0a82b;
		padding: 1px;
		font-family: Arial, Helvetica, sans-serif;	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
	
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/

hr {
	color: #F1AA2C;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #3c7234;
	letter-spacing: 1px;
}
