﻿@charset "utf-8";
/* CSS Document */

html{
overflow: -moz-scrollbars-vertical;
}

body{
font: 12px Verdana;
color: #000;
margin: 0;
padding: 0;
background: #FFF url(../images/bg.gif) repeat-x;
}

table.wrap{
margin-left: auto;
margin-right: auto;
width: 762px;
background-color: #FFFFFF;
border: 1px solid #ff0000; /* red */
}

td#navigation{
background: #FFF url(../images/nav_bg.gif) no-repeat;
height: 45px;
text-align: center;
padding-bottom: 8px;
}

td#logo{
height: 51px;
text-align: center;
}

td#content{
padding: 10px;
vertical-align: top;
}

td#overview{
background: #FFF url(../images/overview_bg.gif) repeat-x;
padding: 5px;
}

.programs{
padding: 0 3px;
width: 142px;
text-align: left;
vertical-align: top;
}

table.missiondef{
background-color: #F7FA03;
}

td#mission{
padding: 5px;
border-right: 2px solid white;
vertical-align: top;
}

td#definition{
padding: 5px;
border-left: 2px solid white;
vertical-align: top;
}

td#donate_needs{
padding: 5px;
}

td#footer{
background: #FFF url(../images/footer_bg.gif) repeat-x;
padding: 10px;
text-align: center;
color: #FFF;
font-size: 11px;
}

h2, h3, h4, h5{
color: #ff0000;
}

/* Footer Nav */

div#fnav{
color: #FFF;
}

#fnavlist li{
display: inline;
list-style-type: none;
padding: 0 10px;
}

#fnavlist li a{
font-size: 11px;
color: #F7FA03;
text-decoration: none;
padding: 0 10px;
}

#fnavlist li a:hover{
color: #FFF;
}

.b{
border-right: 1px solid #F7FA03;
}

/* Navigation */

#navlist li{
display: inline;
list-style-type: none;
padding: 0 10px;
}

#navlist li a{
color: #FFF;
font-size: 13px;
font-weight: bold;
text-decoration: none;
padding: 3px 10px 3px 10px;
}

#navlist li a:hover{
background: #F7FA03; /* yellow */
color: #FF0000;
}

a:link, a:visited, a:active{
color: #ff0000;
text-decoration: none;
}

a:hover{
color: #000;
text-decoration: underline;
}

a.flinks:link, a.flinks:visited, a.flinks:active{
color: #F7FA03;
text-decoration: none;
}

a.flinks:hover{
color: white;
}