a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
	
	background-image: url(page-bg.jpg);
	background-position: center;
}
#header {
	height: 102px;
	width: 960px;
	background-image: url(top-1.png);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#content {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border: 0px solid #ffffff;
	background-image: url(middle-2.png);
	background-position: center;
}
#page {
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	margin: 10px 5px;
}


li {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: normal;
}
h1 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 26px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
h2 {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
.sm_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	margin: 10px 5px;
}