body
{ 
background-color: #ffffff;
background-image: url(images/background.gif);
background-repeat: repeat-x;
margin: 0px 0px 0px 0px;
text-align: center
font: 12px arial;
}


/* ---------------------------------------------- */
/* NAVIGATION BUTTONS */


div#home_button,div#about_button,div#prog_button,div#advo_button,div#news_button,div#media_button,div#links_button,div#contact_button,div#donate_button
{
display: inline;
padding-left: 0;
margin-left: 0;
float: left;
}


/* ---------------------------------------------- */
/* FONT RULES */


span.tmtitle
{
font:bold 14px arial
}


span.tm
{
font: 11px arial
}

p
{
text-align: left;
font: 12px arial;
margin: 5px 5px 0px 5px;
}

p.title
{
text-align: center;
font: bold 16px arial;
margin: 10px 5px 5px 5px;
}


p.normal
{
text-align: left;
font: 12px arial;
text-indent: 5px;
margin: 5px 5px 0px 5px;
}


p.fullpage
{
text-align: left;
font: 12px arial;
text-indent: 10px;
margin: 5px 10px 0px 10px;
}

p.fullpagecenter
{
text-align: center;
font: 12px arial;
text-indent: 10px;
margin: 5px 10px 0px 10px;
}

blockquote
{
text-align: left;
font: 12px arial;
}

h1
{
font: bold 16px arial;
margin: 5px 5px 0px 5px;
}

h2
{
font: bold 14px arial;
margin: 5px 5px 0px 5px;
}

h3
{
font: bold 13px arial;
margin: 5px 5px 0px 5px;
}

h4
{
font: bold 12px arial;
margin: 5px 5px 0px 5px;
}

li
{
font: 12px arial;
}

dt
{
text-align: left;
font: bold 13px arial;
margin: 10px 5px 5px 5px;
}

dd
{
font: 12px arial;
}


hr 
{
width: 75%; 
text-align: center; 
color: #D05C00;
}

/* ---------------------------------------------- */
/* LINK RULES */


a:link {color: #D05C00; text-decoration: none}

a:visited {color: #D05C00; text-decoration: none}

a:hover {color: #EAA868}

a:active {color: #D05C00; text-decoration: none}


/* ---------------------------------------------- */
/* DIVISION RULES */


div.container
{ 
position: relative; 
text-align: left; 
margin: 0 auto; 
top: 0px;
width: 800px; 
}


div.mainpage  
{ 
background: url(images/background.gif) repeat-x; 
position: absolute; 
top: 0px; 
left: 0px; 
width: 800px; 
/* height: 600px; */
visibility: visible; 
display: block;
}


div.thismonth
{
position: absolute;
left: 490px;
top: 30px
}


div.copyright_main
{
position: relative;
bottom: 0px;
text-align: center;
width: 800px;
}


div.copyright
{
position: absolute;
bottom: -80px;
text-align: center;
width: 800px;
}


div.navcontainer
{
position: absolute;
margin-top: 0;
left: 129px;
top: 115px
}


div.nfg
{
position: absolute;
left: 180px;
top: -5px;
}


div.unitedway
{
position: absolute;
left: 510px;
top: 0px;
display: inline;
}

div#fpLeft
{
position: absolute;
left: 25px;
top: 163px;
}

div#fpRight
{
position: absolute;
left: 405px;
top: 163px;
}


div.fpTop
{
background: #fbf2eb;
background-image: url(images/bg_frontpageTop.gif);
background-repeat: no-repeat;
width: 330px;
}

div.fpMiddle
{
background: #fbf2eb;
background-image: url(images/bg_frontpageTop02.gif);
background-repeat: no-repeat;
width: 330px;
}

div.fpBottom
{
background: url(images/bg_frontpageBottom.gif) no-repeat;
width: 330px;
height: 5px;
}

div#fullpage
{
position: absolute;
background: url(images/bg_fulltop.gif);
background-repeat: no-repeat;
background-color: FBF1E9;
width: 710px;
left: 25px;
top: 163px;
}


div#fullpagebottom
{
display: inline;
position: absolute;
bottom: -21px;
background: url(images/bg_fullbottom.gif);
background-repeat: no-repeat;
width: 710px;
height: 21px;
}


/* ---------------------------------------------- */
/* IMAGE RULES */


img.site_logo
{
position:absolute;
left:0px;
top:0px
}


img.nav_button
{ 
padding-left: 0px;
}

img.normal
{
margin: 5px;
padding: 0px;
border: 0px;
}