.body {
    font-family:sans-serif;
	font-size: 12px;
}

.main {
    display: block;
	width: 752px;
	margin-right: auto;
	margin-left: auto;
}

.head {
    font-size: 10px;
}

.head a:link {
    color: black;
    text-decoration: none;
}

.head a:visited {
    color: black;
    text-decoration: none;
}

.head a:active {
    color: black;
    text-decoration: none;
}

.head a:hover {
    color: blue;
    text-decoration: underline;
}

.topimage {
    display: block;
}

.title {
    margin-top: -200px;
	text-align: right;
	color: white;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
}

.space {
    margin-bottom: 120px;
}

.leftpart {
    display: block;
	float: left;
	width: 75%;
	padding-right: 5px;
	border-right: 1px solid #999999;
}

.rightpart {
    display: block;
	float: left;
	width: 20%;
	padding: 5px;
	margin-left: 10px;
}

.rightpart h3 {
    font-size: 14px;
	display: block;
    padding-left: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	background-color: #336699;
	border-bottom: 1px solid #9999DD;
}

.rightpart p {
    padding-left: 10px;
	padding-right: 10px;
}

.menubar {
    border-bottom: 2px solid #003366;
	height: 30px;
}

.menuitem {
    float: left;
	width: 85px;
}

h2 {
    font-size: 16px;
	display: block;
	padding: 5px;
	border-left: 2px solid #9999DD;
	border-top: 2px solid #9999DD;
}

h3 {
    font-size: 14px;
	display: block;
	padding: 5px;
	margin-left: 10px;
	border-bottom: 1px solid #9999DD;
}

.generaltable {
    display: table;
	margin-left: 10%;
}

.generaltable th {
    text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9999DD;
	border-right: 1px solid #9999DD;
        white-space: nowrap;
}

.generaltable td {
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}

.sessiontable {
    display: table;
	margin-left: 2%;
	width: 800px;
}

.sessiontable th {
    padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #0099CC;
	color: white;
	text-align: left;
}

.sessiontable td {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: white;
}

.sessiontable a:link {
    color: black;
    text-decoration: none;
}

.sessiontable a:visited {
    color: black;
    text-decoration: none;
}

.sessiontable a:active {
    color: black;
    text-decoration: none;
}

.sessiontable a:hover {
    color: blue;
    text-decoration: underline;
}

.sessiontable .timeline {
	border: none;
	text-align: right;
	vertical-align: middle;
}

.sessiontable .session {
	border: 2px solid #CCCCFF;
	background-color: #EEEEFF;
	text-align: left;
	vertical-align: middle;
}

.profilepart {
    display: block;
	width: 80%;
	margin-left: 7%;
	padding-right: 5px;
}

.profiletable {
   width: 90%;
   margin-left: 5%;
   margin-right: 4%;
}

.profiletable th {
    padding-right: 10px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #999999;
}

.profiletable td {
    padding-right: 10px;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #999999;
}

.profiletable p {
    padding-left: 5px;
	padding-right: 5px;
}

#bottom {
	border-bottom: 1px solid #999999;
}

img {
    border: none;
}

p {
    padding-left: 40px;
	padding-right: 20px;
}

.center {
	text-align: center;
}