body
{
background-image: url(background.gif);
}


#container
{
width: 730px;
margin-top: 15px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
background-image: url(navback.jpg);
background-repeat: repeat-y;
color: #333;
border: 2px ridge silver;
line-height: 130%;
}

#top
{
height: 155px;
padding: 0;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: bottom;
border-bottom: 1px solid gray;
}

#top2
{
height: 10px;
margin: 0;
padding: 0;
background-color: #b80508;
border-bottom: 1px ridge silver;
}

#leftnav
{
float: left;
width: 175px;
margin: 0;
padding: 0;
}

td#linksnavstyle
{
padding-bottom: 0px;
padding-top: 4px;
vertical-align: bottom;
border-bottom: 1px solid silver;
}

a#linksnavstyle:link
{
display: block;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #e7d8bf;
}

a#linksnavstyle:visited
{
display: block;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #e7d8bf; 
}

a#linksnavstyle:hover
{
padding-left: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: black;
background-color: white;
}

#content
{
margin-left: 175px;
margin-right: 0px;
margin-top: 0px;
}

div#content
{ 
min-height:400px;
height:expression(this.scrollHeight > 400 ? "auto":"400px");
}

#footer
{
text-align: left;
height: 20px;
clear: both;
margin: 0;
padding: 0;
color: #333;
background-color: #b80508;
border-top: 1px solid gray;
border-bottom: 1px solid gray;
}

#leftnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }
