/* CSS Document */

body
{
 background-image: url('images/background.jpg');
background-repeat: no-repeat;
background-position: 50% 400px; 
font-family:Lucida Grande;
width: 800px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

a 
{
color:#000000;
text-decoration: none;
}
a.norm
{
color:#0000FF;
}

object.right
{
float: right;
}

p.u
{
text-decoration:underline;
font-weight:bold;
}

p.nav
{
color: #000000;
text-decoration: none;
font-size: 10px;
}

td.right
{
text-align: right;
}

td.textcol
{
font-size: small;
text-align: left;
vertical-align: top;
line-height: 150%;
}

p.colhead
{
font-size: 24px;
font-weight: bold;
vertical-align: top;
}

p.textcollumn
{
font-size: small;
color: #006666;
text-align: left;
vertical-align: top;
line-height: 130%;
}
p.weblink
{
text-align: center;
color: #006666;
text-decoration: none;
font-size: x-small;
}
a.weblink
{
color: #006666;
text-decoration: none;
font-size: x-small;
}

}

a.contact
{
color:#000000;
text-decoration: none;
font-size: small;
}