body
{
        background-image:url("http://www.nwspring.com/images/springbackground.jpg");
        background-repeat: repeat;
        /*background-position:bottom right;*/
        background-attachment:fixed;
	font-family:sans-serif;
        text-align:center;
}
/*table
{
        margin-left:auto;
        margin-right:auto;
}*/
.bodytitle
{
        font-size:110%;
        font-weight:bold;
}
.body
{
        background-color:#FFFFFF;
        color:#000000;
        font-family:verdana;
        font-size:14px;
        padding:5px;
        width:100%;
}
.footer
{
        background-color:#990000;
        color:#FFFFFF;
        font-size:80%;
        padding:2px;
        text-align: center;
        width: 100%;
}
.pagetable
{
        background-color:#FFFFFF;
        border-collapse:collapse;
        border-width:1;
        border-style:solid;
        border-color:#000000;
        margin-left:auto;
        margin-right:auto;
        margin-top:auto;
        width:768px;
}
.parabody
{
        padding-left:10px;
        padding-right:10px;
        vertical-align:top;
}
.slogan
{
        color:#FFFFFF;
        font-style: italic;
        font-size:110%;
        text-align: center;
}
.title
{
        background-color:#FFFFFF;
        background-image:url("http://www.nwspring.com/images/title_bkg.jpg");
        color:#990000;
        font-family:verdana;
        font-size:150%;
        font-weight:bold;
        margin-left:auto;
        margin-right:auto;
        padding:5;
        width:100%;
}
.topmenu
{
        background-color:#990000;
        background-image:url("http://www.nwspring.com/images/menu.jpg");
        border-color:black;
        border-style:solid;
        border-width:1;
        color:#000000;
	font-family:verdana;
        height:20px;
        padding:3;
        text-align:center;
        vertical-align:top;
        width:100%;
}
.topmenu a:link 
{ 
    color : white;
    font-family:verdana;
    font-weight:bold;
    text-decoration : none;
}
.topmenu a:visited 
{ 
    color : white;
    font-family:verdana;
    font-weight:bold;
    text-decoration : none;
}
.topmenu a:hover 
{ 
    background-color:#CC0000;
    color: #FFFFFF;
    font-family:verdana;
    font-weight:bold;
    text-decoration : none;
}

