/* CSS Document */
body{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

h1{
    font-size:16px;
    color:#472B12;
    margin:10px 0 10px 0;
    font-family: Times New Roman, sans-serif;
}

h2{
    font-size:16px;
    color:#472B12;
    margin:5px 0 5px 0;
    font-family: Times New Roman, sans-serif;
}

p{
    font-size:12px;
    color:#472B12;
    margin:0 0 5px 0;
}

h4, h3, h3 a{
    font-size:13px;
    color:#472B12;
    margin:5px 0 5px 0;
}

.contentPane a {
    color: #AB5D18;
    text-decoration: none;
}

.contentPane a:hover {
    text-decoration: underline;
}

#leftPane a {
    color: #AB5D18;
    font-family: Times New Roman, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#leftPane .sideLinks {
    padding-bottom: 5px;
    padding-top: 15px;
}

#centerPane ul{
    padding:5px 5px 5px 30px;
}

#headerLinks, #headerSearch{
    text-align:right;
}

#headerLinks a, #footer a{
    margin:0 5px 0 5px;
    text-decoration:none;
}

#footer, #footerCopyright{
    text-align:center;
    color: #FFFFFF
}

#footer{
    font-weight: bold;
    font-family: Times New Roman, sans-serif;
}

#footer a{
    color: #FFFFFF;
    margin-top: -5px;
}

#footer a:hover{
    text-decoration:underline;
}

#leftNav a{
    text-decoration: none;
}

td.inside h3.viewAll a {
    color: #AB5D18;
}

td.inside h3.viewItem a {
    text-decoration: none;
    color: #472B12;
}

td.inside h3.viewItem a:hover { 
    text-decoration: underline;
}

td.inside h3.readMore a{
    text-decoration: none;
    color: #AB5D18;
}

h3.return {
    cursor: pointer;
    color: #AB5D18;
}


#leftNav a:link { font: 10pt "times"; font-weight: bold; color: #AB5D18; }
#leftNav a:visited { font: 10pt "times"; font-weight: bold; color: #AB5D18; }
#leftNav a:hover { font: 10pt "times"; font-weight: bold; color: #AB5D18; }
#leftNav a:active { font: 10pt "times"; font-weight: bold; color: #AB5D18; }


/************************************************/
/*   Figure out where these #home id's are used */
/*   If they aren't used anywhere, remove them  */
/************************************************/

#home #centerPane .box h2{
    color:#666;
    font-size:14px;
    text-align:center;
    margin:5px;
}

#home #rightPane .box h2, #homeNews h2{
    color:#666;
    font-size:18px;
    margin:5px 0 5px 0;
    font-weight:normal;
}

#homeNews h3{
    color:#555;
    font-size:14px;
}

#home #centerPane .box p, #homeNews p{
    font-size:11px;
    margin:0 5px 5px 5px;
}

#home #rightPane .box p{
    font-size:11px;
}

#home #centerPane .box ul{
    list-style:none;
    padding:0 0 0 20px;
}