BODY {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  width:100%;
  height:100%;
  overflow:hidden;
}

A.person { 
  color: #000000;
	font-weight:bold; 
	font-size: 10px;
	text-decoration: none; 
    text-align: center;
	display: block;
}

A.person:hover { 
  text-decoration: underline;
}

A.bottomlink { font-size: 0.8em; text-decoration: none; color: #ffffff;}
A.bottomlink:hover { text-color: #cc0033; background-color: #707070;}
A.bottomlink:visited { color: #ffffff;}
A.bottomlink:active { color: #cc0033;}

A.smap { font-size: 1.1em; text-decoration: none; color: #303030;}
A.smap:hover { color: #cc0033; text-decoration: underline; }

.position {
  color: #aa3333; 
  font-style: italic;
  text-align: center;
  font-size: 10px;
  margin-bottom: 5px;
}

.text-formal {
  margin-top: 3px;
  margin-right:3px;
  text-align: justify;
  font-size: 12px;
  color: #505050;
}

.content {
    margin-left:12px; 
    font-style:italic;
    text-align: justify;
}

.ttl1 {
    font-weight: bold;
    font-size: 1em;
    width: 100%;
    border-bottom: solid thin;
}
DIV.copyright { 
	  text-align:center; 
	  margin-top: 5px;
	  text-align:center;
	  font-family:times; 
	  font-size:1.2em; 
	  font-weight: bold; 
	  color:#efefef; 
}

body .dojoMenuBar2 { /* top menu bar */
	/*position: relative;*/
	background:#303030 url(glialMenuBg.gif) repeat-x top left;
	border-bottom:0px solid #606060;
	overflow:hidden;
}

body .dojoPopupMenu2 { /* dropdown sub-menu */
	position: absolute;
	border: 1px solid #000000;
	background:#808080 repeat-x bottom left !important;
    border-color: #000000;
	padding: 1px;
	margin-top: 2px;
	margin-bottom: 1px;
    
}

/* dojo menu **************************************************************** */

body .dojoMenuBarItem2 { /* top menu item */
	white-space: nowrap;
	font-family: Verdana;
    color: #f0bfbf;
    font-weight: bold;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	padding: 3px 8px;
}

body .dojoMenuItem2 { /* sub-menu item */
	white-space: nowrap;
	font-family: Verdana;
    color: #f0bfbf;
    background-color:#880033;
    font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}

body .dojoMenuItem2Hover { /* sub-menu  item hover */
	background-color: #303030;
    color: #fefefe;
	cursor:pointer;
	cursor:hand;
}

body .dojoMenuBarItem2Hover { /* top menu hover */
	background-color:#303030;
    color: #ffffff;
}

#langSelect {
    display: block;
    position: absolute;
    top: 100px;
    right: 30px;
}
