body {
	scrollbar-base-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #990000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	background-image: url(../images/bkg.png);
	background-color: #333333;
	margin-top:30px;
	margin-left:0px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;

}

table.wrap {
 		border-collapse: collapse;
 		margin-left: auto;
		margin-right: auto;
 		padding: 0;
 		border: 0;
 		border-top: 1px solid #000066;
		border-bottom: 1px solid #000066;
		border-left: 1px solid #000066;
		border-right: 1px solid #000066;
 		background-color: #ebebf3;
 	}
	
td.logoWrap {
	border-top: 2px solid #999999;
		border-bottom: 0;
		border-left: 2px solid #999999;
		border-right: 2px solid #999999;
 		background-color: #E2DFD3;
} 

td.sideWrap {
	border-top: 0;
		border-bottom: 0;
		border-left: 2px solid #999999;
		border-right: 2px solid #999999;
 		background-color: #E2DFD3;
} 

td.bodyWrap {
	border-top: 2px solid #999999;
		border-bottom: 0;
		border-left: 0;
		border-right: 2px solid #999999;
 		background-color: #FFFFFF;
} 

td.footerWrap {
	border-top: 2px solid #999999;
		border-bottom: 2px solid #999999;
		border-left: 2px solid #999999;
		border-right: 2px solid #999999;
 		background-color: #993300;
} 


	
.red {
	color:#FF0000;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 10px;
}

.tableFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	line-height: normal;
	}

.testimonialHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	padding-left: 15px;
	color: #993300;
}

.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
	text-align:center;
	}
	
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	padding-top: 24px;
}
.BOLDheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	color: #FF0000;
	margin-top: 32px;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 12px;
}
.topRed {
	color: #E20E0D;
	font-size: 14px;
	padding-right: 10px;
	line-height: 28px;
}

.topLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

a:topLink {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #ffffff;
}


.topPhone {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	color: #ffffff;
	padding-right: 10px;
	}
.copyright {
	font-size: 10px;
	color: #ffffff;
	text-align:center;
}

a.copyright {
	text-decoration: underline;
	color: #666666;
}

.smallTable {
	border: 2px inset #9D0000;
	margin-bottom: 10px;
}



a:link, a:active, a:visited {
	color:#e20b0b;
	text-decoration: underline;
	}

a:hover {
	color:#0d3276;
	}


.smallMenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color: #333365;
	text-decoration: none;
	letter-spacing: .06em;
}
.medHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #333365;
}



.imageBorder {
	border: 1px solid #99999999;
}

/* Nav Bar Styles  */
	  #navContainer {
   	    position: relative;
	  }
	  
	  #navContainer ul {
	  	padding: 0;
		margin: 0;
		height: 33px; heigh\t: 33px;
	  }
	  
	  #navContainer ul li
		{
		list-style-type: none;
		padding: 0;
		margin: 0;
		display: block;
		float: left;
		background: url("../images/nav-bk.png");
		height: 33px;
		font: 12px/33px Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-align: center;
		}
		
	  #navContainer a
		{
		color: #993300;
		text-decoration: none;
		display: block;
		width: 106px;
		}
		
	   
	  #navContainer li#active { 
	  	background: url("../images/nav-on.png"); 
		font-weight: bold;
		color: #FFFFFF;
	  }

	  #navContainer a:hover { 
	  	background: url("../images/nav-on.png"); 
		color: #FFFFFF;
	  }	
	  
 #navContainer a.navigationON { 
	  	background: url("../images/nav-on.png"); 
		font-weight: bold;
		color: #FFFFFF;
	  }
