#page, body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	font-family: Arial, Verdana;
	font-size: 11pt;
	color: #002000;
}

#top {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
}

#header, #menu, #content, #menu, #footer {
	width: 800px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-color: #e0e0fa;
	border: solid 1px #e0e0fa;
}

#portrait {
	float:left;
	margin: 10px;
}
	

#text {
	margin: 20px;
	text-align:justify;
}

#header, #menu, #footer {
	overflow: hidden;
}

#langselect {
	float:right;
	width: 128px;
	text-align:right;
	font-size: 8pt;
	margin-top: 10pt;
}

#header{
	height: 200px;
	background-color:#ffffff;
}

#menu {
	width: 840px;
	height: 48px;
	background-image: url(bg.png);
}

#menu li {
	float: left;
	font-weight: normal;
	font-size: 9pt;
	height: 48px;
	padding: 16px 10px 5px 10px;
	margin-left: 30px;
	color: #ffffff;
	list-style: none;
	font-weight: bold;
}
#menu li+li { 	
	margin-left: 0px;
	padding-left: 10px;
}

#menu li a { 
	color: #ffffff;
	text-decoration: none;
}

#menu li a:active {
	text-decoration: underline;
}

#menu li:hover { 
	background-image: url(bgh.png);
}
#menu li:hover a { 
	color: #200000;
}

#menu li.right {
	float:right;
	margin-right: 30px;
}

#fineprint {
	font-size: 7pt;
	color: #a0a0a0;
}

#footer
{
	font-size: 8pt;
	border-top: solid 1px #000040;
	margin-top: 5px;
	color: #404040;
}

.panel 
{
	float: left;
	border: solid 2px white;
	background-color: #f0f0fa;
	overflow: visible;
}

.panel + .panel
{
	margin-left: 20px;	
}

.panel-content
{
	clear:both;
	margin: 15px;
	margin-top: 0px;
	overflow: visible;	
}

.panel .caption 
{
	font-weight: bold;	
	display: inline;
	top: -10px;
	margin-left: 10px;
	position: relative;
	background-color: #f0f0fa;
	padding: 5px;
	background-color: #ffffff;
}

.bio
{
	border: solid 2px white;
	background-color: #f0f0fa;
	padding: 15px;
}

.bio+.bio
{
	margin-top: 20px;
}

.bio .time
{
	width: 150px;
	float: left;
	text-align: right;
}

.bio .details
{
	margin-left: 160px;
	border-left: solid 2px #ffffff;
	padding-left: 10px;
}

.bio .details li
{
	list-style: square;
	list-style-position:inside;
	margin-top: 5px;
}

.bio .details li:hover
{
	color: #000060;
	background-color: #e0e0f0;
}

/*Main bar icons*/
#pdficon { background-image:url(pdf.png); }
#docicon { background-image:url(doc.png); }
#pdficon, #docicon {
	display: block;
	width: 96px;
	height: 128px;
	float: right;
	margin-left: 10px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
	font-size: 8pt;
	color: #000000;
	margin-top: 30px;
}

#pdficon:hover, #docicon:hover {
	text-decoration: underline;
	color: #ff0000;
}

#pdficon>span, #docicon>span {
	display: block;
	margin-top: 75px;
	text-align: center;
	font-weight: bold;
	font-family: Arial;
}

#hardcopy
{
	clear:right;
}

#title-info {
	margin-top: 50px; 
	width: 400px;
	float:left;
}

#title-info #fullname {
	font-size: 48px;
}
#title-info #info {
	font-size: 8pt;
	display:block;
}
