body {
	font: small Arial, Helvetica, sans-serif;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #009900;
	margin: 0px;
}
h2 {
	font-size: medium;
	color: #49813F;
	font-weight: normal;
	margin-top: 0px;
}
.footer_nav,
.footer_nav a:link {
	color: #FDA700;
	text-align: center;
	font-weight: bold;
	margin-bottom: 7px;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}
.footer_nav a:visited {
	color: #66CC00;
	text-align: center;
	font-weight: bold;
	margin-bottom: 7px;
	text-decoration: none;
}
.footer,
.footer a {
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-style: italic;
}
.footer {
	font-size: smaller;
}
.second_nav {
	width: 100%;
}
.second_nav td {
	background-color: #DDDDDD;
	font-weight: bold;
}
.second_nav td a {
	display: block;
	padding: 5px 10px 5px 20px;
	text-decoration: none;
}
.second_nav td a:link {
	color: #000000;
}
.second_nav td a:visited {
	color: #555555;
}
.second_nav td a:hover {
	background-color:#FDA700;
}
.leftside {
	width: 119px;
	margin-left: -22px;
	float: left;
}
.main {
	margin-left: 105px;
}
.linkout {
	font-style: oblique;
	font-weight: bold;
	background-image: url(images/linkoutarrow.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	text-decoration: none;
}
.linktop {
	text-align: right;
}
img#pagepic {
	float: right;
	padding-left: 10px;
}
.paymentinstruction {
	background-color: #CCFF33;
	padding: 10px;
}
#regForm th,
#cardpayment th {
	text-align: right;
	font-weight: normal;
	padding-right: 10px;
}
#regForm h3 {
	margin-top: 0;
	padding-top: 15px;
}
#cardpayment input,
#cardpayment select {
	font-size: larger;
}
.full {
	color: #ff0000;
}