html, body
{
	height: 100%;
	font-family:tahoma;
}

#MainPanel
{
	width:900px;
	height:600px;
	border:1px black solid;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px; 
	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -300px; 
	/* Half the height of the DIV tag which is also 50 pixels */
}

table.MainTable
{
	width:900px;
	height:600px;
	padding:0px;
	margin:0px;
}

table.MainTable tr.Header
{
	height:80px;
}

table.MainTable tr.Header a
{
	font-family:tahoma;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

table.MainTable tr.Content
{
	height:480px;
	vertical-align:middle;
}

table.MainTable tr.Footer
{
	height:40px;
	font-weight:bold;
	font-size:x-small;
}

div.Content
{
	text-align:left;
}

div.Content a
{
	font-family:tahoma;
	color:white;
	text-decoration:none;
}

img.Silhouette
{
	position:absolute;
	top:120px;
	right:10px;
	z-index: 2;

}

div.bioLinkBox
{
	position:absolute;
	top:120px;
	left:240px;
}

div.ContentContainer
{
	background-color:white;
	border:beige 10px solid;
	height:380px;
	width:550px;
	overflow-y:scroll;
	text-align:justify;
	padding:10px;
	font-family:tahoma;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
}

div.ContentContainerRtl
{
	position:absolute;
	top:140px;
	left:225px;
	z-index: 1;

	background-color:white;
	border:beige 10px solid;
	height:380px;
	width:550px;
	overflow-y:scroll;
	text-align:justify;
	padding:10px;
	font-family:tahoma;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	direction:rtl;
}

div.ContentContainerRtl a
{
	color:black;
	text-decoration:underline;
}

div.InnerContentRtl
{
	text-align:justify;
	direction:ltr;
}

#Menu
{
	width:154px;
	height:290px;
	background-image:url("_images/menu.jpg");
	text-align:left;
	font-family:tahoma;
}

#Menu tr
{
	vertical-align:middle;
}


#Menu a
{
	display:block;
	padding-left:20px;
	color:#CCCCCC;
	text-decoration:none;
}

#Menu a:hover
{
	background-color:#a2a868;
	font-weight:bold;
}

#Menu a.ClickableMenuItem
{
	display:block;
}

#Menu tr.NonClickableMenuItem
{
	background-color:#a2a868;
}

#SubMenu
{
	width:245px;
	height:100px;
	background-image:url("_images/submenu.jpg");
	text-align:left;
	font-family:tahoma;
}

#SubMenu a
{
	display:block;
	padding-left:20px;
	color:#CCCCCC;
	text-decoration:none;
}

#SubMenu a:hover
{
	background-color:#a2a868;
}

div.SearchResultLink
{
	
}

span.SearchResultLinkDisplay
{
	font-size:small;
}

div.SearchResultText
{
	font-size:x-small;
}