html {
	height: 100%;
}
body, input, select, textarea {
	font-family: Arial, sans-serif;
	font-size: 10px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	overflow-x:hidden;
}
#headArea {
	position: absolute;
	top: 0px;
	left: 0px;
	width:1069px;
	height:204px;
	background-image:url('../_img/kv_masthead_3.jpg');
	background-repeat: no-repeat;
}
#titleArea {
	position: absolute;
	top:220px;
	left:85px;
	width:565px;
	height:67px;
	background-image:url('../_img/kv_title.gif');
	background-repeat: no-repeat;
}
#navArea {
	position: absolute;
	top:290px;
	left:85px;
	width:750px;
}
#contentArea {
	position: absolute;
	left: 85px;
	top: 350px;
	width: 560px;
	height:350px;
	padding-right:40px;
	overflow:auto;
}
ul.navArea {
	margin-left:0px;
	padding-left:0px;
}
li.navItem {
	float: left;
    width: 140px;
	font-size: 11px;
	list-style-type: none;
	list-style-position: outside;
}
br {
	clear: left;
}
li, p, h1, h2, h3,h4 {
	color:#E5859E;
}
a.navLink {
	color: #A1A3A5;
	text-decoration: none;
	font-size: 11px;
}
a:hover.navLink, a.navLinkActive, a:hover.navLinkActive {
	color: #000000;
}
p {
	margin: 0px;
	padding-bottom: 16px;
	text-align: justify;
}

h2 {
	font-weight: bold;
	font-size: 12px;
	margin-left: 2px;
	margin-top: 3px;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
#scroll_up {
	position:absolute;
	top:350px;
	left:650px;
	width:17px;
	height:17px;
    cursor: pointer;
	background-color: #cccccc;
}
#scroll_dn {
	position:absolute;
	top:690px;
	left:650px;
	width:17px;
	height:17px;
    cursor: pointer;
}
.pointer {
}
