/* CSS Document */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 30px;
	background-image:  url("../images/headers.jpg");
	background-position: 0 0;
	height: 30px;
	width: 750px;
	padding-left: 55px;
	margin-bottom: 20px;
	margin-top: 20px;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 30px;
	background-image:  url("../images/headers.jpg");
	background-position: 0 30px;
	height: 30px;
	width: 750px;
	padding-left: 105px;
	margin: 20px 0 20px 0;
	}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.125em;
	font-weight: bold;
	color: #000000;
	margin: 0;
}
level2 {
	padding: 0 10px 0 65px;
	}
level3 {
	padding: 0 10px 0 115px;
	}
p.welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.125em;
	text-align: center;
	margin: 20px 0 20px 0;
	}