html, body{
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
}
body{
	text-align: center;
	font-family: Georgia, Verdana, Tahoma, sans-serif;
	font-size: 13px;
}
#container-page{
	margin: 0 auto;
	text-align: left;
	width: 765px;
	background: #FFF;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
#container-header {
	height: 95px;
	text-align: center;
}
#nav {
	width:765px;
	border-bottom: 1px solid #BBC;
	background: #DDE;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style: none;
	margin: 0;
	display: inline;
}
#nav li a {
	line-height: 2em;
	padding: 0.5em 1em;
	text-decoration: none;
}
#nav li a.current  {
	color: #000;
	background: #AAE;
}
#nav li a:link {
	color: #448;
}
#nav li a:visited {
	color: #448;
}
#nav li a:hover {
	color: #000;
	background: #AAE;
}
#container-content {
	margin-left: 120px;
	padding-bottom: 40px;
}
#content {
	padding: 2em;
}
#content p {
	text-indent: 4ex;
}
#content ol {
	padding-left: 0;
	margin-left: 7em;
}
#content ol ol {
	padding-left: 0;
	margin-left: 2em;
}
#content ol ol li {
	list-style-type: lower-alpha;
}
#content p.en {
	text-indent: 0;
}
#photo{
	text-align: left;
	margin-bottom: 1em;
}
#photo img{
	border: 1px solid black;
}
#content p a:link {
	color: #A42611;
	text-decoration: underline;
}
#content p a:visited {
	color: #A42611;
	text-decoration: underline;
}
#content p a:hover {
	color: #A42611;
	text-decoration: none;
}
#content ul {
	margin: 1em 0 3em 0;
	padding-left: 2em;
}
#content ul li {
	margin-bottom: 1em;
}
#content ul li a:link {
	color: #A42611;
	text-decoration: underline;
}
#content ul li a:visited {
	color: #A42611;
	text-decoration: underline;
}
#content ul li a:hover {
	color: #A42611;
	text-decoration: none;
}
h1 {
	margin-top: 0;
	margin-bottom: 2em;
	font-size: 16px;
	border-bottom: 1px solid #A42611;
}
h2 {
	font-size: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content p{
	padding-left: 1em;
	padding-right: 1em;
	line-height: 2em;
}
#content a:link {
	color: #A42611;
	text-decoration: none;
}
#content a:visited {
	color: #A42611;
	text-decoration: none;
}
#content a:hover {
	color: #A42611;
	text-decoration: underline;
}
.table {
	font-family: Verdana, Tahoma, sans-serif;
	width: 90%;
	margin-left: 2em;
	margin-bottom: 2em;
}
.table td{
	border: solid #BBC;
	border-width: 0 0 1px 0;
	padding: 0.5em;
}
.table th{
	text-align: left;
	font-weight: bold;
	border: solid #BBC;
	border-width: 0 0 1px 0;
	padding: 0.5em;
}
.conference {
	font-family: Verdana, Tahoma, sans-serif;
	width: 90%;
	margin-left: 2em;
	margin-bottom: 2em;
}
.conference td{
	border: solid #BBC;
	border-width: 0 0 1px 0;
	padding: 0.5em;
}
.conference th{
	background-color: #DDE;
	text-align: right;
	font-weight: bold;
	border: solid #FFF;
	border-width: 0 0 1px 0;
	padding: 0.5em;
}

#container-sidebar {
	position: absolute;
	top: 95px;
	left: 0;
	width: 120px;
}
#sidebar {
	padding: 1em;
}
#sidebar ul {
	margin-top: 1em;
	margin-left: 0;
	padding-left: 1em;
}
#sidebar ul li {
	margin-bottom: 1em;
	list-style: square;
}
#sidebar ul li.current {
	font-size: 16px;
	font-weight: bold;
}
#sidebar ul li a:link {
	color: #A42611;
	text-decoration: none;
}
#sidebar ul li a:visited {
	color: #A42611;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #A42611;
	text-decoration: underline;
}
#sidebar ul ul{
	margin-top: 1em;
	margin-left: 0;
	padding-left: 0;
}
#sidebar ul ul li {
	list-style: none;
	font-weight: normal;
	font-size: 13px;
}
#sidebar ul ul li.current {
	background: #DDE;
	font-size: 13px;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 2em;
}
#sidebar ul ul li a:link {
	color: #A42611;
	text-decoration: none;
}
#sidebar ul ul li a:visited {
	color: #A42611;
	text-decoration: none;
}
#sidebar ul ul li a:hover {
	color: #A42611;
	text-decoration: underline;
}
#location p{
	line-height: 100%;
	text-indent: -4.5em;
	padding-left: 6.5em;
}
#container-foot {
	text-align: center;
	width: 100%;
	background: #DDE;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 40px;
}
#foot {
	padding: 1em 1em 0 1em;
}