body {
	padding: 25px;
	font-size: 0.74em; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	
}

a, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00005A;
	font-size: 1em;
	
}

a:visited:hover, a:hover {
	color: #EE0000;
	text-decoration: underline;
}

#nav { 
	/* border: 1px solid #000000;
	background-color: #EEE; */
	border-right: 1px solid #000;
	background-color: #FFF;
	float: left;
	margin-right: 30px;
}

#content {
	width: 600px;
	text-align: left;
	float: left;
}

p.small {
	font-size: 10px;
	color: #999;
}

img, a img, a:visited img { border: 1px solid #000000; }