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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		.mainroll
		{
			border: 2px solid #600500;
		}
		
		.mainroll:hover
		{
			border: 2px solid #17017D;
		}
		
		
		body {
		margin: 0;
		padding: 0;
		background: #140201 url(images/ngf-bg-body.gif) repeat-x;
		font-family: georgia, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #4c4c4c;
		line-height: 30px;
		}
		
		#siteContainer {
		width: 900px;
		height: auto;
		margin: auto;
		border-right: #0d1569 solid 3px;
		border-bottom: #0d1569 solid 3px;
		border-left: #0d1569 solid 3px;
		}
		
		#bodyBGLeft {
		width: 107px;
		background: #efecfc url(images/ngf-bg-contentLeft.jpg) no-repeat;
		background-position: bottom;
		}
		
		#bodyContents {
		width: 596px;		
		padding: 0 45px;
		background: #fff url(images/ngf-bg-contentCenter.jpg) no-repeat;
		background-position: bottom;
		}
		
		#bodyBGRight {
		width: 107px;
		background: #efecfc url(images/ngf-bg-contentRight.jpg) no-repeat;
		background-position: bottom;
		}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		
		#headerContainer {
		width: 419px;
		height: 79px;
		margin: 0;
		padding: 0;
		}

		#headerContainerA {
		width: 372px;
		height: 79px;
		margin: 0;
		padding: 0;
		}
		
		#headerPhotos {
		width: 900px;
		height: 172px;
		margin: 0;
		padding: 0;
		background: #560400;
		}
		
		#headerPhotos img {
		border: #fff solid 1px;
		margin-top: 2px;
		}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
		#subNavContainer {
		width: 900px;
		height: 48px;
		background: #e6e6e6 url(images/ngf-bg-subNav.jpg) no-repeat;
		text-align: center;		
		}
		
		table#subNav {
		width: 686px;		
		border: none;
		text-align: center;
		clear: both;
		}
		
		#subNavContainer a {
		display: block;
		margin: 5px 0px;
		font-weight: bold;
		text-decoration: none;
		font-size: 13px;
		color: #5f5f5f;
		}
		
		#subNavContainer a:visited {
		display: block;
		margin: 5px 0px;
		font-weight: bold;
		text-decoration: none;
		color: #5f5f5f;
		}
		
		#subNavContainer a:active {
		display: block;
		margin: 5px 0px;
		font-weight: bold;
		text-decoration: none;
		color: #5f5f5f;
		}
		
		#subNavContainer a:hover {
		display: block;
		margin: 5px 0px;
		font-weight: bold;
		color: #161d6c;
		text-decoration: none;
		}
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
		#footerContainer {
		width: 900px;
		height: 40px;
		text-align: center;
		color: #000;
		font-size: 10px;
		background: #bcbcbc url(images/ngf-bg-footer.jpg) no-repeat;
		line-height: normal;
		padding-top: 10px;
		}
		
		#footerContainer a{
		font-size: 10px;
		color: #a40000;
		text-decoration: underline;
		}
		
		#footerContainer a:visited{
		font-size: 10px;
		color: #a40000;
		text-decoration: underline;
		}
		
		#footerContainer a:active{
		font-size: 10px;
		color: #a40000;
		text-decoration: underline;
		}
		
		#footerContainer a:hover{
		font-size: 10px;
		color: #000;
		text-decoration: none;
		}
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
		
		h1 {
		font-size: 30px;
		color: #000;
		}
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		
		p, ul, li, ol, small, table {
		font-family: georgia, Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #4c4c4c;
		line-height: 30px;
		}
	
	/*//---------------------------------------------*/
	/*// 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
	{
	border:#630500 solid 2px;
	}
	.tableRowHeader
	{
	background: #BF918F;
	color: #fff;
	font-weight: bold;
	}
	.tableRowFooter
	{
	background: #BF918F;
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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