body {
	font-family: Garamond, Georgia;
	text-align: center;
}

a:link, a:active, a:visited {
	color: #6D8FC9;
	text-decoration: none;
}

a:hover {
/*	color: #037866; */
	color: #bd4743; 
	text-decoration: underline;
}

h2 {
	font-family: Foster, Georgia;
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	margin-bottom: 10px;
}

img {
	padding-right: 10px;
}

.page {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}

fieldset {
	border: 1px solid #bd4743;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

legend {
	font-weight: bold;
	margin-bottom: 5px;
}

label {
	clear: left;
	float: left;
	width: 185px;
	margin-left: 7px;
}

label.nobr {
	clear: none;
	width: 500px;
	margin-left: 20px;
}

label.narrow {
	clear: none;
	width: 50px;
}

input, select {
	float: left;
	margin-bottom: 5px;
}
	
.order input {
	float: none;
}

.checkboxes label {
	float: left;
	clear: none;
	width: auto;
}

.checkboxes input {
	clear: left;
	float: left;
	width: 25px;
}

.err {
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 10px;
}

.column {
	width: 380px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.sample img, .order img {
	border: 1px solid #000;
	padding: 0 0 0 0;
}

.toc {
	font-family: Foster, Georgia;
	font-size: 110%;
}

.sample {
	width: 180px;
	text-align: center;
	float: left;
	margin-left: 10px;
}

.order {
	text-align: center;
}

.note {
	font-style: italic;
	font-size: 80%;
}

.regform {
/*	position: relative;
	width: 270px;
	float: right; */
	margin-left: 10px;
}

.regform fieldset {
	border-color: #cccccc;
}

.regform legend {
	font-weight: normal;
	font-style: italic;
}

.indent {
	margin-left: 7px;
}

.alright {
	text-align: right;
	font-weight: bold;
}

.uline {
	border-bottom: 1px solid #000;
}

table {
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 90%;
}

td {
	border: 1px solid #000000;
	margin: 0 0 0 0;
	padding: 5px 15px 5px 15px;
	vertical-align: top;
}	

td .column {
	width: 58px;
	clear: left;
}

td .semcol {
	float: left;
	width: 275px;
}

td .ordercol {
	width: 365px;
	float: left;
}

.sched_head {
	text-align: center;
}

.sched_head h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
}

.sched_head p {
	margin-top: 7px;
	padding-top: 0px;
	margin-bottom: 5px;
}

.announce {
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	color: #900;
}

.policies {
	font-size: 80%;
	text-align: center;
}

.links {
	text-align: center;
	font-size: 90%;
}

.hidden {
	display: none;
}

#gtalogo {
	width: 162px;
	padding-right: 4px;
	float: left;
}

#snflogo {
	width: 148px;
	padding-left: 4px;
	float: right;
}

.rules {
	margin-left: 25px;
	border: 1px solid #ccc;
	padding: 15px;
}
