  BODY {
	background:#bbc5ce url(images/bg-blue-2tone.gif) no-repeat top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0;
	font-family:sans-serif;
	color:#0076a3;
	scrollbar-face-color: #b4c3cf;
	scrollbar-shadow-color: #E0E0E0;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #EDEDED;
	scrollbar-darkshadow-color: #5c7b93;
	scrollbar-track-color: #bdc8d2;
	scrollbar-arrow-color: #e4e4e4;
	}
.inpfld {
		background-color: #f2f1f1;
		border-color:#696868;
		border-style: ridge;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px; 
		padding:3px;
		margin-bottom:5px;
		font : 11px Verdana, Arial, Helvetica, sans-serif; color:#494949;
	}

.mainTxt{
	color : #555555; 
	font : 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
 }
 
 .mainTxt1{
	color : #555555; 
	font : 10px Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
 }
.txt-box {
	height: 25px;
	width: 260px;
	border: 1px solid ##555555;
	color: #555555;
}

.txt-box1 {
	height: 100px;
	width: 260px;
	border: 1px solid ##555555;
	color: #555555;
}



 
 H1{
	color : #555555; 
	font : 12px Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
 }
 
 .contentTxt{
	margin:0;
	font : 12px Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	text-align:justify; 
	background: url(images/bg-content.png); 
	background-repeat:no-repeat;
 }	
 .contentTxt a:link{
		color:#555555; text-decoration:underline;}
		 .contentTxt a:visited{
		color:#555555; text-decoration:underline;}
		 .contentTxt a:hover{
		color:#555555; text-decoration:none;}
		 .contentTxt a:active{
		color:#555555; text-decoration:underline;}
 .ctaboxTxt{
	margin:0;
	font : 14px Garamond, Times new Roman, Times, Verdana, Arial, Helvetica, sans-serif;
	color:#121212;
	text-align:justify; 
	background: url(images/cta-inside.png); background-repeat: repeat;
 }	

 .ctaboxTxtSm{
	margin:0;
	font : 14px Garamond, Times new Roman, Times, Verdana, Arial, Helvetica, sans-serif;
	color:#343434;
	text-align:left;
	font-style:italic;
 }	
 
 .footer{
	margin:0;
	font : 9px Verdana, Arial, Helvetica, sans-serif;
	color:#888989;
	text-align: center; 
	background:url(images/footer.png); 
	background-repeat:no-repeat;
}	


 .ctaboxLeft-RT{ margin:0; background: url(images/cta-left-rt-border.png) repeat; }	
 .ctaboxLeft-LT{ margin:0; background: url(images/cta-left-lt-border.png) repeat; }	
 
 .ctaboxRight-RT{ margin:0; background: url(images/cta-right-rt-border.png) repeat; }	
 .ctaboxRight-LT{ margin:0; background: url(images/cta-right-lt-border.png) repeat; }	

 

A:active   {text-decoration: none; color:#406888;}
A:visited  {text-decoration: none; color:#406888;}
A:link     {text-decoration: none; color:#406888;}
A:hover  {text-decoration: none; color:#406888;}


.accordion_toggle {
			display: block;
			height: 30px;
			width: 469px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #c8d4de;
			font : 12px Verdana, Arial, Helvetica, sans-serif;
			color:#555555;
			text-align:justify; 
			text-decoration: none;
			outline: none;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
			color: #c8d4de;
			border-bottom: 1px solid #f68263;
		}
		
		.accordion_content {
			background-color: #555555;
			color: #444444;
			overflow: hidden;
		}
			
		.accordion_content h2 {
			margin: 15px 0 5px 10px;
			color: #0099FF;
		}
		
		.accordion_content p {
			line-height: 150%;
			padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 30px;
			width: 469px;
			background: url(images/accordion_toggle.jpg) no-repeat top right #9fb0bd;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #c8d4de;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #55555;
			border-bottom: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/accordion_toggle_active.jpg) no-repeat top right #9fb0bd;
			color: #555555;
			border-bottom: 1px solid #f68263;
		}

		.vertical_accordion_content {
			background-color: #c8d2da;
			color: #55555v;
			overflow: hidden;
		}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}

  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 450px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 469px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 429px;
    }
.sub-title{
	font-family: "Cooper Std Black";
	font-size: 20px;
	font-weight: normal;
	color: #406888;
	text-decoration: none;
}

