
/* How To Master CSS ~ Template Stylesheet 
 * The layout of chapter 18 is used to create the 100% height effect with
 * a header and a footer, the left and right columns are not used, 
 * The header is now placed within the wrapper instead of above.
 */
body, html {
	margin:0px;
	margin-top: 0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	/*height:100%;*/
	font-size: 11px;
	background-color: #E5E5E5;
}
html, body {/*height: 100%;*/}

form {
	display: inline;
}
li ul {
    display: none;
}
li:hover > ul {
    display: block;
}
H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}
#top_links img {
	padding-top: 12px;
	padding-right: 20px;
	padding-left: 10px;
}
#header_logo {
	padding-left: 24px;
}
#company_overview { 
	width: 240px;
	height:  108px;

}
#bottom_content {
	padding: 10px;

}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	padding: 10px 0 0 0;
	text-align:left;
}
.bottom_links a {
	padding:10px 10px 0px 0px;
}
a{
	color: #0081D2;
	text-decoration: none;
}
a:hover{
	color: #0081D2;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}


