 div#leftNavBar {
	    width:144px;
		background-color:#0A447E;
		float:left;
		margin:0px;
		padding:0px ;
		height:100%;
	   }
	   
	 
div#leftNavBar #navContainer {
		  background: url('../lay/nav/leftNav_topBg.jpg') no-repeat top left;
	      margin:2px 0px;
		  padding:5px 0px 0px 0px;
		  border-top:1px solid #FFF;
		  border-bottom:1px solid #FFF;
		}
		
div#leftNavBar ul {
		 background: url('../lay/nav/leftNav_bttmBg.gif') no-repeat bottom left;
		 margin:4px 0px 0px 0px;
		 padding:0px 0px 7px 0px;
		 list-style-type:none;
		}
		
div#leftNavBar li {
		 margin:0px;
		 padding:0px;
		 background: url('../lay/nav/leftNavBg_off.jpg') no-repeat top left;
		 height:20px;
		}
		
div#leftNavBar li a {
		 margin: 0px 0px 3px 6px;
		 padding:3px 0px;
		 color:#FFF;
		 font-size:9pt;
         font-weight: bold;
		 Font-family: times, 'times new roman', serif;
		 text-decoration:none;
		 line-height:16px;
		}
div#leftNavBar li a:hover {color:#f1d1a0;}
		

div#testimonialsbox{
		 Background-color: #7B94BB;
		 border:none;
		 color:#7B94BB;
		 width: 142px;
		 height:100%;
		 font-family:times,'times new roman', serif;
		 font-size:9pt;
		}
		
div#testimonialsbox{
		border-bottom:1px solid #FFF;
		margin:10px 2px 0px 0px ;
	    padding:0px 0px 14px 0px;
		_padding:0px 0px 8px 0px;/*ie hack */
		
		}


 div#testimonialsbox h3{
		background-color:#0A447E; 
		margin:0px;
		padding: 3px 0px 3px 10px;
		color:#FFF;
		font-size: 12pt;
        border-bottom:1px solid #FFF;
		}
		
div#button{
		background-image:url(../lay/button.jpg);
		margin-left:2px;
		*margin-left: 6px;
		padding: 5px;
		width: 125px;
		*width: 130px;
		color: #000;
		font-weight:bold;
		border: 2px solid #fff;
		font-family:Arial, Helvetica, sans-serif;
		text-align:center;
		}
		
div#button a:link {
		color:#660000;
		text-decoration:none;
		}
		
div#button a:hover {
		color:#CC0033;
		text-decoration:underline;
		}
		
div#button a:visited	{
		color:#660000;
		text-decoration:none;
		}
		
div#button a:active	{
		color:#ff0033;
		text-decoration:underline;}
		
		
div.button { background:#f1d1a0; border:2px #000 solid; padding:5px; margin:5px; font-family:Arial, Helvetica, sans-serif; text-align:center;}
div.button a {color:#0a447e; font-size:12px; font-weight:bold; font-style:italic; text-decoration: none;}
div.button a:hover {color:#CC0033;}