/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color:#6699CC;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 5px auto 0px auto;
	width: 770px;
	background-image: url(header1.JPG);
	background-repeat: no-repeat;
}
#banner {
	height: 155px;
}
h1 {
	text-align: center;
	font: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bolder;
}
h2 {
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}
h3 {
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	margin-left: 30%;
}
h4 {
	font-size: 100%;
	text-align: right;
	font-weight: bold;
	margin-right: 30%;
}
ul {
	margin: 30px 450px 0 80px;
	text-align: left;
	list-style-type: disc;
}
hr {
	width: 95%;
	text-align: center;
}
#content {
	text-align: left;
	margin-bottom: 20px;
}
#content p {
	text-align: left;
}
#footer {
	height: 30px;
	clear: both;
	background-color: #003399;
	
}
#footer p {
	padding: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	font-weight: bold;
}
.rightimage {
	margin-right: 40px;
	float: right;
}
.clearit {
	clear: both;
	display: block;
}
#content table {
	width: 90%;
	margin: 0 5%;
	font-size: 80%;
}
#content table tr td {
	padding: 0 2%;
}
