body{
	font:Verdana, Helvetica, Arial, sans-serif;
        background-image: url(/stillwater/Gradient.gif);
        background-repeat: repeat-x;
        margin:0;
        padding:0;
}
        
*{
	margin:0;
	padding:0;
}
h1{
        font-size: 16pt;
        font-weight: bold;
        font-family: "Copperplate Gothic Bold", Verdana, Helvetica, serif;
	margin:0;
	}

h2{
        font-size: 13pt;
        font-weight: bold;
        font-family: Arial;
        width: 79%;
        margin:1em;
        }

h4{
        font-size: 8pt;
        font-family: Arial;
        text-align: center;
        }

h3, h5, h6{
	font:bold 1.6em/1em Garamond, Times, serif;
	margin:.5em;
	}

a{
        border-style: none;
}

p{
        font-size: 10pt;
        text-align: justify;
        width:700px;
        font-family:Tahoma;

}

p.center{
        font-size: 10pt;
        text-align: center;
        width:700px;
        font-family:Tahoma;
        font-weight: bold;
}

table.PropertyTypes{
      text-align: justify;
      font-family: Verdana;
      font-weight: normal;
      font-size: 18px;
      color: #404040;
      width: 700px;
      margin: 10;
}
table.LoanProducts{
      text-align: justify;
      font-family: Verdana;
      font-weight: normal;
      font-size: 18px;
      color: #404040;
      width: 500px;
}

td.right{
       font-size: 9pt;
       padding: 5px;
       text-align: right;
       font-family:Arial;
}

td.left{
       text-align: left;
       font-size: 9pt;
       padding: 5px;
       font-family:Arial;
       width: 250px
}

img{
        border-style: none;
}
 /* this was to get rid of the box around the menu button links */
a:link img{
        border-style: none;
}

a:vlink img{
        border-style: none;
}

a:alink img{
        border-style: none;
}

/* this is the div for the entire page */
#wrapper{
       width:1024px;
       margin:0 auto;
       position:relative;
}
/* this will clear underneath the div */
.clear{
      clear: both;
}

/* this is the top nav div */
#header{
      position:absolute; 
      top:0;
      left:0;
      width:100%;
      height:200;
      padding:5px;
      background-image:none;
}

/* this is the content div */
#container{
        position: absolute;
        top: 140px;
        left: 0px;
        width: 100%;
}

/* this is the bottom nav div */
#footer{
       height:20px; 
       position:absolute; 
       text-align:center;
       margin:0px auto;
       bottom:0px;
       width:1024px;
}