* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #335293;
	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: #CF001A;
}

#header {
	font-family: Helvetica, Arial, "San Serif";
	text-align: center;
	color: #fff;
	font-size: 24pt;
}

#navbar {
	font-weight: normal;
	font-variant: small-caps;
	padding-top: 0;
	padding-bottom: 5px;
	/*background: white;
	background-color: #E6FFDB;*/
}

ul.nav {
	margin-left: 0;
	list-style: none;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 5px;
	text-align: center;
}

ul.nav li {
	display: inline;
	font-size: 20pt;
	/*font-weight: bold;*/
}

ul.nav a.button {
	background-image: url(button1.jpg);
	color: #ffffff;
}

ul.nav a.buttonhere {
	background-image: url(button2.jpg);
	color: #ffffff;
}

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

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

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

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

a:link {
	text-decoration: none;
}

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

a:hover {
	text-decoration: none;
}

.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;
}