body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #c0c0c0;
	color: #333;
	}
#page {
	background-color: white;
	border: 3px solid #960000;
	text-align: left;
	width: 95%;
	padding : 1.0em 1.0em 1.0em 1.0em;
	}
td.left {
	background-color: #EFEFEF;
	border: 1px solid #960000;
	}
td.right {
	background-color: #EFEFEF;
	border: 1px solid #0000CC;
	}		
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
a:link {
	color: #0000E1;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
a:visited {
	color: #0000E1;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
a:hover {
	color: #E10000;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}
h4 {
	color: #000080;
}
h5 {
	color: #000080;
}
.centerdiv { /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div { /*Proper way to center a relative div*/
margin: 0 auto;
}