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

body {
  background:#4f4f4f;
  margin:0;
  padding:0;
  color:#000;
  font:small/1.2em Verdana,Arial,Helvetica;
  }
  
/* Links
----------------------------------------------- */
a:link {
  color:#8fc74a;
  }
a:visited {
  color:#6a7169;
  }
a:hover {
  color:#d7e8d7;
  }


/* Header
----------------------------------------------- */
#top {
  background:#932680;
  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;
	
	}

#top2 {
  background:#c8ce46;
  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 :#c8ce46;
	font-size : 10px; 
	font-family :  Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	}
-->



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

	float:left;
	background:#ebeaea;
	}

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

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