* {
  margin: 0;
  padding: 0;
}
html, body {
  font-size: 0.9em;
  font-family: Arial, Verdana, sans-serif;
  color : #00367C;
  line-height : 1.4em;
  height: 100%;
  overflow: hidden;
}
a:link, a:active, a:visited {
  color : #ffffff;
  text-decoration : underline;
}
a:hover, a.active {
  color : #ffffff;
  text-decoration : none;
}
img, a img {
  border : none;
}
body {
  background: #004489 url(images/header_back.jpg);
}
#sidebar {
  border: 0;
  position: absolute;
  top: 0;
  right: 80px;
  height: 100%;
  bottom: 0;
  background: white;
  width: 167px;
}
#ptca-logo {
  position: absolute;
  right: 50px;
  top: 40px;
  z-index: 100;
}
#header-region h2, #header-region h3, #header-region div, #header-region ul, #header-region li {
  padding-right : 0.5em;
  line-height : 20px;
  font-size : 10px;
}
#header-region h2, #header-region h3 {
  font-weight : bold;
  color : #6e93bb;
}
#header-region h2 {
  font-size : 12px;
}
#header {
  position: absolute;
  top: 90px;
  left: 35px;
  width: 650px;
  height: 150px;
  text-align: right;
}
#content {
  position: relative;
  top: 280px;
  left: 38px;
  width: 650px;
  color: #ffffff;
}
#footer {
  position: absolute;
  bottom: 10px;
  right: 87px;
  z-index: 150;
  left: auto;
  top: auto;
}
#header h1 {
  overflow : visible;
  height : 91px;
  text-align: left;
  font-size: 40px;
  line-height: 40px;
  left : 30px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
#content ul {
  margin-left: 18px;
}
#upcoming h2 {
  margin: 40px 0 10px 0;
}
#previous h3 {
  margin: 40px 0 5px 0;
}
#upcoming li a {
  font-size: 16px;
  font-weight: bold;
}
#previous li a {
  font-size: 12px;
}
.breadcrumb {
  position: absolute;
  top: 143px;
  display: block;
  width: 100%;
  border-top: 1px solid white;
  background-color: #F00;
  height : 16px;
}
.breadcrumb * {
  color: white;
  line-height : 16px;
}
.date {
  margin-left: 38px;
}
#header ul {
  width: 500px;
}
ul.flag-medium {
  position: absolute;
  top: 90px;
  left: 220px;
}
ul.flag-medium li {
	float: left;
	list-style: none;
	margin-left: 25px;
}
ul.flag-medium li a {
  display: block;
  cursor: pointer;
  width: 75px;
  height: 51px;
}
ul.flag-medium li i {
  display: none;
}
li.flag-medium-chinese {
  width: 75px;
  height: 51px;
  background: url(images/chinese_medium.png) no-repeat;
}
li.flag-medium-english {
  width: 75px;
  height: 51px;
  background: url(images/english_medium.png) no-repeat;
}
li.flag-medium-german {
  width: 75px;
  height: 51px;
  background: url(images/german_medium.png) no-repeat;
}
li.flag-medium-french {
  width: 75px;
  height: 51px;
  background: url(images/french_medium.png) no-repeat;
}

