BODY
{
	MARGIN-LEFT: 0px;
	MARGIN-right: 0px;
	margin-top : 0px;
	font-size : 100%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

H1
{ 
	font-size : 150%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
 }
 
 H2
{ 
	font-size : 130%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
 }
 
 H3
{ 
	font-size : 110%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
 }
 
LI
{
	DISPLAY: list-item;
	font-size: 140%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font: bold
	}
	
.tblmain
{
	font-size: 80%;
	background-color : white;
	margin-left : 0px;
	width : 100%;
	border : 0px;
	
}

.tblcell4photo
{
	background-color : white;
	margin-left : 0px;
	margin-right : 0px;
	width : 350px;
	border : 0px;
	float : none;
	text-align : left;
	vertical-align : top;
}

.nav
{
	height:50px;
	background-color: #003399;
	color : #99CCFF;
	text-align : center;
	font-size: 100%;
}
.nav a
{  
	font-size: 100%;
	color: white;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none
 }
 .nav a:hover
{  
	font-size: 100%;
	color: #99CCFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: underline
 }

 
 /*---Tables used in contact area ------------------------*/
.contactTbl
{
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	BORDER-COLLAPSE: collapse;
	font-size : 80%;
	WIDTH: 400px;
	margin-left : 80px;
}
.contactTbl TD
{
	PADDING-BOTTOM: 3px;
    PADDING-TOP: 3px;
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 5px;
    FONT-SIZE: 100%;    
    BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	border-right : thin solid #FFFFFF;
	vertical-align:top;
}
.contactTbl TD.title{
	BACKGROUND-COLOR: #DDDDDD;
	width:150px;
}

.contactTbl TD.even
{
background-color : #FFFFFF;
}

.contactTbl TD.odd
{
    BACKGROUND-COLOR: #DDDDDD;
}
/*---Begin Related Links Style ---*/
.relatedLinksN /* the box  fully aligned*/
 { 
width: 165px;
border : 1px solid #999999; 
padding:1px;
font-family : Arial, Helvetica, sans-serif;
/*float: left;*/
text-align : left;
font-size: 90%;
margin-left:5px;
margin-right:5px;
margin-top:20px;
}

.relatedLinksN H3 { /* the title*/
border : 0px #cccccc  solid; 
color : white;
/*color : #000066; */
padding: 5px 0px 0px 0px; 
text-align:center; 
margin : -4px; 
letter-spacing:0.2em;
background : #003399;
}

.relatedLinksN ul
{
	list-style : square;	
	white-space : normal;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-right: 3px;
}

.relatedLinksN li
{	
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -10px;
	font-size: 85%;
}

.relatedLinksN A
{

color: #666666;
text-decoration: underline;
} 

.relatedLinksN A:hover
{
	color: #B61030;
}
/*---End Related Links Style --*/