body {
	background-color: #E5E5E5;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

html {
     overflow: -moz-scrollbars-vertical;
}

table {
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	width: 780px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

div {
	background-color: #FFFFFF;
	overflow: auto;
}

div#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

div#header {
	width: 1000px;
	height: 63px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	clear: both;
}

div#leftpart {
	width: 188px;
	float: left;
}

div#sidebar {
	width: 188px;
	height: 596px;
	background-color: #FFFFFF;
}

div#leftborder {
	width: 188px;
	background-color: #FFFFFF;
	background-image: url('main/pictures/left-border.png');
	background-repeat: repeat-y;
}

div#rightpart {
	width: 812px;
	float: right;
}


div#mainContent {
	width: 804px;
	margin-top: 10px;
	background-color: #FFFFFF;
	float: left;
}

div#rightborder {
	width: 8px;
	background-color: #FFFFFFFF;
	background-image: url('main/pictures/right-border.png');
	background-repeat: repeat-y;
	float: right;
}

div#bar {
	width: 1000px;
	background-color: #e5e5e5;
	clear: both;
}

img {
	border: 0px;
}

img.centered {
	display: block;
	text-align: center; /* for IE */
	margin-left: auto; margin-right: auto; /* for Firefox */
}

p {
	color: #282828;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

ul {
	color: #282828;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 3em;
}

p.lastupdated {
	font-size: 11px;
	text-align: right;
	margin-top: 0px;
}

p.backtotop {
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
}

span.correspondingarticle {
	font-style: italic;
	font-weight: bold;
}

li {
	line-height: 1.5em;
}

h1 {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	text-align: justify;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2 {
	color: #282828;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	text-align: justify;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
	
a:link, a:visited {
	text-decoration: underline;
	color: #282828;
	font-weight: normal;
}

td.header1{
	vertical-align: top;
	background-color: #7698A2;
}

#labtourtotal {
	width: 630px;
}

#labtourleft {
	float: left;
	width: 370px;
	height: 500px;
}
 
#labtourright {
	float: right;
	width: 260px;
	height: 500px;
}
