/* Global Styles */

body {
	margin:0;
	}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#071D4F;
	}
	
hr {
	height:1px; 
	color: #AFC3AB;
	border: 0;
	border-bottom: 1px solid #AFC3AB;
	}
	
a {
	color: #CC6600;
	}
	
a:hover {
	color: #071D4F;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #336699;
	}
	
#navigation div {
	border-bottom: 1px solid #336699;
	}	
	
#navigation a {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #071D4F;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:6px 6px 6px 30px;
	background: url("images/nav_bullet.gif") 12px 50% no-repeat;
	}
	
#navigation a:hover {
	background: #336699 url("images/nav_bullet_on.gif") 12px 50% no-repeat;
	color: #F3F4F7;
	}

#offices a {
	font:13px Arial, Helvetica, sans-serif;
	color: #F3F4F7;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#offices a:hover {
	color: #FFDF6A;
	letter-spacing:.1em;
	}		

#mainBody ul, ol
{
font:16px Arial, Helvetica, sans-serif;
}

#mainBody p 
{
 	text-indent : 30px;
	line-height:1.2;
	margin:6px;
	font:16px Arial, Helvetica, sans-serif;
}

#contactus {
	font:16px Arial, Helvetica, sans-serif;
	color:#071D4F;
	text-indent : 30px;
	line-height:1.8;
}

/* Class Styles */
	
.mainBodyHeader{
	font:24px Arial, Helvetica, sans-serif;
	text-align:center;	
}

.mainBodySubHeader{
	font:18px Arial, Helvetica, sans-serif;		
	text-align:center;							 
}
	
.mainBodyText
{
	font:16px Arial, Helvetica, sans-serif;
}
	
.mainSmallBodyText
{
	font:13px Arial, Helvetica, sans-serif;
}

.footer
{
 font:13px Arial, Helvetica, sans-serif;
}	


