body {
 margin: 0px;
 font-size: 9pt;
 font-family: arial,verdana,sans;
 color #333333;
 background-image: url('images/background.png');
 background-position: bottom left;
 background-repeat: no-repeat;
}

table {
 font-size: 9pt;
}

table td {
 vertical-align: top;
}

img {
 padding: 0px;
 margin: 0px;
 border: 0px;
}

table.layout {
 border: 0px;
 width: 100%;
 height: 100%;
 border-collapse: collapse;
 padding: 0px;
 margin: 0px;
}

tr.title {
 background-image: url('images/titlebackground.png');
 background-repeat: repeat-x;
 background-position: bottom left;
 height: 50px;
}

tr.title td {
 vertical-align: bottom;
 height: 30px;
 padding: 0px;
 margin: 0px;
}

tr.title img {
 border: 0px;
 margin: 0px;
 padding: 0px;
}

.menucolumn {
 border-right: 1px solid #D6D6D6;
 width: 172px;
 padding: 10px 0px 0px 0px;
 font-size: 8pt;
}

.enquiries, .enquiries a {
 color: #89003F;
 text-decoration: none;
}

.menutable {
 font-size: 8pt;
 margin: 40px 0px 0px 0px;
 width: 172px;
 border-bottom: 1px solid #F172AC;
}

.maintopic {
 background-image: url('images/menuarrow.png');
 background-repeat: no-repeat;
 background-position: 150px 100%;
 border-bottom: 1px solid #F172AC;
 padding: 5px 0px 3px 5px;
}
.maintopic a {
 text-decoration: none;
 color: #666666;
}

.subtopic {
 padding: 8px 3px 0px 20px;
 color: #BA477B;
}
.subtopic a {
 text-decoration: none;
 color: #BA477B;
}

.sponsors {
 text-align: center;
 padding: 0px;
}
.sponsors img {
 margin: 0px 20px 0px 20px;
}

div.languagebar {
 text-align: right;
 padding: 0px 0px 10px 0px
}

.english, .spanish{
 border: 1px solid #999999;
 background-color: #F173AC;
 width: 80px;
 text-align: center;
 font-size: 8pt;
 margin: 2px;
 display: inline;
}

.english a, .spanish a {
 text-decoration: none;
 color: #FFFFFF;
}

.content {
	padding: 10px;
	height: 90%;
}

.c_title {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	color: #f172ac;
}

.c_section {
  color: #f172ac;
  text-align: left;
  border-bottom: 1px solid #f172ac;
  font-weight: bold;
  font-size: 12pt;
}

