/* Styles by Helpful Website */
body {
	background-color: #404040;
	background-image:url(../images/bk.jpg);  
	vertical-align: top;
	line-height: 18px;
	margin-top: 45px;
	margin-bottom: 0px;
	scrollbar-base-color: #666666;
	scrollbar-face-color: #666666;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: #1e4db1;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #000000;
}

p {
	color: #666666;
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.medFont {
	color: #666666;
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;

}
.smallFont {
	color: #666666;
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;

}
.focusFont {
	color: #1e4db1;
	font-size: 16px; 
	font-family: "Times New Roman", Times, serif;
	line-height: 17px;
	font-weight: bold;
}
h1 {
	color: #1e4db1;
	font-size: 18px; 
	font-family: "Times New Roman", Times, serif;
	line-height: 22px;
	font-weight: bold;
}

.tableFont {
	color: #1e4db1;
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.headerFont {
	color: #1e4db1;
	font-size: 24px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
	margin-top: 10px;
}


a {
	text-decoration: underline;
	color: #1e4db1;
}

.blue {
	color: #1e4db1;
	font-size: 12px;
}

.caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	}
	
.portfolioLink a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e4db1;
	text-decoration:underline;
	}

.copyright {
	font-size: 12px;
	padding-bottom: 10px;
	color: #cccccc;
}

a.copyright {
	text-decoration: none;
	color: #cccccc;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 700;
	color: #1e4db1;
}

.imageBorder {
	border: solid #1e4db1;
	border-width:thin;
	border-collapse: collapse;
}
	

td.cellBorder {
	 border-collapse: collapse;
	 margin-left: 10px;
	 border-left: 1px dashed #999999;
	 }
	
.mainTbl {
	border: 1px #0033cc solid;
	background: #FDFEFC;
	padding: 4 4 4 4;
	width:902px;
	}

.insideTbl {
		width: 100%;
		background: #ffffff;
		border:0px solid black;
	}

.insideCell {
	padding:7px;
		}

.testiCell {
	background:url(../images/CDSI-s.jpg) no-repeat;
	background-position: bottom;
	padding:7px;
	height:250px;
	width:220px;
	vertical-align:top;
		}

.testimonialBody { color:#969882; font-style:italic;}
.testimonialSignature { color:#969882; font-style:italic; text-align:right;}

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

	  #navContainer a:hover { 
	  	background: url("../images/nav-on.png") repeat-x 20px; 
	  }	
