/* 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: 5px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	height:100%;
	font-size:90%;
}

form {
	display: inline;
}

/* commented backslash hack v2 \*/ 
html, body { 
	height:100%; 
} 
* html #wrapper { 
	height:100%; 
}
/* end hack */
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;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 22px;
}
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #999999;
	padding-bottom: 10px;
	text-align:center;
}
a{
	color: #003366;
}
a:hover{
	color: #003366;
	text-decoration: underline;
}
a:visited{
	text-decoration: none;
}

#sub_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #602C36;
	padding: 45px 45px 25px 45px;
}

#more_nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #602C36;
	padding: 25px 20px 10px 45px;
}
