body{
  background-color:#E1E1FF ;
  color:black;
  font-family: Arial, sans-serif;
}

#page{
  width:800px;
  margin: 0.5em auto;
  background-color:#E1E1FF ;
}

h1{
  font-size: 130%;
  color:#FF6600;
  margin-top:2px;
  margin-bottom:2px;
}
h2{
  font-size: 100%;
  color:#000099;
}
h3{
  font-size: 90%;
  color:#000099;
}

a{
	color : #000099;
}
a:visited{
	color : #000099;
}
a:link{
	color :#000099;
}
a:hover{
	color: #FF6600;
}
a:active{
	color: #000099;
}

a.big{
  font-weight: bold;
  font-size: 100%;
}


table.smallmenu{
  width:100%;
  text-align: center;
}

td.p{
  color:#000099;
  font-size: 85%;
  padding-top: 16px;
  margin-bottom: 6px;
  vertical-align: top;
  text-align: justify;
}

ul{
  color:#000099;
  font-size: 85%;
  font-weight: bold;
  padding-bottom: 10px;
  margin-top: 0;
  padding-top: 0;
}

p{
  color:#000099;
  font-size: 85%;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left:5px;
  margin-right:5px;
  text-align: justify;
  }

img.blue{
  border: 1px solid #9393D7;
}

#header{
  width:800px;
}

#menu{
  height:27px;
}

#bannerbackground{
  width:800px;
  background-image: url(../site-images/banner.jpg);
  background-repeat: no-repeat;
  height:150px;
}

#footerbackground{
  width:800px;
  padding-top:25px;
  background-image: url(../site-images/footer.jpg);
  background-repeat: no-repeat;
  height:188px;
}

#footerwords{
  padding-top: 30px;
  color:#FFFFFF;
}

#footerwords a{
  color:white;
  font-size: 60%;
}

#footerwords table.smallmenu a{
  color:#000099;
}

#footerwords table{
  padding-top:15px;
  width: 100%;
  padding-right:10px;
}

#footerwords td{
  text-align:right;
}

#headlinebackground {
  width:500px;
  margin: 0 auto;
  margin-left:250px;
  padding-top:0px;
}

#headline {
  width:500px;
  margin: 0 auto;
  padding-top:10px;
}

#footline {
  width:500px;
  margin-left:15px;
  padding-top:10px;
}

table.sitemap{
  color:#000099;
  font-size: 80%;
}


#headline h1{
  color:white;
  font-size: 130%;
  font-variant: small-caps;
  font-weight: bold;
  margin:0;
  padding-bottom:2px;
  padding-top:2px;
  text-align: center;
}

#headline h2{
  color:#FF6600;
  font-size: 100%;
  text-align: center;
  font-weight: bold;
  margin:0;
  padding-bottom:5px;
}

#headline h3{
  color:white;
  font-size: 110%;
  text-align: center;
  font-weight: bold;
  margin:0;
}

#footline h1{
  color:#FCF1B4;
  font-size: 140%;
  font-variant: small-caps;
  font-weight: bold;
  margin:0;
}
#footline h2{
  color:#000099;
  font-size: 110%;
  font-weight: bold;
  margin:0;
}
#footerwords h3{
  color:#FFFFFF;
  font-size: 80%;
  font-weight: bold;
  margin:0;
  text-align: left;
  margin-left: 10px;
}

#content{
  border: 1px #FFFFFF solid;
  padding :10px;
  background-color: #F2F2FF;
}

#lease{
  background-image: url(../site-images/placard.jpg);
  background-repeat: no-repeat;
  width:400px;
  margin: 0 auto;
  height: 130px;
  padding-top: 20px;
}

td{
  vertical-align: top;
}

td.caption{
  text-align: center;
  color: #000099;
  font-size: 70%;
  font-weight: bold;
}

label{
  color: #000099;
  font-size: 70%;
  font-weight: bold;
  padding-right:10px;
}


form tr.required{
  display: none;
}

input{
  width:250px;
}

input.button{
  width:90px;
}
textarea{
  width:250px;
  height:120px;
}


