/*
-----------------------------------------------
Mortgage- Article Template
Version:  August 01 2005
----------------------------------------------- */

body {
  background:#7D7C50;
  margin:0;
  padding:0;
  color:#000;
  font:small/1.2em Verdana,Arial,Helvetica;
  }
  
/* Links
----------------------------------------------- */
a:link {
  color:#003399;
  }
a:visited {
  color:#800080;
  }
a:hover {
  color:#FF3300;
  }

/* Header
----------------------------------------------- */
#top {
  background:#1f2d47 ;
  width:790px;
  height: 56px;
  margin: 0px;
  padding: 0px;
  position: relative;
  top: 0px;
  left:0px;
  }
#name{
	color:#f7f7f3;
	font-weight: bold;
	line-height: 1.5em;
	margin: 2px 9px;
	font-family: Georgia, Times New Roman, Times, serif;
  	font-size:35px;
	letter-spacing:-1px;
	position: relative ;
	top: 16px;
	left: 3px;
	
	}
.space{
	height: 5px;
	width:100%;
	}
#top2 {
  background:#485975;
  width:790px;
  height:26px;
  margin: 0px;
  padding-top: 5px;
  }
 #leftspacer{
 	float: left;
	width: 550px;
	height: 1px;
	}
 #top2 a{
 	float: right;
	color: #ffffff;
	text-decoration: none;
	padding-right: 3px;
	}
 #top2 a:hover{
	color: #d7e3eb;
	}
#googmenu{
	float: right;
	padding-right: 5px;
	}
.searchBox { 
	border : 1px solid #000000; 
	background-color : #FFFFFF; 
	color : #000000; 
	font-size : 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: regular; 
	}
.searchButton { 
	border : 1px solid #000000; 
	background-color :#b9ccde;
	font-size : 10px; 
	font-family :  Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	}
-->



/* Body
----------------------------------------------- */
#columns{
	width: 790px;

	float:left;
	background:#d7e3eb;
	}

#articlecontainer{
	width: 540px;
	background: #b9ccde;
	}
#article{
	width: 590px;
	padding-top: 15px;
	background: #b9ccde;
	float: right;
	}
#articlespacing{
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	line-height: 1.3em;
	}
#articlespacing h1{
	font-size: 14px;
	color: #1f2d47;
	line-height: 1.5em;
	}
 #articlespacing a{
 	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-right: 3px;
	}
 #articlespacing a:hover{
	color: #1f2d47;
	}

#google{
	width:200px;
	height: 615px;
	float:left;
	background: #d7e3eb;
	padding-top: 15px;
	text-align: center;
	}
#google2{
	float: right;
	margin: 3px 3px 3px 5px;
	}
