body 
{
    background-image:url(images/bground.jpg);
    background-repeat: repeat-x;
    margin: 0;
}
#copyright
{
    width: 100%;
    text-align:center;
    padding-top:15px;
}
/* Table elements */
#container
{
    width:910px;
    border-collapse:collapse;
    border:none;
    margin: 0 auto;
    background-color:White;
}
#header
{
    height: 95px;
    width:910px;
    background-image:url(images/header.jpg);
}
#buttons
{
    height:20px;
    width:910px;
    background-image:url(images/button_bg.jpg);
    color: White;
}
#header_b
{
    height:35px;
    width:910px;
    background-image:url(images/header_b.jpg);
    background-repeat: no-repeat;
}

/* Page items */
.title
{
    color: #009900;
    font-weight:bolder;
    font-size:14px;
}
.titleitalic
{
    color: #009900;
    font-weight:bolder;
    font-size:13px;
    font-style: italic;
}
.articletitle
{
    color: #009900;
    font-weight:bold;
    font-size:13px;
}
.divwhole
{
    padding-left:7px;
    font-family: Verdana, Arial;
    font-size: 11px;
    width: 903px; 
}
.divleft
{
    padding-left:7px;
    font-family: Verdana, Arial;
    font-size: 11px;
    width: 650px;
}
.divright
{
    font-family: Verdana, Arial;
    font-size: 11px;
    width: 247px;
}
.headerdiv
{
    background-image: url(images/headerdiv_bg.jpg);
    font-weight:bolder;
    font-size:14px;
    text-align: center;
    color: White;
    width: 247px;
    height: 25px;
    line-height: 25px;
}
.newsflash
{
    width:645px;
    border:solid 1px green;
    margin-top:3px;
    background-color:#c2edc3;
    padding:1px;
}
.homenews
{
    font-family: Verdana, Arial;
    font-size: 11px;
    width: 235px;
    height:460px;
    border-left:solid 1px #009900;
    float:right;
    padding-right:5px;
}
li
{
    list-style-position: outside;
    list-style-image: url(images/bullet.jpg);
    /*line-height: 16px;*/
    margin: 10px 15px 10px 0px;
}
/* Links */
a.button
{
    font-family: Verdana, Arial;
    font-size: 12px;
    font-weight:normal;
    text-decoration:none;
    color: White;
    margin-bottom:10px;
}
a.button:hover
{
    text-decoration: underline;
}
a.textlink
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight:normal;
    text-decoration:none;
    color: #009900;
}
a.textlink:hover
{
    text-decoration:underline;
}
a.copyrightlink
{
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight:normal;
    color: Silver;
    text-decoration:none;
}
a.copyrightlink:hover
{
    color:blue;
    text-decoration:underline;
}
#submit
{
    display:block;
    width:94px;
    height: 25px;
    background-image:url(images/submit_u.jpg);
}
#submit:hover
{
    background-image:url(images/submit_d.jpg);
}
a.articletitle
{
    color: #009900;
    font-weight:bold;
    font-size:13px;
    text-decoration:none;
}
a.articletitle
{
    text-decoration:underline;
}
a.newslink
{
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight:normal;
    text-decoration:none;
    color: blue;
}
a.newslink:hover
{
    text-decoration:underline;
}

a.worldrecovery
{
 display: block;
 height: 20px;
 width: 154px;
 background-image: url(images/worldrecover_u.gif);
 border:none; 
 float:left;
}
a.worldrecovery:hover
{
 background-image: url(images/worldrecover_d.gif);
}
