body	{
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	}

#header	{
	margin: 0;
	padding: 0 15px 0 15px;
 	height: 80px;
	background-color: #afafaf;
	border: 1px solid black;
	}

#header h1
	{
	font-size: 200%;
	font-weight: bold;
	vertical-align: middle;
	}

#menu
	{
	margin: 0;
	}

#menu ol
	{
	margin: 0;
	padding-left: 15px;	
	}

#menu li
	{
	display: inline;
	border: 1px solid black;
	margin: 0 0 0 2px;
	padding: 0 3px 0 3px;
	}

#menu li:hover
	{
	background-color:#afafaf;
	}

#menu a
	{
	text-decoration: none;
	color: black;
	}
#menu a:visited
	{
	color: black;
	}

#content
	{
	margin: 0;
	padding: 5px 15px 10px 15px;
	}

#content .radiobuttons
	{
	line-height: 150%;
	}

#content .checkboxes
	{
	line-height: 125%;
	}

table
	{
	border: 2px solid black;
	}

table.deptlist
	{
	border: 0;
	}

td.deptcell
	{
	text-align: left;
	vertical-align: top;
	}

td
	{
	font-size: 90%;
	padding: 1px 7px 1px 7px;
	text-align: center;
	}

td.majorrow
	{
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background: #dfdfdf;
	font-size: 100%;
	font-weight: bold;
	margin-top: 5px;
	text-align: left;
	}

td.datarow
	{

	}

td.classname
	{

	text-align: left;
	}

td.totalscell
	{

	font-weight: bold;
	}

td.ctitlerow
	{
	text-align: left;
	}

td.ctitletotals
	{
	font-weight: bold;
	text-align: left;
	}