/*VPDbURL{file:///C|/NMTS/Webpage/Project.vpp}*/
H3	 {
			border-style : outset       ;
			border-width : medium       ;
			line-height : 4pt       ;
			Text-Align : Center ;
			Margin-Left : 2pt ;
			Margin-Right : 2pt ;
			Font-Family : Arial, Helvetica ;
			Font-Size : X-small ;
			Color : white ;
			Background-Color : #CEDFF2
		}
H5	 {
			Text-Align : Center
		}
BODY	 {
			Background-Color : #e8f1df
		}
:link	 {
			Font-Family : Verdana, Helvetica, Arial ;
			Font-Size : 12px ;
			Color : blue ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Normal
		}
:active	 {
			Font-Family : Verdana, Helvetica, Arial ;
			Font-Size : 12px ;
			Color : blue ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Normal
		}
:visited	 {
			Font-Family : Verdana, Helvetica, Arial ;
			Font-Size : 12px ;
			Color : blue ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Normal
		}
:hover	 {
			Font-Family : Verdana, Helvetica, Arial ;
			Font-Size : 12px ;
			Color : yellow ;
			Text-Decoration : None ;
			Font-Style : Normal ;
			Font-Weight : Normal
		}

/* Lists */

#nav { 
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 165px; 
	font-size: 90%;
	margin-right: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: .9em;
	line-height: 1em;
	text-align: left;	
}

#nav li {
  display: block;
  padding:0px;
  width: 164px;
  margin: 0px;
}

* html #nav li {
  margin-bottom: -1px;
}


#nav li a {
  font-size: 11px; 
  display: block;
  color:#222578;
  text-decoration: none;
  width: 148px;
  padding: 4px 8px 4px 8px;
  border-bottom: 1px solid #D9E8CE;
}

* html #nav li a {
  width: 164px;
}


#nav li a:hover {
  display: block;
  color:#1b4bac;
  text-decoration: none;
  background-color:#e8f1df;
  background-image:url(../Images/hover.gif);
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #fff;
  padding: 4px 8px 4px 8px;
  width: 148px;
}

* html #nav li a:hover {
  width: 164px;
}

#nav2 { 
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 165px; 
	font-size: 90%;
	margin-right: 0px;
}

#nav2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1em;
	text-align: left;	
}

#nav2 li a {
  display: block;
  color:#222578;
  text-decoration: none;
  width: 148px;
  padding: 4px 8px 4px 8px;
}

* html #nav2 li a {
  width: 164px;
}


#nav2 li a:hover {
  display: block;
  color:#1b4bac;
  text-decoration: none;
  background-color:#e8f1df;
  background-image:url(../Images/hover.gif);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 4px 8px 4px 8px;
  width: 148px;
}

* html #nav2 li a:hover {
  width: 164px;
}

