﻿body 
{
	font-family: Century Gothic, Sans-Serif;
	font-size: 10pt;
	background-color: Black;
	margin: 0px;
	padding: 0px;
}

h1
{
	font-family: Arial Black;
	font-size: 16pt;
	color: white;
	margin-bottom: 0px;
}

h2
{
	font-family: Arial Black;
	font-size: 14pt;
	color: white;
	margin-bottom: 0px;
}


a:link, a:visited { color: #0000FF; text-decoration: underline}
a:hover, a:active { color: #FFFFFF; text-decoration:underline; }

a.HeaderLink:link, a.HeaderLink:visited { font-size:10pt; color: #FFFFFF; text-decoration: none}
a.HeaderLink:hover, a.HeaderLink:active { font-size:10pt; color: #FFFFFF; text-decoration:underline; }


a.LogoLink:link, a.LogoLink:visited { font-size: 18pt; font-family: Arial Black; color: #FFFFFF; text-decoration: none}
a.LogoLink:hover, a.LogoLink:active { font-size: 18pt; font-family: Arial Black; color: #FFFFFF; text-decoration:underline; }


p
{
	margin-top: 0px;
	margin-bottom: 2px;
}

.Image
{
	border: solid 1px #666666;
	text-align: left;
	margin-right: 3px;
}

.HomeTeacherBio
{
	font-size: 10pt;
}

#MainContainer
{
	width: 900px;
	margin-left: auto;
	margin-right:auto;
}

#Header
{
	background: url("/images/header.jpg");
	height: 111px;
}

#HeaderContent
{
		color: White;
		padding-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
}

.HeaderSubText
{
	font-size: 9pt;
}

#Content
{
	background: url("/images/contentbackground.jpg");
	
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}

#HomeText
{
	width: 550px;
	font-size: 10pt;
	margin-right: 5px;
}

#HomeTeachers
{

}

#Footer
{
	background: url("/images/footer.jpg");
	height: 111px;
	color: White;
	padding-left: 10px;
}

.Form
{
	margin: 0px;
	padding: 0px;
}

.WorkShop
{
	font-size: 10pt;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-bottom: dashed 1px yellow;
}

.WorkShop td
{
	padding-right: 10px;
}

.HeaderLogo
{
	font-size: 18pt;
	font-family: Arial Black;
}

.SimpleTable
{
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Sans-Serif;
	font-size: 10pt;
}

.SimpleTableFullWidth
{
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Century Gothic, Sans-Serif;
	font-size: 10pt;
}