﻿body
{
	font-family: Verdana;
	font-size: 12px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

h3
{
	font:18px/24px normal Georgia;
}

h1
{
	font-family: Georgia;
}

.dataCollection 
{
	float:left;
	width:650px;
	height:450px;
	border-right: dashed 1px #000;
}

.notice {color: #FF0000}

.wizardSidebar
{
    font:14px/18px normal Verdana,Helvetica,Arial,sans-serif;
    background-color:#EEEEFF; 
    vertical-align:top;   
}

.wizardHeader
{
    font:24px/30px bold Georgia, Arial, Helvetica, sans-serif;
    text-align:center;
}

.wizardStep
{
    padding-left:25px;
    margin-left:25px;
    vertical-align:top;
}

.validation
{
	border: solid 1px red;
	background-color: Yellow;
	margin-right: 10px;
}

#collectedData
{
	font-size: 11px;
	float:left;
	min-width: 150px;
	padding-left:3px;
}

#registration
{
	width: 612px;
	padding: 0px 36px 0px 36px;
}

.regHeader
{
    font-size: 14px;
	font-weight:bold;
}

.regBody
{
    font-size:11px;
}

.sigUnderline
{
    border-bottom:1px solid #000000;
    min-height:12px;
    height:12px;
}

#studentInformationToPrint
{
	float: left;
	width: 50%;
	line-height: 1.5em;
}

#parentInformationToPrint
{
	float: right;
	width: 50%;
	line-height: 1.5em;
	clear: right;
}

#courseDetailsToPrint
{
	width: 100%;
	line-height: 1.5em;
	clear: both;
}