<!--

/* CSS Document */

body, html {
 height:100%;
}

body {
	background-color:#DAD9D6;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
/* 
background-image:url(images/bg_body2.png);
background-repeat: repeat-y;
background-position:50%;
*/
}

body, td, p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0062AB;

}
p{
 line-height:16px;
}
h1 {
    font-size:18px;
	 font-weight:bold;
	 font-family:Arial, Helvetica, sans-serif;
}
h2 {
    font-size:16px;
	 font-weight:bold;
	 font-family:Arial, Helvetica, sans-serif;	 
}
h3 {
    font-size:20px;
	 font-weight:bold;
	 font-family:Arial, Helvetica, sans-serif;	 
}

h1,h4,h5,h6 {
 color: #048;
	 font-family:Arial, Helvetica, sans-serif; 
}


h2, h3, h4 { color: #005BA0; }
b,strong {
    color:#005BA0;
}
a, a:visited {
 color:#00c;
}
p,h1,h2,h3 {
 margin:0 0 1em 0;
}
li {
 padding-bottom:0.5em;
}


.small {
 font-size:10px;
}



td.propertyInfo {
 font-size:13px;
 line-height: 16px;
 padding-top:10px;
}

div#container {
 width:851px;
 margin: 0px auto 0 auto;
 background-color:#005BA1;

}

div#top {

}
div#bottom {
 text-align:center;
 color:#fff;
 padding:20px 0;
}
div#copy {

 padding:20px;
margin:0;
 background-color:#DAD9D6;
 width:600px;
 float:left;

  /* min height hax - doesn't work for ie 5.5 http://www.dustindiaz.com/min-height-fast-hack */
  min-height:580px;
  height:auto !important;
  height:580px;

}
div#rightcol {
 margin-left:650px;
 
}
div#rightcol p, div#rightcol li {
 font-size:11px; 
 line-height:1.2em;
 color:#333;
}
div#rightcol ul {
 padding:0;
 margin:0;
} 
div#rightcol li {
 margin:0 0 0 1.5em;
 padding:0 0 1em 0;
}
div#copywrapper {
background-color:#fff;
padding:30px 20px;
clear:both;
}
div#bottom a, div#bottom a:visited {
 color:#ccc;
}

body table#main {
 border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

div#menu {
 text-align:left;
 color: #001442;
 background-color: #002C6B;
 line-height:2em;
 padding-left:39px;
}
div#menu a,  div#menu a:visited{
 color: #fff;
 text-decoration:none;
font-family:Arial, Helvetica, sans-serif; 
font-weight:bold;
color: #CCDBF1;
}

table#sampleTable {
 background-color:#fff;
 border:1px solid #ccc;
}
table#sampleTable td, table#sampleTable th {
 font-size:11px;
 padding:5px;
}
table#sampleTable th {
 text-align:left;
}

.smaller {
 font-size:10px;
}

div#beinformed {
 background-color:#003E7D;
 padding:20px 20px 10px 20px;
 width:400px;
 text-align:left;
 margin-bottom:20px;
}
div#beinformed p, div#beinformed li {
 color:#fff;
}
div#beinformed p b  {
 color:#FFBF00;
}
-->

