@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;

}
a {
	font-size: 18px;
	color: #000099;
	text-decoration: underline;
}
a:link {
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #0033ff;
}
div {
	background-color: #FFF;
}
h1 {
	font-family: "Monotype Corsiva";
	font-size: 26px;
	padding-top: 10px;
	padding-left: 15px;
}
.pageSetup {
	margin: 0 auto;
	width: 950px;
}
.NavBarSetupdiv01 {
	float: left;
	width: 950px;
}

.BaseToNavBarSetupdiv01 {
	background-image: url(../Buttons/NavBar01.png);
	background-repeat: repeat-x;
	float: left;
	width: 950px;
	background-color: #FFF;
}
.BottomPageBar01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../Buttons/BottomBar01.png);
	background-repeat: no-repeat;
	height: 25px;
	float: left;
	width: 930px;
	padding-top: 10px;
	padding-left: 20px;
}
