body
{
	font-family: serif;
	font-size: larger;
	padding: 0px;
	margin: 0px;
}

a
{
	color: blue;
}

a:visited
{
	color: purple;
}

a:hover
{
	color: red;
}

table.main
{
	width: 100%;
}

td.header
{
	font-size: 200%;
	background: navy url('images/header_bg.jpg');
	height: 90px;
	padding: 10px;
	color: white;
}

td.menu
{
	border-right: 1px solid lightgrey;
	padding: 10px;
	width: 120px;
	vertical-align: top;
}

td.menu a
{
	color: blue;
	text-decoration: none;
	font-weight: bold;
}

td.menu a:visited
{
	color: blue;
}

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

td.footer
{
	font-size: small;
	text-align: center;
	padding-top: 15px;
}

