.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399FF;
	font-weight: bold;
	font-size: 25px;
}
.style3 {font-size: 18px}

body {
	text-align: center;
}

a:link {
	color: blue;
	}

a:visited {
	color: blue;
	}

h1, h2 {
	font-family: 'Apple Chancery', Skia, Arial, Verdana, Helvetica, Geneva, sans-serif;
}

#wrap {
	background: #fff;	
	border: 1px solid black;
	margin: 0 auto;
	width: 950px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 10px 10px 10px #333;
	-webkit-box-shadow: 10px 10px 10px #333;
}

#top {
	height: 120px;
	background: #eee;
	padding: 25px;
	border-bottom: 1px solid #999;
	position: relative;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	}
	
#top h1 {
	margin: 0;
	font-size: 36px;
	font-weight: normal;
	}
	
#toptitle {
	margin-bottom: 28px;
	align: center;
	color: #333333;
	font-family: 'Apple Chancery', Skia, Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 125%;
	}



#navigation2 li {

	position: relative;
	top: 1px;
	border-color: #999;

}

#navigation2 li li {

	position: relative;
	top: 0px;
	border-color: #999;
	border-bottom-width: 1px;

}

.nav {
	background-color: #ccc;
}

.nav_current {
	border-color: black;
	background-color: white;
	-moz-box-shadow: 2px -1px 1px #333;
	-webkit-box-shadow: 2px 0px 1px #333;

}
	
.nav_current a {
	padding: 0;
	color: black;

	position: relative;
	top: 1px;
	border-bottom: 1px solid white;
}

.nav_current a:link, .nav_current a:visited {
	color: black;
}
	
.nav_current a:hover {
	border-bottom: 1px solid white;
}

#middlerow {
	padding: 15px;
	background: white;
}

#bottom {
	border-top: 1px solid black;
	background: #eee;
	text-align: center;
	padding: 5px;
	font-size: 80%;
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}