/* ydfa style sheet */

body {
    background-color: #807060;
    color: #EEEEEE;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    min-height: 600px;
    text-align: center;
}

/* line breaks */
br {
    line-height: 1em;
}

/* small text and strong text */
em {
    font-style: italic;
}
small {
    font-size: 9px;
}
strong {
    font-weight: bold;
}

/* image border color */
img {
    border-color: #FFFFFF;
}

/* default link styles */
a:link, a:visited {
    color: #AAAAAA;
    text-decoration: underline;
}
a:active, a:hover {
    color: #CC6666;
    text-decoration: none;
}
/* credit link styles */
a.credit:link, a.credit:visited {
    color: #333333;
    text-decoration: none;
}
a.credit:active, a.credit:hover {
    color: #660000;
    text-decoration: underline;
}

/* global table styles */
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em !important; /* workaround to fix non-inherited font size in tables */
}
td {
    padding: 0;
}

/* div styles */
#global {
    border: 0;
    margin: 50px auto;
    text-align: center;
    width: 700px;
}

#midpanel {
    background-color: #660000;
    border: 0;
    border-top: 10px solid #807060;
    width: 700px;
}

#midleftpanel {
    border: 0;
    border-right: 10px solid #807060;
    padding: 0;
    vertical-align: top;
    width: 150px;
}
#midleftpanel #logo {
    background: #660000 url("http://www.ydfa.com/layout/ydfa-small.gif") top center no-repeat;
    height: 70px;
    text-align: center;
}
#midleftpanel #menu {
    line-height: 2em;
    padding: 10px 10px 10px 15px;
}

#midrightpanel {
    border: 0;
    min-height: 400px;
    padding: 10px 10px 30px 10px;
    vertical-align: top;
}
#midrightpanel #content {

}

.resourcelink {
    margin: 15px 0 0 20px;
}

#footer {
    font-size: smaller;
    padding: 20px;
    text-align: left;
    vertical-align: top;
}

#credit {
    color: #333333;
    font-size: smaller;
    text-align: center;
    vertical-align: middle;
