#navLeft
{
	width: 15%;
	float:left;
	margin: 0px 5px 0px 5px;
}

#navRight
{
	width: 15%;
	float:left;
	margin: 0px 5px 0px 5px;
}

.contactUs
{
	
}

img.contactUs
{
	float:left;
	width:23px;
	height:23px;
	clear:none;
}

a.contactUs
{
	clear:none;
	color:#000000;

}

h5, h6
{
	font-size: 0.9em; 
	padding: 3px 10px 3px 3px;
	margin: 25px 2px 0px 2px;
	color: #3F7EE9; 
	border: 1px solid #CCC; 
	font-weight : normal;
	background-color: #E9F2FA;
}

h6
{
	font-size:0.8em; 
	color:#0033CC;
	background-image: url(../images/navbackground.gif);
	background-repeat: repeat-x;	
	margin-bottom:0;
}

h6 a
{
	text-decoration:none;
	color:#0033CC;
	display:block;
}

li.currentPage
{
	border-right:solid 1px #fff;
	border-left:solid 1px #aaa;
	border-top:solid 1px #666;
	border-bottom:solid 1px #fff;
	padding:2px;
	margin-top:1px;
	background-color:#FFFFEC;
}

a.currentPage 
{
	color: #333333;
	text-decoration: none;
	background-color : #AFF3D9; /* transparent; */
	display:block;
	margin:1px;
	
}

a.currentPage:hover
 {
	color: #1D1D1D;
	background-color : transparent;
	text-decoration: none;
}
