html, body, #home-page-wrapper {
	height: 100%; /* Make footer stick at the bottom of a page */
}
body {
	background-color:#fff;
	font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin:0;
	text-align: center;
	font-size: 75%;
	line-height: 1.7;
}
body > #home-page-wrapper { /* Make footer stick at the bottom of a page */
	height: auto;
	min-height: 100%
}

/* Page title
 */
    #home-pagetitle {
      font-size: 2.5em;
	font-family:sans-serif;
	font-weight:bold;
	  color:#666;
      text-align: left; 
      margin-top: 12px;
      /* margin-bottom: 10px; */
      clear: both;
    }
	
h1 {
	color:#666;
	font-family:sans-serif;
	font-size:2em;
	font-weight:bold;
}
h2 {
	font-size:1.3em;
	font-family: Arial,Helvetica,sans-serif;
}
.clear {
	clear: both;
}
a {
	text-decoration: none; 
	color: #666;
}
a:hover {
	text-decoration: underline; 
	color: #000;
}
#home-page-background {

	height:65px;
	margin: 0;
}
#home-content-wrapper {
	padding-bottom: 3em;
	margin: -60px auto 0 auto;
	width: 50%;
	text-align: left;
	font-size: 0.9em;
}
/*---- Search style ---*/
#home-search-wrapper {
	margin: 3em 0;
}
#home-search-wrapper label {
	font-size: 1.5em;
}
.left {
	float: left;
	display: inline;
}
.right {
	float: right;
	display: inline;
}
.links {
	margin: -5px 0 0 10px;
	line-height: 1.5;
}
.links a {
	color:#05447E;
}
.links a:hover {
	text-decoration: none;
}
/*---- End search style ---*/

/*---- Definition list---*/
dl{
	margin: 0;
	padding: 0;
}
dt{
	margin: 0;
	padding: 0;
	font-weight: bold;
}
dd{
	margin: 0 0 1em 0;
	padding: 0;
}
/*---- End definition list---*/


