@charset "UTF-8";
/*
---------------------------
		Basic Styles
---------------------------
*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px auto;
	background-color: #FFFACD;
}
/*
---------------------------
		Landing Page
---------------------------
*/
#header {
	text-align: center;
	padding-left: 0px;
}
#header h1 {
	font-size: 16pt;
	color: #EF8839;	
	font-weight: bold;
	line-height: 75px;
}
#header h5 {
	font-size: 12pt;	
	font-weight: normal;
	margin: -25px 0px 0px 0px;
	color: #333333;	
}
#container {
	background: url(../_images/hn_mid.jpg) no-repeat top right;	
	margin: 0px auto;
	width:800px;
}
#contents {
	background: url(../_images/hn2_footer.jpg) no-repeat bottom right;
	margin: 0px auto;
	width: 800px;
	font-size: 10pt;
}
#contents td {
	font-size: 11pt;
}
#contents p {
	font-size: 10pt;
}
#contents h5 {
	font-weight: normal;
}
#contents .indent {
	padding-left: 19px;
}
a:link, a:visited, a:hover, a:active {
	font-size: 13pt;
	font-weight: normal;
	color: #000000;
}
.padded {
	padding: 20px;
	text-align: center;
}
