/* 
----------------------------------------------------------------------------------------------------------------
Notes:


#web-body
{
  background:#ffffff;
}

----------------------------------------------------------------------------------------------------------------
*/


a { color:#3366cc; text-decoration: none; font-weight:bold }

a:hover { color:#003366; text-decoration: underline; }


body
{
  background:#f8faff url(../images/land-mainbg.jpg) repeat-x top left; 
  color:#666666;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-align:left;
  margin:0;
  padding:0 0 0 0;    
}

.break {
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 10 5px 10px;
}
.aligncenter {
	text-align: center;
}

.tables
{
	margin: 0 0 0 0;
}

#land-head
{
  background: url(../images/land-head.png) no-repeat;
  xmargin:0px;
  xtop:0px;
  width:870px;
  height:85px;
  color:#064780;
  xfont-family: Times Roman;
  xfont-size: 44px;
  xfont-weight:bold;
  xfont-weight:500;
}

#headtext {
  float: right;
  margin: 20px 10px 0px 0px;
  font-family: Times New Roman;
  font-size: 44px;
  font-weight:bold;
  font-weight:500;
}

#land-body-top
{
  width:870px;
  height:10px;
  background: url(../images/land-bodybg.jpg);
}

#land-body
{
  background: url(../images/land-bodybg.jpg);
  width:870px;
}

#land-footer
{
  background: url(../images/land-footer.png) no-repeat;
  color:#707070;
  width:870px;
  height:64x;
  font-size: 12px;
  padding: 0 0 0 0;
}


#land-footer a
{
  color:#707070;
  text-decoration:none;
}

#land-footer a:hover
{
  color:#000000;
  text-decoration:underline;
}



