/* CSS Document */
	/*..........main nav links...........*/
	
#navigation 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin: 2px 0 0 0;
	/*border-bottom: 1px solid #000000;*/
	padding: 3px 0;
	}
#navigation ul 
	{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
	}
#navigation li 
	{
	display: inline;
	}
#navigation a:link, #navigation a:visited 
	{ 
	margin-right: 2px;
	padding: 3px 10px 2px 10px; 
	color: #000;
	font-weight: bold;
	background-color: #fff;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
	}
#navigation a:hover 
	{
	color: #fff;
	background-color: #0000ff;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}	
	

a.img:hover
	{	background: transparent; }

	/*.....................*/
a:link 
  {
  font-size: 0.9em;
  color: #fff; 
  text-decoration : underline; 
  }
a:visited 
  {
  font-size: 0.9em;
  color: #fff; 
  text-decoration : underline; 
  }
a:hover 
 { 
  font-size: 0.9em;
  color: #fff;
  text-decoration : underline; 
  background: #bbeaf8;
 }
a:active 
 {
  font-size: 0.9em;
  color: #FF0000;
  text-decoration : underline; 
 }

/*......nav links for main navigation*/
a.nav:link 
	{
	color: #fff;
	text-decoration: underline;
	font-size: 0.9em;
	background: transparent;
  	font-weight: bold;
	}
a.nav:visited 
	{
	color: #fff;
	text-decoration: underline;
	font-size: 0.9em;
	background: transparent;
  	font-weight: bold;
	}
a.nav:hover 
	{
	color: #bbeaf8;
	text-decoration : none;
	font-size: 0.9em;
	background: #fff;
  	font-weight: bold;
	}
 a.nav:active 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
	font-weight: bold;
  	}
/*......end nav links for main navigation..........*/
/*......Page Navigation..........*/
a.nav2:link 
	{
	color: #000;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:visited 
	{
	color: #666;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:hover 
	{
	color: #000;
	text-decoration : underline;
	font-size: 0.9em;
	background: #bbeaf8;
	font-weight: bold;
  	}
 a.nav2:active 
	{
	color: #ff0000;
	text-decoration : underline;
	font-size: 0.9em;
	background: transparent;
	font-weight: bold;
	}
	/*....................*/
a.nav3:link 
	{
  	color: #fff; 
  	text-decoration : underline; 
  	font-size: 0.8em; 
  	background: transparent;
  	}
a.nav3:visited 
	{
  	color: #fff; 
  	text-decoration: none;
  	font-size: 0.8em; 
  	background: transparent;
  	}
a.nav3:hover 
	{ 
  	color: #FF0000; 
  	text-decoration : none; 
  	font-size: 0.8em; 
  background: #fff;
  	}
 a.nav3:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: 0.8em; 
  	background: transparent;
  	} 
	/*....................*/
a.nav4:link 
	{
  	color: #fff; 
  	text-decoration : underline; 
  	font-size: 0.9em; 
  	background: transparent;
  	}
a.nav4:visited 
	{
  	color: #fff; 
  	text-decoration: none;
  	font-size: 0.9em; 
  	background: transparent;
  	}
a.nav4:hover 
	{ 
  	color: #993333; 
  	text-decoration : underline; 
  	font-size: 0.9em; 
    background: #fff;
  	}
 a.nav4:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: 0.9em; 
	font-weight: bold;
  	background: transparent;
  	}
	 
a.nav5:link 
	{
  	color: #0000ff; 
  	text-decoration : underline; 
  	font-size: 1em; 
  	background: transparent;
  	}
a.nav5:visited 
	{
  	color: #666; 
  	text-decoration: none;
  	font-size: 1em; 
  	background: transparent;
  	}
a.nav5:hover 
	{ 
  	color: #fff; 
  	text-decoration : underline; 
  	font-size: 1em; 
    background: #8787F7;
  	}
 a.nav5:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: 1em; 
  	background: transparent;
  	}
	
/*..........................................Popup Close Buttons......*/ 
a.close:link 
	{
	color: #000;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.close:visited 
	{
	color: #666;
	text-decoration : underline;
	font-size: 1em;
	background: transparent;
	font-weight: bold;
  	}
a.close:hover 
	{
	color: #fff;
	text-decoration : underline;
	font-size: 1em;
	background: #993333;
	font-weight: bold;
  	}
 a.close:active 
	{
	color: #ff0000;
	text-decoration : underline;
	font-size: 10em;
	background: transparent;
	font-weight: bold;
	}
