.propListHeader {
	background-color: #666;
	color: White;
	border-collapse: collapse;
}

h2 {
	font-size: 90%;
	margin-bottom:12px;
}


.propList:hover {
	background-color: #E9E9E9;
}

input, select {
	border: 1px solid #666;
	height: 18px;
	font-size:8pt;
}

.submit {
	color: white;
	font-size:8pt;
	font-weight: normal;
	background-color: #666;
	height: 20px;
	border: none;
	font-size:8pt;
}
.menu
{
	font-size:8pt;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
}
.menu:hover
{
	font-weight: none;
	color:black;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size:90%;
}

a:hover
{
	color: #666;
}
body,td
{
	margin:	10 10 10 10 ;
	font-family: arial,verdana;
	color: #6D7B86;
	text-align:left;
	font-size:8pt;	
}

.overline
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: 1px solid black;
}
#content
{	
	width: 760px;
	border: 1px solid black;
	padding: 0 0 0 0;
}
#sidebarcontainer
{
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	background-image: url(site/banner-fader.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#adminsidebarcontainer
{
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	background-image: url(site/banner-fader.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

#sidebar
{
	padding: 0 0 0 0;
	margin: 20px 20px 20px 40px;
}
#sidebar2container
{

	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	height:100%
}

.sidebar2
{
	padding: 10 10 10 10;
	margin: 10px 40px 10px 40px;
}
.content2
{
	padding: 0 0 0 0;
	margin: 10px 40px 10px 40px;
}

#credit
{
	padding: 3px 3px 3px 40px;
	text-align: right;
	text-decoration: none;
	color:#fff;
}

.whitelink {
	color: white;
	font-size:8pt;
	font-weight: normal;
}
.whitelink:hover
{
 color: #ccc;
}

#leftcredit
{
	padding: 3px 3px 3px 5px;
}
.graylink {
	
	color: #666;
	font-size:8pt;
	font-weight: normal;
}

.paglinks {padding-left:5px;}

    /* sfHover (Menu) Styles */

    #nav, #nav ul { /* all lists */
      padding: 0;
      margin: 0;
      list-style: none;
      line-height: 1;
    }
	
ul#nav li a {font-size:100%;}

ul#nav li a {
      display: block;
	  color: #808080;
	  cursor: pointer;
	  cursor: hand;
	  font-size: 110%;
	  font-weight:normal;
      width: 10.3em;
    }

	#nav a:hover {
		color:black;	
	}
	
    #nav li { /* all list items */
      float: left;
      width: 11.4em; /* width needed or else Opera goes nuts */
	  font-size:11px;
    }

    #nav li ul { /* second-level lists */
      position: absolute;
      width: 12.4em;
	  color:#fff;
      left: -999em; /* using left instead of display to hide menus because display: none isn\\\'t read by screen readers */
	  margin-left:20px;
	  border-top:1px solid #000;
    }
	

	#nav li ul li a {color:#fff;padding:4px;background: #6d7b86;display:block;text-align:left;border-right:1px solid #000;border-left:1px solid #000;border-bottom:1px solid #000;width:10.5em;}
	#nav li ul li a:hover {background:#8d97a0;color:#fff;}
    #nav li:hover ul, #nav li.sfHover ul { /* lists nested under hovered list items */
      left: auto;
	  margin-left:-30px !ie;
    }

    #nav li.sfHover ul {
      left: auto;
    }

    #content {
      clear: left;
      color: #ccc;
    }

    /* sfFocus Styles */

    .sfFocus {
     /*background:#8d97a0;
     color: #fff;*/
    }

    /* sfActive Styles */

    .sfActive {
     /*background:#8d97a0;
      color: #fff;*/
    }

    /* sfTarget Styles */

    .sfTarget {
      background: black;
      color: #fff;
    }
	
	div.sidebar2container img{margin-top:2px;}
	
	html body div div#content table tbody tr td div#topmenu ul#nav li a{font-size:110%;}
	address {font-style:normal;}
	ul#terms li p {margin-bottom:10px;}