@charset "utf-8";
body
{
	background-image: url('http://www.mcsoh.org/mhs/images/marblefaint.jpg');
    background-repeat: repeat;
    background-position: top left;
}
.content
{
	padding-top: 10px;
    width: 693px;
	margin: 0px auto 0px auto;
}
table
{
	border: #000000 2px solid;
    width: 100%;
}
table th, table td
{
	border: #000000 1px solid;
}
table th
{
	font-weight: bold;
    text-align: center;
}
table td.head, table td.divider
{
	background-color: #009966;
	background-position: top left;
    background-repeat: no-repeat;
    height: 77px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    font-size: 36px;
}
table td.divider
{
	font-size: 18px;
    background-color: #66CC99;
    height: 22px;
}
.vm
{
	text-align: center;
}
table td ul
{
	margin: 0px;
    list-style: none;
}
table td ul li
{
	display: block;
}
