/* CSS Document */


a.img:hover
	{	background: transparent; }
	
	/*..........main page links...........*/
a:link 
  {
  color: #fff; 
  text-decoration : underline; 
  }
a:visited 
  {
  color: #fff; 
  text-decoration : underline; 
  }
a:hover 
 	{ 
  	color: #fff;
	background-color: #ff0000;
  	text-decoration : underline; 
 	}
a:active 
 { 
  color: #000; 
 }
/*......nav links for main navigation*/
a.nav:link 
	{
	color: #fff;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav:visited 
	{
	color: #fff;
	text-decoration : none;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav:hover 
	{
	color: #ff0000;
	text-decoration : underline;
	font-size: small;
	background: #fff;
	font-weight: bold;
	background: transparent;
  	}
 a.nav:active 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
  	
a.navhighlight:link 
	{
	color: #f5b800;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.navhighlight:visited 
	{
	color: #f5b800;
	text-decoration : none;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.navhighlight:hover 
	{
	color: #f5b800;
	text-decoration : underline;
	font-size: small;
	background: #fff;
	font-weight: bold;
	background: transparent;
  	}
 a.navhighlight:active 
	{
	color: #f5b800;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
/*......end nav links for main navigation..........*/
a.nav2:link 
	{
	color: #FF0000;
	text-decoration : none;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:visited 
	{
	color: #FF0000;
	text-decoration : none;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
a.nav2:hover 
	{
	color: #000000;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
  	}
 a.nav2:active 
	{
	color: #FF0000;
	text-decoration : underline;
	font-size: small;
	background: transparent;
	font-weight: bold;
	}
	/*....................*/
a.nav3:link 
	{
  	color: #000000; 
  	text-decoration : none; 
  	font-size: medium; 
	font-weight:bold;  
  	background: transparent;
  	}
a.nav3:visited 
	{
  	color: #666666; 
  	text-decoration: none;
  	font-size: medium;
	font-weight:bold;  
  	background: transparent;
  	}
a.nav3:hover 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: medium;
	font-weight:bold;  
  	background: #FCE0B8;
  	}
 a.nav3:active 
	{ 
  	color: #FF0000; 
  	text-decoration : underline; 
  	font-size: medium;
	font-weight:bold;  
  	background: transparent;
  	} 
	/*....................*/
#mainnav
 	{
	position: absolute;
	top: 100px;
	left: 18px;
	width: 150px;
	padding : 3px 2px;
	font-weight: bold;
	/*height: 100%;*/
	line-height : 110%;
	text-align: center;
    }
#mainnav ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#mainnav li
	{
	padding: 0 0 10px 0;
	/*border: 1px #999999; */
	color: #003366;
	margin: 0;
	/*background: #313240 url(../images/backgrounds/navbg.jpg) top repeat-x;*/
	}
li h1
	{
	background-color: #131319;
	background-image: url(../images/backgrounds/navbg2.jpg);
	background-position:top;
	background-repeat:repeat-x;	
	padding: 5px;
	margin: 0;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em; 
	}
.navbox 
	{
	border: 1px solid #000000;	
	background: #54556E;
	margin: 30px 0;
   }
#sidebar ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar li
	{
	padding: 5px ;
	border: 1px solid;
	border-color: #ccc #000 #000 #ccc ;
	background: #D6E5F7 url(../images/menubg.jpg) top repeat-y;
	margin: 5px 0;
	-moz-border-radius: 10px;
	}
#sidebar
	{
	position: absolute;
	top: 167px;
	right: 4px;
	width: 150px;
	padding : 3px 2px;
	/*height: 100%;*/
	line-height : 110%;
	text-align: center;
	-moz-border-radius: 10px;
    }