/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
body
{
    color : white;
    background-color : rgb(00,00,00);
/*    background-image : url(images/light-balance-small.jpg); */
    background-attachment : fixed;
    background-position : bottom left;
    background-repeat : no-repeat;
    font-family:sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    margin:0px;
    padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
    max-width:45em;
}

ul.menu
{
    list-style:none;
    margin:0px;
}

ul.menu li
{
    display:inline;
}

.menu
{
    text-align : center;
    background-image : url(images/yellowfilter.gif);
    border : thin solid rgb(0,0,0);
    font-weight : bold;
}

.menu a
{
    color : rgb(0,0,0);
    background-color : inherit;
}

.menu a:hover
{
    color : rgb(0,0,0);
    background-color : rgb(0,0,0);
}


.menu strong
{
    font-size : large;
}

.other
{
    text-align : center;
    background-image : url(images/redfilter.gif);
    border : thin solid rgb(0,0,0);
    background-color : inherit;
    color : rgb(0,0,0);
    font-weight : bold;
}

.othertwo
{
    text-align : center;
    background-image : url(images/redfilter.gif);
    border : thin solid rgb(0,0,0);
    background-color : inherit;
    color : rgb(0,0,0);
    font-weight : bold;
}

.righttopten
{
    text-align : center;
/*  background-image : url(images/redfilter.gif); */
    border : thin solid rgb(0,0,0);
    background-color : inherit;
    color : rgb(0,0,0);
    font-weight : bold;
}

.righttopten2
{
    text-align : center;
/*  background-image : url(images/redfilter.gif); */
    border : thin solid rgb(0,0,0);
    background-color : inherit;
    color : rgb(0,0,0);
    font-weight : bold;
}

.rightlogo2
{
    text-align : center;
/*  background-image : url(images/redfilter.gif); */
    border : thin solid rgb(0,0,0);
    background-color : inherit;
    color : rgb(0,0,0);
    font-weight : bold;
}

.rightlogo
{
    text-align : center;
/*  background-image : url(images/redfilter.gif); */
    border : thin solid rgb(0,0,0);
    background-color : inherit;
    color : rgb(0,0,0);
    font-weight : bold;
}

.cbox
{
    text-align : center;
/*  background-image : url(images/redfilter.gif); */
    border : thin solid rgb(0,0,0);
    background-color : inherit;
    color : rgb(0,0,0);
    font-weight : bold;
}

.links1
{
    text-align : center;
/*  background-image : url(images/redfilter.gif); */
    border : thin solid rgb(0,0,0);
    background-color : inherit;
    color : rgb(0,0,0);
    font-weight : bold;
}

.link2
{
    text-align : center;
/*  background-image : url(images/redfilter.gif); */
    border : thin solid rgb(0,0,0);
    background-color : inherit;
    color : rgb(0,0,0);
    font-weight : bold;
}

.link3
{
    text-align : center;
/*  background-image : url(images/redfilter.gif); */
    border : thin solid rgb(0,0,0);
    background-color : inherit;
    color : rgb(0,0,0);
    font-weight : bold;
}

.contentText
{
    color : rgb(0,0,0);
    background-color : rgb(255,255,255);
    border : thin solid;
}

.footer
{
    background-image : url(images/redfilter.gif);
}

.footer a:link
{
    color: rgb(0,0,0);
    background-color:transparent;
}