body {
    background: #ccc;
    text-align: center;
    margin: 0px 0px 0px 0px;
    font-family: Verdana, serif;
}

#main {
    margin: 0px auto;
    width: 702px;
    padding-bottom: 20px;
    text-align: center;
}

#main .header {
    padding-bottom: 0px;
}

#main .nav {
    background: #383838;
    margin: 0px 0px 0px 0px;
    padding: 1px 1px 1px 1px;
    text-align: center;
	text-decoration: none;
    font-size: 8.5pt;
    color: #fff;
    font-weight: bold;
}

/* nav */

.nav ul {
    margin: 0px auto;
}

.nav li {
    display: block;
    float: left;
    text-decoration: none;
    list-style: none;
    width: 15%;
    margin: 4px 0px 4px 0px;
}

.clear {
    clear: both;
    margin: -1px 0 0 0;
    height: 1px;
    overflow: hidden;
}

.nav a {
    /*display: block; */
    text-decoration: none;
    font-size: 8.5pt;
    color: #fff;
    font-weight: bold;
}

.nav a:hover {
    color: #E77A00;
}

/* footer */

.footer {
    margin: 40px 0px 0px 0px;
    text-align: center;
}

.footer a {
    margin: 0px 5px 0px 0px;
    text-decoration: underline;
    color: #35578E;
    font-size: 12px;
	font-weight: normal;
	line-height:1.3em;
}

.disclaimer {
    margin: 20px 0px 0px 0px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

/** content area **/

.contentArea {
    background: #fff;
    text-align: left;
    line-height: 1.3em;
    font-size: 12px;
    padding: 15px 20px 20px 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentArea h1 {
    font-size: 20px;
    font-style: normal;
    color: #FF3300;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.0em;
}

.contentArea h2 {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #35578E;
}

.contentArea h3 {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3em;
}

.contentArea .head3 {
    font-size: 14px;
    font-weight: bold;
    color: #FF3300;
}

.contentArea .introCopy {
    font-size: 14px;
    line-height: 1.7em;
}

.contentArea .introCopyBold {
    font-size: 14px;
    font-weight: bold;
}

.contentArea .bodycopy {
    font-size: 12px;
	line-height:1.4em;

}

.contentArea .bodycopy2nd {
    font-size: 12px;
	line-height:1.3em;
    color: #FF3300;
}

.contentArea em {
    color: #35578E;
}

.contentArea .bodycopy2Bold {
    font-weight: bold;
    color: #35578E;
	font-size: 12px;
}



