/* Content Styles */

/* --- Header --- */

#header #menuBackground {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}

h1 {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    color: #666666;
}

h2 {
    
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #666666;
}

p {
    color: #666666;
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
    margin: 13px 0 13px 0;
}

a {
    color: #F2873E;
}

a:link, a:visited {
    text-decoration: none;
}

a:active, a:hover {
    text-decoration: underline;
}

#right .gray_box  h6 {
    background: #F00;
}

ul {
    list-style-type: disc;
    margin: 0 0 0 30px;
}