* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Times New Roman;
    font-size: 12pt;
    letter-spacing: 1pt;
    text-align: center;
}

a#MainTitle{color: #334EA1;
}

#wrapper {
    width: 870px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#masthead {
    font-family: Georgia;
    font-weight: bold;
    text-align: center;
}

#masthead h1 {
    font-size: 30pt;
    color: #334EA1;
    padding-top: 35px;
}

#masthead h2 {
    font-size: 16pt;
    margin-top: 30px;
}

#masthead img {
    float: left;
    margin-left: 25px;
}

#leftColumn {
    float: left;
    width: 225px;
    padding-top: 30px;
}

#navigation {
    float: left;
    color: #334EA1;
    font-weight: bold;
    width: 195px;
    float: left;
}

#navigation ul.sponsors {
    font-size: 10pt;
}

#navigation ul {
    list-style: none;
}

#navigation li {
    border-color: #D9C192;
    border-width: 1px 1px 0;
    border-style: solid;
    padding: 5px
}

#navigation li.first {
    font-size: 12pt;
    background-color: #D9C192;
}

#navigation li.last {
	border-bottom-width: 1px;
}

#navigation li a {
    color: #334EA1;
    text-decoration: none;
}

#navigation li a:hover {
    text-decoration: underline;
}

#centerColumn {
    float: left;
    width: 415px;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}

#centerColumn h3 {
    font-family: Trebuchet MS; 
    font-size: 13pt;
    font-weight: bold;
    margin-top: 12pt;
    border-bottom-width: 3px;
    border-bottom-color: #000;
    border-bottom-style: solid;
}

#centerColumn ul {
    padding-left: 15px;
}

#centerColumn a {
    text-decoration: none;
    color: #334EA1;
    font-weight: bold;
}

#centerColumn a:hover {
    text-decoration: underline;
}

#rightColumn {
    float: left;
    width: 200px;
    text-align: center;
    padding-left: 13px;
    padding-top: 50px;
}

#rightColumn p {
    font-family: Trebuchet MS; 
    font-size: 8pt;
}

#disclaimer {
    font-family: Arial;
    font-size: 8pt;
    letter-spacing: -1px;
    font-weight: bold;
    color: #ADCBDE;
    margin-left: 118px;
}

.bar1,.bar2,.bar3 {
    width: 290px;
    height: 15px;
    display: block;
    float: left;
}

.bar1 {
    background-color: #334EA1;
}

.bar2 {
    background-color: #D9C192;
}

.bar3 {
    background-color: #CBE0EB;
}

.bar4 {
    background-color: #334EA1;
    width: 4px;
    height: 65px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.contact {
    font-weight: bold;
    font-size: 9pt;
}

.bold {
    font-weight: bold;
}

.indent {
    margin-left: 45px;
}