* { margin:0; padding:0; }
img { border:none; }

html {
	font-size:62.5%;
	font-family:Arial,sans-serif;
	background:white url(LBGZg.png) no-repeat 97% 95% fixed;
	
	/* force scrollbar */
	height:100%;
	margin-bottom:1px;
}
body {
	font-size:1.2em;
	line-height:1.5em;
}
* html {
	overflow-y: hidden;
}
* html body {
	overflow-y: auto;
	height: 100%;
}

#wrap { background:transparent url(bgr_bod2.png) repeat-x; }

#hea {
	background:transparent url(bgr_hea2.jpg) left bottom no-repeat;
	height:157px;
}
#hea h1 {
	text-indent:-1000em;
}

#bod {
	margin-top:1em;
	margin-left:160px;
}

#con {
	/*border-right:1px dotted gray;*/
	/*padding-right:1.5em;*/
	margin-right:1.5em;
	color:#444;
	float:left;
}
#con, #foo { width:50%; }

#foo {
	border-top:2px solid #ccc;
	margin-top:2em;
	padding:0.5em;
	font-size:1.1;
	text-align:center;
	font-variant:small-caps;
	color:gray;
}
* html #foo {margin-top:5em;}

#nav {
	position:fixed;
	top:50%;
	left:0;
	margin-top:-225px;
	background:transparent url(bgr_nav.gif) no-repeat;
	height:460px;
	width:127px;
}
* html #nav {
	position:absolute;
}

#nav ul {
	margin-top:155px;
}

#nav li {
	list-style:none;
}
#nav li a {
	display:block;
	color:#B8D9E5;
	padding:0.2em 0.5em;
	margin-bottom:5px;
	font-family:"Arial",sans-serif;
	font-size:1.2em;
	text-decoration:none;
}
#nav li a:hover {color:white;}
* html #nav li a { height:1%; }

#con ul {
	margin:1em 0;
	padding-left:2.4em;
}

#con p {
	text-indent:1.5em;
	margin:1em 0;
	text-align:justify;
}

h2,h3,h4 {
	font-family:Arial,sans-serif;
	font-weight:normal;
}

h2,h3 {
	margin:1.1em 0 0.7em 0;
	padding-bottom:0.2em;
	border-bottom:1px dotted gray;
	color:Midnightblue;
	text-align:right;
}
h2 {font-size:1.7em;}
h3 {font-size:1.4em;margin-top:1.6em;}
h4 { font-size:1.1em; color:#999; margin-bottom:0.3em; }

#images { /*background-color:#f8f8f8;*/ float:left; width:28%; }

#images ul {
	list-style:none;
	width:170px;
	margin:0 auto;
	padding-top:30%;
}

#images li.first { margin-bottom:30px; }

dt { font-weight:bold; border:1px solid #B8D9E5; padding:0.2em 0.5em; border-bottom-width:2px; }
dd { margin-left:2em; padding-left:1em; border-left:2px solid #E4B8C8; }
dd p { text-indent:0 !important; }

address {
	/* font-family:"Trebuchet MS",sans-serif; */
	padding-left:35px;
	letter-spacing:0.1ex;
	background:transparent url(address.gif) no-repeat;
	font-style:normal;
}
blockquote {
	font-style:italic;
	border:0 solid #ccc;
	border-width:0 3px;
	padding:0 1em;
	width:70%;
	margin:1.5em auto;
}

#foo a:link, #foo a:visited { color: gray; }
#foo img { margin:1em;}

table {border-collapse:collapse;margin:5px;background-color:white;border:3px double black;font-size:1em;}
td,th {border:1px solid gray; padding:0.1em 0.3em;}
td.academic {background-color:#ffc;}
