@charset "utf-8";
/* CSS Document */

#nav {	
	width: 790px;
}

#nav2 {
	margin-top: 14px;
}

ol, li {
	list-style: decimal;
	vertical-align:top;
	}

h2 {font-weight:bold;}

.error {color:#F00;}
.highlight {color:#390;}

.header1 {background-color:#4A4A4A; color:white; font-weight:bold;}

.Instructions  {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1.00em;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
.Alert  {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:  600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Red;
	}	
	
.Success 
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:  600;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color: Green;
	}	

	
.ClassList  
	{
		font-size: 1em;
	}
	
.ClassHeader 
	{
		font-size: 1em;
		font-weight: bold;
	}
	
	
.PageHeader 
	{
		font-size: 1.45em;
		font-weight: 700;
		color:#000000;
	}
	
.PageSubHeader 
	{
		font-size: 1.00em;
		font-weight: 600;
		color:#000000;
	}
	
.PageInstructions
	{
		font-family:Arial;
		color: Black;
	}
	
.RegSection
	{
		border-color: DDDDDD;
		border-style: solid;
		border-width: thin;
		font-size: 1em;
	}

.GuideLines
	{
		border-color: DDDDDD;
		border-style: solid;
		border-width: thin;
		font-size: 1em;
		background-color: White;
	}

.GuideLinesRow2
	{
		background-color: LightGray;
	}
	
.Confirm
	{
		border-color: DDDDDD;
		border-style: solid;
		border-width: thin;
		font-size: 1em;
		background-color: White;
	}

.break 
	{
		page-break-before: always;
	}
	
.HelpForm
	{
		font-size: 1em;
	}
	
.Beginner
	{
		color: Green;
	}
	
.Beginner-Intermediate
	{
		color: Teal;
	}
	
.Intermediate
	{
		color: Blue;
	}
	
.Intermediate-Advanced
	{
		color: Purple;
	}	
.Advanced
	{
		color: Red;
	}
	
.adminTable
	{
		font-size: 1em;
	}	

