html{
	height:100%;
}
body {
	background-image: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	font-family: "Myriad Pro", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #4b4b4b;
	height: 100%;
}

a {
	text-decoration: underline;
	color: #0063D3;
}
a:hover {
	text-decoration: underline;
	color: #1180FE;
}
a:focus {
	text-decoration: underline;
	color: #1180FE;
}

ul {
	list-style-type: circle;
	color: #000000;
}

h1 {
	font-size: 36px;
}
h2 {
	color: #000000;
	font-size: 32px;
	margin-left: 25px;
}
h3 {
	color: #626262;
	font-size:24px;
	margin-left:13px;
	voice-family: ;;
}

div.top {
	position: absolute;
	top: 0px;
	background-image: url(images/bg_top.gif);
	height: 154px;
	width: 100%;
	text-align: center;
}
img.jkm {
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -318px;
}
img.topleft {
	position: absolute;
	top: 0px;
	left: 0px;
}
img.topright {
	position: absolute;
	right: 0px;
	top:0px;
}
div.topslogan {
	position: absolute;
	top: 102px;
	left: 0px; 
	width: 100%;
	text-align: center;
	font-size: 18px;
}

div.middleleft {
	position: absolute;
	top: 154px;
	left: 0px;
	padding-right: 20px;
	width: 200px;
	border-right-width: medium;
	border-right-style: double;
	border-right-color: #dcd6bf;
}
div.middle {
	position: absolute;
	top: 154px;
	left: 250px;
	width: 50%;
	font-style: ;
}

img.pics {
	position: absolute;
	top:154px;
	right:0px;
}

div.bottom {
	background-image: url(images/bg.gif);
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 26px;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

h1 span {
	font-size: 30px;
}
h2 span {
	font-size: 20px;
}

p.center {
	text-align: center;
}
