body {
	text-align: center;
	font-family: "trebuchet ms", serif;
	font-size: medium;
}

h1 {
	text-align: center;
	font-size: small;
	font-weight: normal;
}

h2 {
	text-align: left;
	font-size: large;
	font-weight: bold;
	color: #936;
}

h3 {
	text-align: left;
	font-size: medium;
	font-weight: bold;
	color: #000;
}

ul {
	text-align: left;
}

#nav {
	float: left;
	width: 739px;
	margin: 0;
	margin-top: 2px;
	padding: 0;
	list-style: none;
	background: #AA4477;
}
	
#nav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 2px 0 0;
	display: inline;
	list-style: none;
}

#nav a {
	float: left;
	line-height: 14px;
	color: #fff;
}

#nav a:link, #nav a:visited, #nav a:active {
	background: #936;
	text-decoration: none;
	font-size: 12px;
	padding: 6px 19px 6px 19px;
	vertical-align: center;
}

#nav a:hover {
	background: #AA4477;
	text-decoration: none;
	font-size: 12px;
	padding: 6px 19px 6px 19px;
	vertical-align: center;
}

#subNav {
	float: left;
	width: 739px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ccc;
}
	
#subNav ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

#subNav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}

#subNav a {
	float: left;
	line-height: 14px;
	color: #936;
}

#subNav a:link, #subNav a:visited {
	background: #ccc;
	text-decoration: none;
	font-size: 12px;
	padding: 2px 19px 2px 19px;
	vertical-align: center;
}

#subNav a:hover {
	background: #AA4477;
	text-decoration: none;
	font-size: 12px;
	padding: 2px 19px 2px 19px;
	vertical-align: center;
	color: #fff;
}

table {
	width: 739px;
}

td {
	text-align: left;
}

#reg table {
	width: 370px;
}

#reg td {
	text-align: left;
}

p {
	line-height: 1.5em;
}

#footer td {
	text-align: center;
}
