A {
 text-decoration: none; 
} 
* {
font-family:Verdana,Arial,sans-serif;
}

#desktop {    
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 10px;
  
  width: 760px;
  color: #000000;
  background-color: #ffffff;
    
  
} 

#top {
    
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 10px;
  
  width: 800px;
  
}
#header{
  background-image: url(img/logo.png);
 
  height:96px;
  background-repeat: no-repeat;
  background-color: rgb(238,238,238);
  color:#000000;
  
}
#menubar {
  color:#000000;
  background-color: #006699;
  /* padding: 1px 20px 1px 20px;*/
  padding-left: 10px;
  font-weight: bold;
  height: 19px;
  
  padding-top: 2px;
  /*height: 20px;
  */
}
#menu {
  /*padding-top: 3px;*/
  float: left;
  height: 15px;
  
}
#menu a {
  float:left;
  color: white;
  font-size: 13px;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -2px; 
  border-width: 0px 2px 0px 2px;
  border-style: solid;
  border-color: rgb(238,238,238);
  
}

#menu a.selected {
  color: #ffcc00; 
  border-style: solid;
  border-color: rgb(238,238,238);
  
}
#menu a:hover {
  color: #ffcc99;
  
}
#flags {
  
  float: right;
  width:90px;
  height: 15px;
  float: right;
  padding-top: 1px;
}
#flags a  span{
  float: left;
  width:20px;
  height:15px;
  line-height: 15px;;
  padding: 0px 4px;
  cursor: pointer;
  background-repeat: no-repeat;
  

}

#main {
  
  background-color: rgb(238,238,238);
  float: left;
  width:760px;
  
}
#main a{
  text-decoration: none;
  color: rgb(0,0,153);
}
#main a:hover{
  text-decoration: underline;

}
#left {
	float: left; 
  background-color: rgb(238,238,238);
	
	width: 180px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px black solid;
}

#left span.img {
  float:left;
  margin-left:10px;
  margin-top:5px;
  margin-bottom:5px;
  background-repeat: no-repeat;
  height: 120px;
  line-height: 120px;
  width: 160px;
}

#data {
  font-family:Verdana,Arial,sans-serif;
  float: left;
  background-color: rgb(238,238,238);
  width:540px;
  margin-top: 25px;
  margin-left: 25px;
  font-size: 14px;
  
}
#data a{
  font-style: oblique;
  text-decoration: underline;
}

#footer {
  float: left;
  width:760px;  
  height: 25px;
  
  background-image: url(img/grad.png);
  

}
b {
  /*padding-left: -10px;*/
  font-size: 15px;
  font-weight: bold;
  font-variant: small-caps;
}
.photo {
  width: 150px;
  height: 110px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
IMG {
border-style: none; 
}
