body {
	margin: 0px 20px 0px 20px;
	background-color: #ffffff;
	text-align: center;
}

a {
	text-decoration: underline;
}

a:link {
	color: #0000ff;
	text-decoration:underline;
}

a:visited {
	color: #0000ff;
	text-decoration:underline;
}

a:active {
	color: #ff0000;
	text-decoration:none;
}

a:hover {
	color: #ff0000;
	text-decoration:none;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#container {
	line-height: 140%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	background-color: #ffffff;
}

#banner {
	font-family: Arial;
	color: #ffffff;
	background-color: #15648b;
	text-align: left;
	padding: 0px;
}

#banner-img {
	display: none;
}

#banner a {
	color: #ffffff;
	text-decoration: none;
}

#banner h1 {
	font-size: xx-large;
}

#banner h2 {
	font-size: small;
}

#center {
	background-color: #15648b;
	float: left;
	width: 800px;
	padding: 0 10px;
	overflow: hidden;
}

.content {
	background-color: #cfdfec;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	line-height: 140%;
	padding-left: 25px;
}
.def {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	line-height: 140%;
}

.content p {
	color: #000000;
	font-family: Arial;
	font-size: 11px
	font-weight: normal;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	padding:0 25px;
}

.content blockquote {
	background-color: #6699cc;
	padding-bottom: 5px;
	line-height: 120%;
}

.content h2 {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	line-height: 150%;
	padding:0 25px;
}

.content h3 {
	color: #003366;
	font-family: Arial;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	background: url(../img/subTitle.gif);
	margin-bottom: 10px;
	background-color: #0055b3;
	padding: 8px 0px 8px 30px;
}

.footer {
	width: 800px;
	background-color: #ccffff;
	padding: 5px 35px;
	line-height: 120%;
	border-top: solid 2px #ffffff;
}

.ul {
	line-height: 150%;
	margin: 0px;
	padding: 0px 20px;
}