@import url('base.css');
@import url('reset.css');

body {
    font: 13px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
    color: #FFFFFF;
    background-color: #FFFFFF;
    text-align: left;
}

a:link, a:visited { color: #91a2a0 }
a:hover, a:active { color: #b43c46 }


div#main {
	border: 1px solid #3f4645;
    background-color: #3f4645;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    position: relative;
    top: 0px;
}

div#nav { background-color: #FFFFFF; width: 980px; }
div#nav img { float: left; }

div#subnav img { float: left; white-space:nowrap; }

img#leftFramedImg { padding-right: 1em; }

div#content { text-align: justify; padding-right: 3em; padding-left: 3em; padding-top: 1em; padding-bottom: 2em; }

div#contentNews { text-align: left; float: left; width: 575px; padding: 1em 3em 2em 0em; }

div#contentBio { text-align: left; float: left; width: 575px; padding: 1em 3em 2em 0em; }

div#footer {
	padding-top: 10px;
	border-bottom: none;
    text-align: center;
    font-size: 9px;
    color: #FFF;
    background: url('/img/footer.jpg') no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 982px;
    height: 84px;
}

form#contact label {
    width: 100px;
    float: left;
}

div#formContact {
    float: right;
    width: 590px;
}

.error {
    color: #CC0000;
}

.subhead {
    color: #c5d9d6;
    font-size: 14px;
	font-weight: bold;
}

.inset {
    padding-left: 5em;
    padding-right: 5em;
}
