﻿body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}
.HeaderTD
{
	background-position: left;
	background-image: url('../Images/seek2010.jpg');
	background-repeat: no-repeat;
	height: 240px;
}
.CopyRight
{
	font-size: x-small;
	text-align: center;
	width: 100%;
}
/*schedule*/
.Training1
{
	padding: 5px;
	border-style: solid;
	border-width: thin;
	background-color: #FFFF00;
	text-align: center;
	vertical-align: middle;
}
.Training2
{
	padding: 5px;
	border-style: solid;
	border-width: thin;
	background-color: #66FF66;
	text-align: center;
	vertical-align: middle;
}
.Meals
{
	padding: 5px;
	border-style: solid;
	border-width: thin;
	background-color: #00FFFF;
	text-align: center;
	vertical-align: middle;
}
.Events
{
	padding: 5px;
	border-style: solid;
	border-width: thin;
	background-color: #FFCC00;
	text-align: center;
	vertical-align: middle;
}

/* form stuff */
label
{
	float: left;
	width: 10em;
}
input {
	width: 200px;
}
.Registrant
{}
.Registrant label
{
	float: left;
	width: 10em;
	text-indent: 10px;
}
fieldset
{
	width: 500px;
}

.Special
{
	font-family: 'Comic Sans MS';
	font-size: x-large;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #FF0000;
	text-decoration: blink;
	background-color: #FFFF00;
	border-style: inset;
	text-align: center;
}
.SpecialSmall
{
	font-family: 'Comic Sans MS';
	font-size: small;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #FF0000;
	text-decoration: blink;
	background-color: #FFFF00;
	border-style: inset;
	text-align: center;
}
