@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f0f0f0;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

h1 {
	color: #005592;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
}

h2 {
	color: #005592;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
}

#wrapper {
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 816px;
	height: 70px;
}

#page-body {
	width: 780px;
	background: url(images/body.png) repeat-y;
	padding-right: 18px;
	padding-left: 18px;
}

#page-body div.inner {
	background: url(images/body-bg.gif) repeat-x;
	text-align: left;
}

#construction {
	width: 816px;
	height: 35px;
	background-repeat: no-repeat;
}

#footer {
	width: 816px;
	height: 113px;
	background: url(images/footer.png) no-repeat;
	padding-top: 15px;
}

#copyright {
	text-align: center;
	font-size: 11px;
	padding: 10px;
}

table.bullet {
	color: #000;
	background: url(images/body-bg.gif) repeat-x;
	margin-bottom: 5px;
} 

.bullet td {

}

ol {
	margin-bottom: 5px;
}

ol li {
	padding: 5px;
	font-size: 14px;
}
