/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
#wrapper a:hover {
	text-decoration: underline;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000000;
	background-color: #EEF0F6;
	text-align:center;
	background-image: none;
}
h1 {
	font-size: 110%;
	margin-top: 5px;
}
h2 {
	font-size: 100%;
	color: #65657C;
}
h3 {
	font-size: 80%;
	margin-top: 5px;
	font-weight: normal;
	margin-left: 1px;
	vertical-align: text-top;
	margin-right: 4px;
}
h5 {
	margin-left: 10px;
	margin-right: 5px;
	font-weight: normal;
}
h6 {
	margin-left: 10px;
	margin-bottom: 4px;
	font-size: 90%;
	margin-top: 4px;
	margin-right: 55px;
}
p {
	font-size: 85%;
	margin: 5px 0px 0px;
}
#wrapper {
	width: 589px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #000000;
	text-align:left;
	position: relative;
	background-color: #FFFFFF;
}h4 {
	font-size: 70%;
	font-weight: normal;
	margin-left: 1px;
	margin-bottom: 5px;
}
#banner {
	background-repeat: no-repeat;
	height: 62px;
	background-color: #FFFFFF;
	background-image: url(../newimages/banner.jpg);
	margin: 0px;
}
#nav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #0066CC;
	padding: 2px;
	background-repeat: repeat-y;
	color: #FFFFFF;
}
.leftimage {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
}
#footer {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-repeat: repeat-y;
	background-image: url(../newimages/footer.jpg);
	font-size: 75%;
	padding: 2px 0px;
	width: 589px;
}
#nav ul {
	margin: 0 0 0 5px;
}
#nav ul li {
	display:inline;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
#nav ul li a {
	font-size: 75%;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#nav ul li a:hover {
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
#content {
	margin-right: 15px;
	color: #000000;
	margin-left: 15px;
}
.clearit {
	clear: both;
}
#content a {
	color: #0033FF;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#form1 {
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 70%;
	padding-top: 5px;
}
