body {
	margin: 0px 0px 0px 0px;
	background: #96C7E5 url(../images/bg_full.png) no-repeat;
	font : normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 170%;
	color: #333333;
}

body.body2 {
	margin: 0px 0px 0px 0px;
	background: #96C7E5;
	font : normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 170%;
	color: #333333;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

img {
    border: 0px;
}

a {
    color: #FFB400;
    font-weight: bold;
}


h1 {
    font-size: 18px;
    font-weight: bold;
    color: #FFB400;
    margin-bottom: 0px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #FFB400;
    margin-bottom: 0px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #277AAD;
    margin-bottom: 0px;
}


div.day {
    position: relative;
    width: 80%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    left: 10%;
    right: 10%;
    border-bottom: 1px #96C7E5 solid;
    margin-top: 20px;
}

div.content {
	position: absolute;
	top: 112px;
	left: 266px;
	width: 491px;
	height: 446px;
	padding: 10px 10px 10px 10px;
	overflow: off;
}

div.content2 {
	position: absolute;
	top: 112px;
	left: 20px;
	right: 20px;
	padding: 10px 10px 10px 10px;
	overflow: auto;
	background-color: white;
	margin-bottom: 20px;
}


div.smallline {
    line-height: 160%;
}

div.smallline2 {
    line-height: 150%;
}

div.nav {
    position: absolute;
    left: 25px;
    top: 115px;
}

div.nav a img {
    padding-top: 6px;
    padding-left: 5px;
}

div.nav a img.active {
    padding-top: 8px;
    padding-bottom: 2px;
}



div.gallery {
	position: absolute;
	left: 23px;
	top: 365px;
	height: 200px;
	vertical-align: bottom;
}

div.copybottom {
	position: absolute;
	left: 23px;
	top: 557px;
	vertical-align: bottom;
    font-size: 9px;
    width: 225px;
    text-align: center;
}



div.gallery img.gallerypic {
	border: 1px solid white;
}

div.header {
	position:absolute;
	top: 17px;
	left: 24px;
	width: 753px;
    background-color: #96C7E5;
}

div.teaser {
	text-align: center;
}

ul {
  margin-top: 0px;
  padding-left: 0px;
  margin-left: 16px;
  text-indent: 0px;
  line-height: 130%;
}

ul li {
  list-style-image: url(../images/li_bullet.png);
  text-indent: 0px;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 5px;
  margin-bottom: 0px;

}

div.smallline ul li {
  list-style-image: url(../images/li_bullet1.png);
  text-indent: 0px;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 2px;

}

div.smallline2 ul li {
  list-style-image: url(../images/li_bullet2.png);
  text-indent: 0px;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 1px;

}

small {
  font-size: 10px;
}

.smaller {
    font-size: 10px;
    line-height: 150%;
}


table {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table tr td {
	border-left: 1px solid black;
	border-top: 1px solid black;
	background-color: white;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
}

table tr td.head2 {
  background-color: #BBE0E3;
}

table tr td.head1 {
  background-color: #BBE0E3;
  font-weight: bold;
}

table tr td.session {
  background-color: #96C7E5;
  font-weight: bold;
}