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

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/

		/* styles for body and tables contained on the template */
	.mainTable
	{
		width:740px;
		background: #FFFFFF;
	}
	body
	{
		background: #FFFFFF;
	}
	.bodyContainer
	{
		background: url(images/background.jpg) top left no-repeat #FFFFFF;
	}
	
	.headerLink {
		display: block;
		width: 945px;
		height: 338px;
		background: url(images/header.jpg) no-repeat;
	}
	
	.headerLink span{
		display: none;
	}

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/

		/* styles for header contained on the template */

	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/

		/* styles for Links And Navigation contained on the template */
	
		a.sideNav {
			display: block;
			width: 193px;
			height: 27px;
			line-height: 27px;
			background: url(images/sideNav-up.gif) no-repeat;
			text-align: center;
			color: #fff;
			text-decoration: none;
			font-size: 15px;
		}
		
		a.sideNav:hover {
			color: #047C59;
			background: url(images/sideNav-over.gif) no-repeat;
		}


	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/

		/* styles for Footer And BVLOGO contained on the template */
	td.footerbar
	{
		background: #017A57;
		width:945px;
		height:35px;
	}

	td.footerbar a {
		color: #fff;
		text-decoration: none;
		font-family: Verdana, Arial, Sans-serif;
		font-size: 12px;
	}

	td.footerbar a:hover {
		color: #fff;
		text-decoration: underline;
	}


/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/

		/* styles for Titles contained in the bodycontents */
		
		h1 {
			font-weight: normal;
			font-size: 36px;
			margin: 36px 0;
		}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/

		/* styles for text contained in the bodycontents */
		td.contentContainer p
		{
			font-family: myriad pro,arial,tahoma;
			font-size: 13px;
			letter-spacing:1px;
			line-height:18px;
		}
		.bodyContainer
		{
			font-family: myriad pro,arial,tahoma;
			font-size: 13px;
			letter-spacing:1px;
			line-height:18px;
		}
		
		.bolds {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#1a6a2f;
			font-size:14px;
			font-weight:bold;
		}
		
		.title {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#1a6a2f;
			font-weight: bold;
			font-size: 16px;
		}


	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/

		/* styles for links contained in the bodycontents */
		
		.logoLink {
			display: block;
			width: 277px;
			height: 126px;
			background: url(images/sislogonumber.gif) no-repeat;
			margin: auto;
		}
		
		.logoLink span {
			display: none;
		}
		

	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/

		/* styles for images contained in the bodycontents */
		
		.imgBorder-light {
			border: solid 4px #5cae49;
		}
		
		.imgBorder-dark {
			border: solid 4px #0d6347;
		}

	/*//---------------------------------------------*/
	/*// 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 */
	.formText {
		width: 200px;
	}

	.errorText {
		color: #F00;
		font-weight: bold;
	}
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/