body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0;
}

h1 {
	color:#627bb0;
	font-size:24px;
	margin:5px 0 5px 0;
	text-align:center;
}

h2 {
	color:#627bb0;
	font-size:16px;
	margin:15px 0 5px 0;
	text-align:center;
}

h3 {
	color:#161e39;
	font-size:14px;
	margin:10px 0 5px 10px;
}

p {
	margin:5px 15px 15px 15px;
	text-indent:25px;
	line-height:1.25em;
}

a:link {
	color:#627bb0;
}

a:hover {
	color:#161e39;
}

a:visited { 
	color:#161e39;
}

#left {
	background-color:#cccccc;
	border-right:1px solid #161e39;
	width:150px;
	vertical-align:top;
	font-size:12px;
	padding-top:10px;
	margin:0;
}

#menu a { 
	color: #FFFFFF;
	background-color:#627bb0;
	border-left:5px solid #161e39;
	font-weight:bold;
	display: block;
	padding:1px 0 1px 3px;
	text-decoration:none;
	width:142px;
	border-bottom:1px solid #cccccc;
}

#menu a:hover {
	background-color: #161e39;
	border-left:5px solid #627bb0;
}

#content {
	width:570px;
	vertical-align:top;
}

table.varieties tr.lastChild { 
	text-align:right; 
}