body {
	background-color: #e2e2e2;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #131011;
}

a:link,a:visited {
	color: #184067;
	text-decoration: none;
}

a:hover {
	color: #353535;
	text-decoration: underline;
}

#logo {
	position: absolute;
	top: 38px;
	left: 16px;
	width: 227px;
	height: 54px;
	z-index: 2;
} 

#slogan {
	position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 600;
	font-size: 12px;
	color: #8f8f8f;
	left: 303px;
	top: 92px;
	width: 396px;
	z-index: 2;
}

#nav {
	position:absolute;
	top: 59px;
	left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #ffffff;
	z-index: 3;
}

#nav_table {
	position:absolute;
	border: 0;
	text-align: center;
	width: 704px;
	height: 30px;
	top: 82px;
}

#nav a:link {
	color: #ffffff;
	text-decoration: none;
}

#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	color: #e2e2e2;
	text-decoration: none;
}

#body_bg {
	position: absolute;
	top: 11px;
	left: 2px;
	width: 700px;
	height: 720px;
	background-color: #ffffff;
	z-index: 1;
}

#bannerimage {
	position: absolute;
	top: 171px;
	left: 2px;
	z-index: 2;
}

#body_content {
	position: absolute;
	top: 374px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #353535;
	margin: 0px;
	padding: 0px;
	border: 0px;
	z-index: 3;
	width: 655px;
	left: 24px;
}

#footer {
	position: absolute;
	top: 706px;
	left: 2px;
	width: 700px;
	height: 22px;
	color: #646464;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 9px;
	z-index: 2;
}

#footer2 {
	position: absolute;
	top: 679px;
	left: 2px;
	width: 700px;
	height: 22px;
	background-color: #184067;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 12px;
	padding-top: 4px;
	color: #ffffff;
	z-index: 2;
}

#linkbutton {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#FFF;
	text-align: center;
	top: 700px;
	left: 700px;
	width: 80px;
	height: 15px;
	background-color:#333;
	z-index: 2;
}

#linkbutton a:link {
	color: #FFF;
	background-color:#333;
}

#linkbutton a:visited {
	color: #FFF;
	background-color:#333;
}

#linkbutton a:hover {
	color:#FFF;
	background-color: #184067;
	display: block;
	width: 80px;
	height: 15px;
}

#footer a:link,a:visited {
	font-style:normal;
	color: #646464;
	text-decoration: none;
}

#footer a:hover {
	color: #184067;
	text-decoration: none;
}

#wrapper {
	position:relative;
	width:700px;
	margin:0px auto;
}

