body.main
{
	background-color: #777777;
	margin: 0px;
}

body.menuBody
{
	text-align: left;
	background-color: #999999;
	margin: 0px;
	padding: 5px;
}



body.flyer
{
	background-color: #ffffff;
}

table
{
	border-collapse: collapse;
}

table.mainTable
{
	background-color: #aaaaaa;
	border-collapse: collapse;
	margin: 20px;
}

table td
{
	vertical-align: top;
	padding: 10px;
}

table td.menuLeft
{
	margin: 0px;
	padding: 10px;
}

table td.contentColumn
{
	text-align: left;
	padding: 10px;
	width: 100%;
}

p
{
	max-width: 100%;
}

p.header
{
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

p.section
{
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
}

p.question
{
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
	text-decoration: underline;
}

iframe
{
	width: 150px;
	max-width: 150px;
	height: 500px;
	max-height: 500px;
}

a.menuLink:link
{
	color: #0000ff;
	text-decoration: none;
}
a.menuLink:visited
{
	color: #0000ee;
	text-decoration: none;
}
a.menuLink:hover
{
	color: #ffff00;
	text-decoration: none;
}

<!--p.textSubMenuItem
{
	font-family: "Times New Roman, serif";
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
}-->


a.internalLink:link
{
	color: #0000ff;
	text-decoration: none;
}
a.internalLink:visited
{
	color: #0000ee;
	text-decoration: none;
}
a.internalLink:hover
{
	color: #ffff00;
	text-decoration: none;
}
p.quote
{
	font-style: italic;
	margin-bottom: 0px;
}
p.quotePerson
{
	margin-top: 0px;
	text-align: right;
}
/* this gives you a border around boxed items */
/* in both teacher & student forms, half is div, half is fieldset */
.fieldset-wrapper {
    margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
    overflow: visible;
}