﻿html, body, div.contents
{
  min-height: 100%;
  height: 100%;
}
html > body, html > body div.contents
{
  height: auto;
}

body
{
  font-size: 100%;
  background-color: #F5F5F5;
  padding-top: 50px;
}

h1, h2, h3, h4, h5, h6
{
  color: #14293F;
}

td
{
  padding:5px;
  vertical-align:top;
  font-size:.9em;
  font-family:Tahoma, Arial, Verdana;
}

#menu a
{
  /*font-weight: bold;*/
  font-family: Arial;
  font-size: 90%;
  font-weight:700;
  color: #53C108;
  letter-spacing: .1em;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  display: block;
}
#menu a:hover
{
  background-color: #3D3835;
  color: #FF9900;
}
.menuBack
{
  background-color: #007B2F;
}
#ft a
{
  color: #666666;
  font-weight: 900;
  text-decoration: none;
  font-style: italic;
  font-size: .85em;
}
.pageHeading
{
  text-align: center;
  font-weight: 700;
  font-size: 105%;
  color: #7DA976;
  padding-bottom: 25px;
  font-family: Verdana;
}
.yui3-u-1-7
{
  width:14.27%;
}
a.commonDocs:link
{
  color:navy;
  font-weight:500;
  font-size:1em;
  text-decoration:none;
  /*font-family:Arial,Verdana,sans-serif;*/
  font-family:'Times New Roman',serif;
}
a.commonDocs:hover
{
  text-decoration: underline;
}
h1.footerLine
{
  font-size:110%;
}
.tan
{
  background-color: tan;
}
.propertyDetailsStatus
{
  font-size: 1em;
 
}
a.thingsToKnowLink
{
  color: #3366CC;
  font-size: .88em;
  font-weight: 700;
  font-family: Tahoma, Verdana, Geneva, sans-serif;
  letter-spacing: .1em;
}
  a.thingsToKnowLink:hover
{
  /*color: #666666;*/
}
.table
{
  border: 1px solid gray;
  padding:6px;
  background-color:white;
    -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.Items
{
  background-color: #F9F9F9;
}
.AltItems
{
  background-color: #FFFFFF;
}
.gray
{
  color: gray;
}