﻿body 
{
	background-color: Pink;
}

.master
{
	background-color: Yellow;
	text-align: center;
	width: 800px;
}

.master-header
{
	text-align: center;
	width: 800px;
}

.welcome
{
	color: Navy;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
	text-align: justify;
	line-height: 18pt;
	padding: 10;
}

.welcome a
{
	color: Teal;
	text-decoration: none;
}

.welcome a:hover
{
	color: Yellow;
}

.welcome .title
{
	font-size: 16pt;
}

.master-link
{
	font-weight: bold; font-size: 10pt; font-family: Verdana; 
	color: Black;
	text-decoration: none;
}

.master-link:hover
{
	color: Red;
}

.library
{
	width: 800px;
	background-color: LightBlue;
}

.counselor
{
	clear: both;
	background-color: Navy;
	color: White;
	font-weight: bold;
	font-size: 9pt;
	font-family: Verdana;
	width: 800px;
	height: 120px;
	padding: 10px 10px 10px 10px;
	text-align: justify;
	line-height: 13pt;
}

.counselor-pic-left
{
	margin-right: 10px;
	margin-bottom: 10px;	
}

.counselor-pic-right
{
	margin-left: 10px;
	margin-bottom: 10px;	
}

.register
{
	background-color: Yellow;
	color: Black;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
	width: 800px;	
}

.register-button
{
	background-color: Yellow;
	color: Black;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
}

.register-button:hover
{
	color: LightBlue;
}

.register-header
{
	color: Navy;
	font-weight: bold;
	font-size: 16pt;
	font-family: Verdana;
	text-align: center;
	line-height: 24pt;
}
.register-header-note
{
	color: White;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	font-family: Verdana;
	text-align: center;
	line-height: 15pt;
}

.register-field-name
{
	color: Black;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
}

.register-field-note
{
	color: Black;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	font-family: Verdana;
}

.register-field-value
{
	color: Black;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
}

.error
{
	color: Red;
	text-align: left;
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
}
