* {
	padding: 0;
	margin: 0;
}
/*
  Body: Lucida, E2E2E2 bg, 16px, centered
*/
body { 
	text-align:center;
	background-color:#E2E2E2;
	font-family:Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 130%;
	color: #252525;
}
a {
	text-decoration: none;
	color: #0a67e6;
}
a img {
	border-style:none;
}

img {
	border-style:none;
}
/* Outermost container */
#container {
	background-color:#FFFFFF;
	width: 750px;
	margin: 0 auto;
}
/* Page header, links and logo */
#header {
	padding-top:5px;
	padding-bottom:5px;
	background-color: #246AC6;
	width: 100%;
}
#header ul {
	list-style:none;
}
#header ul li {
	display: inline;
	margin-right: 25px;
}
/* Page Contents */
#contents{
	background-color:#FFFFFF;
	width: 100%;
}
.headerpanel{
	border-top: 1px solid #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1 {
	color: #246AC6;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
p.line {
	background-image: url(../images/separator.png);
	background-repeat: no-repeat;
	background-position: top;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}
.text {
	text-align: left;
	padding: 20px;
}
.text p {
	padding-top: 10px;
}

.flush-right {
	float: right;
	clear: right;
	padding-left: 2em;
}

.item {
	text-align: left;
	width: 650px;
	margin-left: 30px;
	margin-top: 10px;
}
.item li{
	padding-left: 24px;
	padding-bottom: 4px;
	background-image: url(../images/asterisk_yellow.png);
	background-repeat: no-repeat;
	background-position: 0 .18em;
	list-style: none;
}
.section {
	text-align: left;
	width: 650px;
	margin-left: 55px;
	margin-top: 10px;
}

ol {
	padding-left: 2em;
}

.section li {
	padding-left: 24px;
	padding-bottom: 4px;
	background-image: url(../images/accept.png);
	background-repeat: no-repeat;
	background-position: 0 .18em;
	list-style: none;
}
#footer {
	padding: 20px;
	font-size: 12px;
}
strong {
	background-color:#CCDEFF;
	font-weight: normal;
}
