a {
	text-decoration: none;
	color: #000000;
	}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #0000CC;
	font-family: verdina, arial;
	color: #000000;
}

.body {
	position: absolute;
	top: 150px;
	left: 250px;

	height: 350px;
	width: 500px;
	text-align: left;
}

.background {
	position: relative;
	height: 600px;
	width: 800px;
	background-color: #FFFFFF;
}

.content {
        font-size: 16pt;
        font-weight: bold;
}

.footnote {
        color: #666666;
        font-size: 8pt;
}


.instructors {
	z-index: 1;
 	position: absolute;
	top: 100px;
	left: 25px;

	width: 175px;
	height: 400px;

	background: #CCCC00;

	color: #000000;
	text-align: right;
}

.person {
	font-size: 16pt;
}
.date {
	font-size: 10pt;
}

.register {
	position: absolute;
	bottom: 5px;
	right: 0px;
	font-size: 10pt;
	text-align: right;
}
.spacer {
	height: 50px;
}

.title {
	position: absolute;
	z-index: 2;
	top: 80px;
	left: 125px;

	width: 800px;
	height: 40px;

	background-color: #CC0000;
}

.titleSpan {
	position: absolute;
        top: 8px;
        left: 125px;
        font-size: 20pt;
        vertical-align: bottom;
        color: #000000;
}

.titleSpan a {
	color: #FFFFFF;
}

.contact {
	position: absolute;
	right: 5px;
	bottom: 5px;
	
}

.contact a {
	color: #666666;
}
	

.bodyPeter, 
.bodyJason,
.bodyNina,
.bodyRegister,
.bodyRegistrants,
.bodyShawn
{
	visibility: hidden;

	position: absolute;
        top: 150px;
        left: 250px;

        height: 350px;
        width: 525px;

	text-align: left;
}

.body,
.bodyPeter,
.bodyJason,
.bodyNina,
.bodyRegister,
.bodyRegistrants,
.bodyShawn,
input, td 
{
	font-size: 10pt;
}

