body { 
    color: black; 
    background-color: white; 
    font-family: Arial;
}

div, td, li, p {
font-size: small;
}

H1 {
    font-size: 120%;
    color: #996600;
    font-style: italic;
}

H2 {
    font-size: 100%;
    color: #996600;
}

H3 {
    font-size: 100%;
    color: #996600;
    font-weight: normal;
    margin-bottom: -15px;
}

.txtSmall {
    font-size: 70%;
    color: #666666;
}

A {
    color: #DD8603;
    text-decoration: none;
}

A:hover
{
    text-decoration: underline;
}

.wrapper { 
    width: 100%; 
    text-align: center;
}

.logo { 
    width: 780px; 
    text-align: right;
}

.boxNav, .boxNavSub {
    overflow: hidden;
    height: 30px;
    background: white;
    margin-top: 4px;
    margin-bottom: 160px;
    text-align: left;
}

.boxNavSub {
    margin-bottom: 20px;
}

.nav {
    border-right: 1px solid gray;
    height: 30px;
    padding-top: 8px;
    float: left;
}

A.navLink {
    padding-right: 23px;
    padding-left: 23px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000000;
    font-size: 14px;
}

.main { 
    width: 780px; 
    background-repeat: no-repeat; 
}

.content, .box { 
}

.content {
    width: 490px;
    text-align: left;
    padding: 15px; 
    padding-top: 55px;
}

.box { 
    background: white; 
    width: 254px;
}

.boxNewsletter, .boxEvent { 
    border: 3px solid; 
    overflow: hidden;
}

.boxNewsletterHead, .boxEventHead {
    padding-top: 6px; 
    padding-bottom: 6px; 
    padding-left: 15px;
    padding-right: 15px;
    color: #663300;
}

.boxContent {
    padding: 15px;
}

.boxNewsletter {
    border-color: #E7B056; 
    background: #FBFBEB;
}

.boxNewsletterHead {
    background: #F8EFD3;
    width: 100%;
}

.boxEvent { 
    border-color: #BEBEBE;
    background: white;
    margin-top: 10px;
}

.boxEventHead { 
    background: #EDEDED;
    width: 100%;
}

.input {
    margin-bottom: 5px;
}

.footer {
    font-size: 75%;
}
