body{
	background-color:#eee;
	padding-left:2em;
	margin-right:2em;
	margin-bottom:0;
}

h1{
	text-align:center;
}

.internalNavigation{
	padding:3em;
}

table{
	width:48em;
	margin:auto;
}

td{
	font-family:verdana,arial,helvetica,sans-serif;
	text-align:left;
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
	padding-right:1em;
	padding-bottom:.8em;
	padding-left:.2em;
	padding-top:.2em;
	font-size:.8em;
	vertical-align:top;
}

th{
	font-family:verdana,arial,helvetica,sans-serif;
	text-align:center;
	background-color:#a0a0a0;
	color: #ffffff;
	font-size:1em;
	height:60px;
}

a{
	color:#990000;
}

#footer{
	/*make the line go all the way to the edge of the page*/
	margin-left:-4em;
	margin-right:-4em;
	margin-top:3em;	
	padding-top:1em;
	text-align:center;
	border-top:solid 2px #990000; 
	font-size: .8em;
	font-weight:bold;
	background-color:#ffffff;
	color:#990000;
}

#footer a{
	text-decoration:none;
	padding-left:.5em;
	padding-right:.5em;
	background-color:#ffffff;
	color:#990000;	 
}

#footer a:hover{
	background-color:#ffffff;
	color:#cc9999;
	text-decoration:underline;
}

