@charset "utf-8";
.test {
	font-family: Verdana;
	font-size: 36px;
}
#apDiv1 {
	margin: 0px auto;
	width:900px;
	height:166px;
	z-index:1;
}
#apDiv2 {
	width:900px;
	height:500px;
	margin: 0px auto;
	z-index:2;
}
#left {
	float: left;
	width: 250px;
	height:500px;
	background-image: url(images/slideBanner.gif);
}
#right {
	float: right;
	width: 650px;
	height:500px;
	padding-top: 10px;
}
#mainFont {
	font-family: Verdana;
	font-size: 12px;
	color: #003399;
	padding-left: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3333CC;
	font-size: 24px;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #3333FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
