/*//---------------------------------------------*/
/*// 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: 'Trebuchet MS', Times, Serif;
		color: #fff;
		background-color: #fff;
	}
	
	#pageContainer {
		background: url(images/navbar-bg.gif) 0px 184px no-repeat;
	}
	
	#topTrim {
		height: 10px;
		border-bottom: 1px solid #c5c5c5;
		background-color: fff;
	}
	
	#pageBackground {
		background: url(images/page-bg.gif) top repeat-x #6c717c;
	}
	
	#footer {
		height: 54px;
		padding-top: 10px;
		background: url(images/footer-bg.gif) top repeat-x;
	}
	
	#footerTable {
		font-family: Verdana, Sans-serif;
		font-size: 10px;
		color: #747d6c;
	}
	
	#footerTable a {
		color: #747d6c;
		text-decoration: underline;
	}
	
	#footerTable a:hover {
		text-decoration: none;
	}
	
	#pageContainer {
		margin: 0px auto;
		width: 792px;
	}
	
	.contentColumn {
		padding: 0px 10px;
		font-family: 'Trebuchet MS', Times, Serif;
		color: #fff;
		background: url(images/content-bg.gif) top repeat-x;
	}

	.contentColumn img {
		border: 1px solid #000;
		margin: 0px 4px;
	}
	
	#leftColumn {
		float: left;
		width: 213px;
	}
	
	#siteTitle{
		height: 175px;
		font-size: 28px;
		line-height: 42px;
		font-family: 'Century Gothic', 'Trebuchet MS', Sans-serif;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	
	#siteTitle-new{
		height: 175px;
	}
	
	#flashBlock {
		float: left;
		padding: 24px 14px;
	}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	h1 {
		padding: 0px 8px;
		height: 50px;
		line-height: 50px;
		font-family: Futura, Verdana, Arial;
		font-size: 24px;
		background: url(images/hX-bg.gif) repeat-x;
	}
	
	h1 span {
		color: #a1acc4;
		font-weight: bold;
	}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
	#navTable tr td {
		padding: 0px;
	}

	#navTopShadow {
		width: 213px;
		height: 9px;
		font-size: 1px;
		background: url(images/nav-shadowTop.gif) bottom no-repeat;
	}
	
	#navRightShadow {
		float: right;
		width: 16px;
		height: 652px;
		background: url(images/nav-shadowRight.gif) top left no-repeat;
	}
	
	#navigation {
		padding-left: 18px;
		width: 195px;
		background: url(images/navbar-bg.gif) top no-repeat;
	}
	
	#navigation a {
		display: block;
		float: left;
		height: 32px;
		width: 177px;
		line-height: 32px;
		font-family: 'Century Gothic', 'Trebuchet MS', Sans-serif;
		font-size: 16px;
		color: #fff;
		text-decoration: none;
		background: url(images/nav-bottombar.gif) bottom no-repeat;
		clear: left;
	}
	
	#navigation a:hover {
		color: #EDD0A6;
		text-decoration: none;
	}
	/*//---------------------------------------------*/
	/*// 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: #ccc;
			text-decoration: underline
		}
		
		a:hover {
			color: #fff;
			text-decoration: none;
		}
		
		a.darkLink {
			color: #000;
			text-decoration: underline;
			font-family: Futura, Verdana, Arial;
			font-size: 24px;
			font-weight: bold;
		}
		
		a.darkLink:visited {
			color: #000;
			text-decoration: underline;
			font-family: Futura, Verdana, Arial;
			font-size: 24px;
			font-weight: bold;
		}
		
		a.darkLink:hover {
			color: #533B26;
			text-decoration: none;
			font-family: Futura, Verdana, Arial;
			font-size: 24px;
			font-weight: bold;
		}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
		font-family: 'Century Gothic', 'Trebuchet MS', Sans-serif;
		color: #fff;
	}
	.tableRowHeader
	{
		font-size: 15px;
		font-weight: bold;
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
		font-weight: bold;
	}
	.textSmallerFont
	{
		font-size: 11px;
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/