* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #009DDB;
	color: #000000;
	margin-top: 5px;
	font-family: Helvetica, Arial, san-serif;
	font-size: 14px;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 984px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #BED6FC;
}

#header {
	font-family: Helvetica, Arial, "San Serif";
}

#nav {
	text-align: center;
	padding: 5px;
}

#content {
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
}

img {
	border-style: none;
	margin-bottom: 0;
}

img.line {
	margin-top: 0px;
}

a {
	background-color: #BED6FC;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	background-color: #BED6FC;
	color: #009DDB;
}

a:hover {
	text-decoration: underline;
}

.contact {
	font-size: small;
}

.left {
	float: left;
}

.right {
	padding-top: 1.75em;
	text-align: center;
	color: #CE0068;
	background-color: #BED6FC;
}

ul {
	list-style-type: none;
	margin-top: 10px;
	text-align: left;
	margin-left: 30px;
}

ul.circle {
	list-style-type: circle;
}

h2 {
	font-weight: normal;
	color: #CE0068;
	margin-bottom: 0;
	margin-top: 10px;
}

h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

p {
	text-align: left;
}

td {
	width: 33%;
	text-align: left;
}

#copy {
	font-size: 10px;
}