div#top {
    background-color: #B4DAE6;						
}	

div#bottom {
    background-color: #B4DAE6;							
}
					
div#center { 
    color: #2B354D; 
    background-color: #B4DAE6;
}


div#rightUpperCenter {
    background-color: #B4DAE6;						
}
																
		
ul.nav
{
    margin: 0px 0px 0px 100px;
}

ul.nav li{ 
    margin-left:0px;
    color: #0081b8;
}	

ul.nav a{ 
    color: #0081b8;
    float: left; 
    width: 200px;
    padding: 0px; 
}
						
ul.nav a:link, ul.nav li:link {
    text-decoration:none;
    color: #0081b8;
}
		
ul.nav a:visited, ul.nav li:visited {
    text-decoration:none;
    color: #0081b8;
}	
				 					
ul.nav a:hover {
    color: #666;
    /*	background-color: #0081b8;*/				
}	




		
		
		
div#changeLocationBox{
	/*border: solid 1px #111;*/
	position: relative;
	width: 170px;
	height: 270px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 5px 5px;	
	background-image: url(../images/template/home/SideboxHome3.gif);
				
}	
.changeLocationDivOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -500px;
  left: -500px;
}

.changeLocationDivOn
{
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-image: url(../images/template/TransparentGrey.png);
  background-repeat:repeat;
  padding-top: 20%;
}    