@charset "utf-8";

/*  Sidebar - BLUE */
ul {
list-style-type: none;
padding: 0;
margin-left: 0;
	  margin:0;
}
#container {
      position: relative;
      clear:both
}

div#top-right-nav {
	  width:165px;
      background:#2c3d5d;
      float:centre;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  color: #FFFFFF;
}

#top-right-nav a:link, #top-right-navlist a:visited {
 	  color:#FFFFFF;
      text-decoration:none;
	  	
}

#side-nav a, #right-nav a, #top-right-nav a  {
      display:block;
      font-weight:bold;
      padding:15px 20px;
      margin:0;
      border-bottom:none;

}

#top-right-navlist a:visited#current, #top-right-navlist a:hover, #top-right-navlist a.highlight {
	  background:#9f0000;
      color:#FFFFFF  
}






/*  Sidebar - Quick Search */

/*  Sidebar - BLUE */
ul {
list-style-type: none;
padding: 0;
margin-left: 0;
  margin:0;
}
#container {
      position: relative;
      clear:both
}

div#top-right-quick {
	  width:180px;
      background:#f2f3f7;
      float:centre;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #2c3d5d;
}

#top-right-quick a:link, #top-right-quicklist a:visited {
	
	  color:#2c3d5d;
      text-decoration:none
}

#side-quick a, #right-quick a, #top-right-quick a  {
      display:block;
      font-weight:bold;
      padding:10px 0px;
      margin:0;
      border-bottom:none;

}

#top-right-quicklist a:visited#current, #top-right-quicklist a:hover, #top-right-quicklist a.highlight {
	  background:#9f0000;
      color:#FFFFFF;  

}
/*  Infopage mouseover */

div#top-right-infopage {
      background:#d9dce9;
      float:centre;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 12px;
	  color: #2c3d5d;
}

#top-right-infopage a:link, #top-right-infopagelist a:visited {
	
	  color:#2c3d5d;
      text-decoration:none
}

#side-infopage a, #right-infopage a, #top-right-infopage a  {
      display:block;
      font-weight:normal;
      padding:5px 0px;
      margin:0;
      border-bottom:none;
}

#top-right-infopagelist a:visited#current, #top-right-infopagelist a:hover, #top-right-infopagelist a.highlight {
	  background:#9f0000;
      color:#FFFFFF; 
}



