body {
	margin: 0;
	padding: 0;
	background-color: #b9d3df;
	font-size: 13px;
	font-family: Arial, sans-serif;
}
div#wrapper {
	background-color: white;
	background-image: url("images/swish.jpg");
	background-position: 14px 0px;
	background-repeat: no-repeat;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-left: #8193ae 2px solid;
	border-right: #8193ae 2px solid;
	position: relative;
}
div.footer {
	line-height: 0px;
	text-align: right;
	margin: 0;
	padding: 0;
}
div.footer img {
	margin: 0;
	padding: 0;
}
div#menu {
	position: absolute;
	top: 200px;
	left: 15px;
}
div#menu ul {
	margin: 0;
	padding: 0;
}
div#menu li {
	list-style-type: none;
	line-height: 0;
	font-size: 1px;
	margin: 5px 0;
	padding: 0;
}
div#content {
	margin-left: 190px;
	margin-right: 30px;
	color: #497aba;
}
div#content p, div#content ul, div#content table {
	line-height: 1.3;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
div#content table {
	width: 100%;
}
div.section {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: #2e4d75 1px solid;
}
h1 {
	color: #2e4d75;
	font-size: 250%;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	color: #2e4d75;
	font-family: Trebuchet MS, Luxi Sans, sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: 0;
	border-bottom: #2e4d75 1px solid;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: 0.2em;
}
th {
	text-align: left;
	vertical-align: top;
}
td {
	vertical-align: top;
}
ul.check li {
	list-style-type: square;
	list-style-type: box;
	list-style-image: url("images/check.png");
}
a {
	color: #234070;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul a {
	color: #497aba;
}
a img {
	border: none;
}
div.toplink {
	text-align: right;
	font-size: smaller;
	margin-top: 20px;
	margin-bottom: -35px;
}
p.credits {
	text-align: right;
	font-size: 85%;
	margin: 0;
	margin-top: -15px;
	padding-bottom: 5px;
	color: #598aca;
}
p.credits a {
	color: #598aca;
	text-decoration: none;
}
p.credits a:hover {
	color: #598aca;
	text-decoration: none;
}
@media print {
	div#menu {
		display: none;
	}
	div#content {
		margin-left: 0px;
		margin-right: 0px;
	}
	div#wrapper {
		width: auto;
		border: none;
	}
	div#header img {
		width: 100%;
	}
	div.footer {
		display: none;
	}
	div.toplink {
		display: none;
	}
	p.credits {
		display: none;
	}
}
