body {
 font-size: 9pt;
 font-family: Helvetica, Arial, sans-serif;
 background-repeat: repeat;
 margin: 16px;
 padding: 0;
}
img, img[usemap] { border: 0; }
 
p {
 font-family: Helvetica, Arial, sans-serif;
 line-height: 12pt;
 margin: 0;
 padding: 0;
}
h1 {
 font-size: 9pt;
 font-family: Helvetica, Arial, sans-serif;
 font-weight: normal;
 line-height: 12pt;
 background-repeat: repeat;
 margin: 0 0 0 36px;
 padding: 0;
}
h3 {
 font-size: 9pt;
}
a:link {
 color: #000;
 text-decoration:none;
 background-repeat: repeat-x;
 background-position: 0 bottom;
}
a:visited {
 color: #000;
 text-decoration:none;
 background-repeat: repeat-x;
 background-position: 0 bottom;
}
a:active {
 color: #000;
 text-decoration:none;
 background-image: url("/static/gif/link_dash.gif");
 background-repeat: repeat-x;
 background-position: 0 bottom;
}
a:hover  {
 color: black;
 text-decoration: none;
 background-image: url("/static/gif/hover_dash.gif");
 background-repeat: repeat-x;
 background-position: 0 bottom;
}
#content {
 margin-left: auto;
 margin-right: auto;
}
#text {
 visibility: visible;
 z-index: 0;
 width: 600px;
 padding-bottom: 24px;
}
#menu        {
 font-size: 9pt;
 font-family: Helvetica, Arial, sans-serif;
 line-height: 12pt;
 visibility: visible;
 position: absolute;
 z-index: 1;
 top: 268px;
 width: 300px;
}
#menu2  {
 font-size: 9pt;
 font-family: Helvetica, Arial, sans-serif;
 line-height: 12pt;
 visibility: visible;
 position: absolute;
 z-index: 1;
 top: 156px;
 left: 70%;
 width: 25%;
}
#schedule  {
 font-size: 12px;
 line-height: 15px;
 visibility: visible;
}

a.title_link:link, a.title_link:active, a.title_link:visited, a.title_link:hover {
  background: none;
}

@font-face {
 font-family: UNPOutline;
 src: url("/static/fonts/outline.eot"); /* EOT file for IE */
}
@font-face {
 font-family: UNPOutline;
 src: url("/static/fonts/outline.ttf") format("truetype"); /* CSS3 browsers */
}

#title {
  font-size: 36pt;
  line-height: 36pt;
  font-family: UNPOutline;
}
#videoTitle, #eventTitle {
  font-size: 18pt;
  line-height: 20pt;
}
#videoTitle a {
  font-family: UNPOutline;
  font-size: 24pt;
}

#eventTitle a {
  font-family: UNPOutline;
  font-size: 36pt;
}

#title a, #videoTitle a, #eventTitle a {
  color: #333;
  background: none;
}

ul {
  padding: 0;
  padding-left: 24px;
  padding-right: 8px;
}

#menu ul {
  padding: 0;
  padding-left: 16px;
}

#back {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 14pt;
    font-family: Helvetica, Arial, sans-serif;
    display:none;
}

#text1, #text2, #text3, #text4, #text12 {
 width: 256px;
 display: table-cell;
 float: left;
 margin-left: 16px;
 padding-bottom: 24px;
}
#text12 {
 width: 512px;
}

#content h3 {
    padding-bottom: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid black;
}
#content ul {
 list-style-type: none;
 padding: 0;
 padding-right: 24px;
}
#content li {
    padding-bottom: 18px;
}

#text12 #description {
    width: 480px;
}

#text3 p {
    padding-bottom: 18px;
}

.text12bar {
 width:248px;
 float:left;
}


