* {
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
html { height: 100.0%; }
body {
	height: 100.0%;
	background-image: url(../images/body.jpg);
	text-align: center;
}
#central {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 800px;
	text-align: left;
}
#header {
	clear: both;
	position: relative;
	background-image: url(../images/header.jpg);
	height: 26px;
	width: 800px;
}
#banner {
	clear: both;
	position: relative;
	background-image: url(../images/ynk_banner.jpg);
	height: 142px;
	width: 800px;
}
#navlist {
	margin-left: 0px;
	padding-left: 0px;
	white-space: nowrap;
	position: relative;
	height: 26px;
	width: 800px;
}
#navlist li {
	display: inline;
	list-style-type: none;
}
#navlist a {
	padding: 4px 10px;
	background: url(../images/button_up.gif);
	height: 20px;
	width: 80px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#navlist div {
	padding: 7px 10px;
	background: url(../images/button_down.gif);
	height: 20px;
	width: 80px;
	display: inline;
	position: absolute;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#navlist a:hover {
	background: url(../images/button_lit.gif);
	font-weight: bold;
}
#n1 {
	left: 0px;
}
#n2 {
	left: 100px;
}
#n3 {
	left: 200px;
}
#n4 {
	left: 300px;
}
#n5 {
	left: 400px;
}
#n6 {
	left: 500px;
}
#n7 {
	left: 600px;
}
#n8 {
	left: 700px;
}
#n1_sel {
	left: 0px;
	font-weight: bold;
}
#n2_sel {
	left: 100px;
	font-weight: bold;
}
#n3_sel {
	left: 200px;
	font-weight: bold;
}
#n4_sel {
	left: 300px;
	font-weight: bold;
}
#n5_sel {
	left: 400px;
	font-weight: bold;
}
#n6_sel {
	left: 500px;
	font-weight: bold;
}
#n7_sel {
	left: 600px;
	font-weight: bold;
}
#n8_sel {
	left: 700px;
	font-weight: bold;
}
#leftside {
	float: left;
}
#leftside h3 {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00306f;
	border-right-color: #00306f;
	border-bottom-color: #00306f;
	border-left-color: #00306f;
	width: 200px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 35px;	
}
.picture {
	margin-top: 35px;	
	margin-left: 35px;
	height: 150px;
	width: 200px;
	border: 3px solid #00306f;
}
#rightside {
	float: right;
	width: 460px;
	min-height: 460px;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-top: 20px;
	overflow: hidden;
}
#rightside h1 {
	margin: 10px 0px 10px 0px;
	width: 300px;
	font-weight: bold;
	color: #033387;
}
#rightside p {
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	margin-bottom: 20px;
	width: 460px;
}
#rightside span {
	margin-top: 10px;
	margin-bottom: 4px;
	width: 430px;
	font-size: 12px;
	font-weight: bold;
	color: #649721;
}
#rightside a {
	font-size: 12px;
	color: #666666;
}
#centre {
	float: left;
	padding-left: 74px;
	width: 646px;
	min-height: 460px;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-top: 20px;
	overflow: hidden;
}
#centre h1 {
	margin: 10px 0px 10px 0px;
	width: 300px;
	font-weight: bold;
	color: #033387;
}
#content {
	position: relative;
	width: 800px;
	background-color: #FFFFFF;
}
#baseline {
	clear: both;
	position: relative;
	color: #033387;
	height: 16px;
}
#baseline p {
	font-size: 12px;
	color: #033387;
	text-align: center;
}
#baseline a {
	font-size: 12px;
	color: #033387;
}
#baseline a:hover {
	color: #033387;
}
#footer {
	clear: both;
	position: relative;
	height: 26px;
	width: 800px;
	background-image: url(../images/footer.jpg);
}
#imagepreloader {
	visibility: hidden;
	overflow: hidden;
	background-image: url(../images/button_up.gif);
	height: 0px;
	width: 0px;
}