body {
    background: #666;
    margin: 0;
    font-family: verdana, arial , serif;
    font-size: 10pt;
    color: #333;
}

a, a:link, a:active, a:visited {
    color: #066;
    font-family: verdana, arial , serif;
    font-size: 11px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h3 {
    font-size: 11pt;
    color: #c30;
    margin-bottom: 2px;
}

#page {
    margin: 38px auto 0 auto;
    width: 720px;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 5px;
}

#footer {
    margin: 0 auto 20px auto;
    width: 745px;
    background-color: #fff;
    padding: 0 5px 5px 30px;
    text-align: left;
    font-size: 9pt;
    color: #2f7678;
}

#content {
    padding: 20px 0 0 30px;
    width: 555px;
    float: left;
}

#nav {
    width: 125px;
    padding: 20px 0 0 5px;
    float: left;
}

#nav h1 {
    font-size: 9pt;
    color: #c30;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

#nav a {
    font-size: 8pt;
}

#standardContent {
    width: 95%;
    text-align: justify;
}	

#fma {
    width: 460px;
    height: 349px;
    background-color: #ccc;
    color: #333;
    padding: 10px 20px 0 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

#fmaContent {
    height: 339px;
    width: 460px;
    position: relative;
    top: 0;
    left: 0;
}

.fmaCell {
    height: 339px;
    width: 460px;
    display: block;
    float: left;
    font-size: 11px;
}

.fmaCell h2 {
    color: #c30;
    font-size: 10pt;
    margin: 0 0 10px 0;
}

#fmaText {
    padding: 0 0 15px 20px;
}

#fmaNav {
    padding-top: 18px;
}

#fmaNav a {
    font-size: 11px;
}

.hlText {
    color: #c30;
}

#quote {
    margin: 20px 5px 10px 0;
}

#quoteText {
    font-family: verdana, arial, serif;
    font-size: 14pt;
    color: #c30;
    width: 510px;
}

#quoteAttribution {
    color: #6ba098;
    text-align: right;
    font-style: italic;
    padding-right: 125px;
}

.leightbox {
    color: #333;
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 1em;
    border: 1em solid #B8B8B8;
    background-color: white;
    text-align: left;
    z-index:1001;
    overflow: auto;	
}

#overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:#333;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
