/* 		All pages use a table for page layout
		embedded within a paragraph to center
		the table on the page.  
		Display is best at 1024 x 768 pixels

		.navbar		= All pages top & bottom navbars
		.p_table	= All pages for paragraph holding the table
		table		= All pages table width
		.t_Head 	= All Headings for all .htm files (table Headings)
		.top_span	= datacap.htm & costs.htm
				  Top cells spanned across page
		.t_Detail 	= index.htm, datacap.htm & services.htm Detail (table Detail)
		.t2_Detail	= datacap.htm embedded movie clip cell Detail
				  about.htm Detail
		.c_Detail	= costs.htm Detail
		.p_Detail	= people.htm Detail
		.b_Detail	= branches.htm Detail
		.b_img		= branches.htm images
		.t_empty	= index.htm all empty cells
				  (just to space cells horizontally)
		.img		= index.htm & datacap.htm all images
		.img2		= costs.htm all form images
				  people.htm all photo images
		
		All a:...	= All pages link colors
*/
				  

.navbar
		{
		text-align: center;
		padding-bottom: 25px;
		padding-top: 25px
		}

.p_table	
		{
		text-align: center
		}

table		
		{
		width: 930px
		}

.t_Head	
		{
		vertical-align: middle;
		text-align: center;
		height: 25px;
		font-family: "arial", sans-serif;
		font-size: 14px;
		color: white;
		font-weight: bold;
		font-style: italic;
		background-color: #2e6b82
		}

.top_span
		{
		color: #649DA4;
		vertical-align: top;
		text-align: justify;
		padding-bottom: 25px;
		font-family: "arial", sans-serif;
		font-size: 12px;
		}

.t_Detail	
		{
		width: 250px;
		color: #649DA4;
		vertical-align: top;
		text-align: justify;		
		padding-bottom: 25px;
		font-family: "arial", sans-serif;
		font-size: 12px
		}

.t2_Detail
		{
		width: 465px;
		color: #649DA4;
		vertical-align: top;
		text-align: center;
		font-family: "arial", sans-serif;
		font-size: 12px;
		}


.c_Detail
		{
		width: 232.50px;
		color: #649DA4;
		vertical-align: middle;
		text-align: center;		
		font-family: "arial", sans-serif;
		font-size: 12px;
		border-style: solid;
		border-color: silver;
		border-width: 1px
		}

.p_Detail
		{
		width: 310px;
		color: #649DA4;
		vertical-align: top;
		text-align: center;		
		padding-bottom: 25px;
		font-family: "arial", sans-serif;
		font-size: 12px;
		border-bottom: 2px solid;
		border-color: silver
		}

.b_Detail
		{
		width: 465px;
		color: #649DA4;
		vertical-align: top;
		text-align: justify;		
		padding-bottom: 20px;
		padding-top: 20px;
		font-family: "arial", sans-serif;
		font-size: 12px;
		border-bottom: 2px solid;
		border-color: silver
		}

.t_empty
		{
		width: 15px
		}

.b_img		
		{
		float: right;
		}

.img		
		{
		text-align: center;
		vertical-align: top
		}

.img2
		{
		padding-top: 15px;
		padding-bottom: 15px;
		border: none
		}

.img3
		{
		border-color: white;
		border-width: 5px;
		border-style: double;
		float: right;
		margin-right: 15px
		}

a:link	
		{
		color: black
		}

a:visited
		{
		color: silver
		}

a:hover	
		{
		color: black
		}

a:active
		{
		color: silver
		}
