#content {
background: #CFD5DA;
border: 1px solid #fff;
font-family: Arial, Helvetica, sans-serif;
min-height: 300px;
line-height: 120%;
padding: 16px;
}

.section {
border-top: 1px solid #4D6379;
border-bottom: 1px solid #4D6379;
margin-bottom: 1em;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}

#content h1 {
border: 1px solid #fff;
background: #4D6379 url(../i/gs/h1-bg.gif) no-repeat 0em 0.4em;
font-size: 140%;
line-height: 120%;
color: #fff;
padding: 16px 10px 2px 20px;
margin-top: 0px;
text-transform: uppercase;
}

#content h1 span.subTitle {
font-size: 12px;
/*line-height: 100%;*/
letter-spacing: 1px;
}

#content h1 span.subTitle a {
color: #fff;
font-weight: bold;
}

#c {
font-size: smaller;
padding: 0 20px 30px;
}

.map {
padding-left: 1em;
}

.fb {
border: 1px solid #999;
width: 90%;
}
.fb-left {
background: #f5f5f5;
width: 30%;
text-align: right;
}
.fb-right {
background: #dcdcdc;
width: 70%;
}
.fb-bottom {
background: #ccc;
}

.fb-right input, .fb-right select, .fb-right textarea {
width: 100%;
}

.errata {
border: 1px solid Red;
background: White;
padding: 4px;
}

table.phl-prizes {
border: 0px none;
border-collapse: collapse;
margin-bottom: 0.5em;
max-width: 600px;
width: 100%;
width: expression((document.body.clientWidth > 750)? "600px" : "100%");
}

table.phl-prizes caption {
background: #4D6379;
color: #fff;
font-weight: bold;
padding: 3px;
text-align: center;
}

table.phl-prizes th {
background: #A6ADB3;
font-size: 90%;
text-align: expression((this.previousSibling)? "center" : "left");
}

table.phl-prizes td {
border: 0px none;
border-bottom: 1px solid #4D6379;
font-size: 90%;
padding: 3px;
text-align: center;
text-align: expression((this.previousSibling)? "center" : "left");
}

table.phl-prizes td:first-child,
table.phl-prizes th:first-child {
text-align: left;
}
