body {
    background-color: white;
    margin: 0;
    padding: 0;
    text-align: center;
}

body, td {
    font-family: Trebuchet MS, Arial, sans-serif;
}

#header {
    background: #ffcc00 url('header.png') center bottom no-repeat;
    height: 170px;
}

#page {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

#content {
    float: left;
    width: 660px;
    color: #1f4983;        
}

#announcement h1 {
    font-weight: bold;
    font-size: 22px;
    margin: 1.5em 0 0 0;
}

#tagline {
    font-variant: small-caps;
    font-weight: normal;
    font-size: 17px;    
    margin: 4px 0 16px 0;
}

#eventdate {
    display: inline;
    font-weight: bold;
    font-size: 14px;
    color: white;    
    background-color: #cc0000;
    padding: 0.2em 0.7em;
}

#teaser {
    color: #cc0000;
    font-variant: small-caps;
    font-weight: normal;
    font-size: 15px;    
    margin: 8px 0 4px 0;
}

#sidebar {
    float: right;
    width: 120px;    
}

#sidebar h2 {
    display: none;    
}

#sidebar p {
    color: #777;
    font-size: 12px;
    text-align: center;
}

#sidebar a {
    display: block;
    width: 110px;
    text-align: center;
    margin-bottom: 20px;
}

#sidebar a img {
    border: 0;
}

#poweredby {
    margin-top: 70px;
}

#partners {
    margin-top: 50px;
}

#newsletter {
    margin-top: 1em;
}

#newsletterlabel {
    width: 400px !important;
}

#shedule {
    color: white;
    margin: 30px 30px -70px 0;        
    width: 608px;
    background: transparent url('shedule-bottom.png') bottom no-repeat;    
}

#shedule h2 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    background: transparent url('shedule-top.png') top no-repeat;    
    padding: 20px;
}

#shedule table {
    padding: 0 20px;
    margin: 0 0 16px 0;
    background: transparent url('shedule-middle.png') repeat-y;    
}

#shedule td {
    font-size: 14px;
    vertical-align: top;
    text-align: left;
    line-height: 1.4em;
    padding: 0 0 15px 0;
}

#shedule td.time {
    text-align: right;
    font-weight: bold;
    padding: 0 15px 0 0;
}

#shedule p.synopsis {
    color: #ffcc00;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    font-size: 13px;
}

#footer {
    clear: both;
    margin: 0;
    background: #ffcc00 url('footer.png') center top no-repeat;    
}

#footercontent {
    width: 400px;
    margin: 0 auto;
    text-align: left;
    padding: 100px 0 40px 400px;
    color: #cc0000;
    font-size: 12px;
}

#location address {
    font-weight: bold;
    font-style: normal;
}

#location dt {
    font-style: italic;
}

#location dd {
    margin: 0.1em 0 0.5em 0;
}

#footer a {
    color: #ce003d;
    text-decoration: underline !important;
}

#seeyousoon {
    font-size: 17px;    
    margin: 4px 0;
    padding-bottom: 0.5em;
}

#content a {
    color: #1f4983;        
    text-decoration: underline !important;
    font-size: 12px;
}

sup {
    font-size: 0.5em;    
}

iframe {
    width: 600px;
    height: 400px;
    border-width: 0;
    margin: 0;
}

#content-inner {
    color: #1f4983;        
    font-family: Trebuchet MS, Arial, sans-serif;
    margin: 30px 0 0 0;
    padding: 0;
    font-size: 14px;
}

#content-inner h1 {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

#content-inner form {
    margin-top: 2em;
}

#content-inner p {
    margin: 5px 0;
}

#content-inner fieldset {
    border: 0;
}

#content-inner label {
    width: 10em;
    display: inline-block;
}

#content-inner input[type=text], #content-inner input[type=password] {
    border: 1px inset #1f4983;
    background-color: #fcfcfc;
    width: 10em;
}

#content-inner input[type=submit] {
    margin-top: 15px;
    padding: 3px 15px;
    border: 2px outset #1f4983;
    background-color: #1f4983;
    color: white;    
}

